Ignore:
Timestamp:
2001-03-05T13:54:26+13:00 (23 years ago)
Author:
say1
Message:

integrated the new mico package. updated corba to 2.3.7. fixed the c++ corba code. added error messages in the first few calls in the corba protocol. misc corba fixes

File:
1 edited

Legend:

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

    r1939 r2113  
    3131#CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
    3232CCFLAGS = @CFLAGS@
    33 MCFLAGS = @CFLAGS@ -Wall -Wunused
     33MCFLAGS = -Wall -Wunused
    3434DEFS = @DEFS@
    3535INCLUDES = -I../packages/mg/lib -I..
     
    4444endif
    4545endif
    46 MINCLUDES = -I. -I../packages/mg/lib $(MICO_INC) -I..
     46MINCLUDES = -I/usr/include/g++-2/ -I/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/include/ -I/usr/include -I.  -I../packages/mico/mico/include -I../packages/mg/lib $(MICO_INC) -I..
    4747RANLIB = @RANLIB@
    4848USE_CORBA = @USE_CORBA@
Note: See TracChangeset for help on using the changeset viewer.