Changeset 2233 for trunk/gsdl/lib


Ignore:
Timestamp:
2001-04-01T01:07:55+12:00 (23 years ago)
Author:
say1
Message:

added dependances to makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/Makefile.in

    r2175 r2233  
    7373
    7474
     75
     76
    7577ifneq ($(USE_CORBA), 0)
    7678CORBAHEADERS = \
     
    104106
    105107all: gsdllib.a
    106 
     108corbaiface_skel.h: corbaiface.idl
     109    idl --boa --no-poa --c++-skel --c++-suffix=mpp $?
     110corbaiface_skel.mpp: corbaiface.idl
     111    idl --boa --no-poa --c++-skel --c++-suffix=mpp $?
    107112corbaiface.mpp: corbaiface.idl
    108113    idl --boa --no-poa --c++-skel --c++-suffix=mpp $?
Note: See TracChangeset for help on using the changeset viewer.