Changeset 1511 for branches


Ignore:
Timestamp:
2000-09-07T09:52:56+12:00 (24 years ago)
Author:
davidb
Message:

Introduced MINCLUDE as variable for Mico Corba headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/colservr/Makefile.in

    r1074 r1511  
    4242           -I../../packages/fcgi/include
    4343endif
     44MINCLUDES = -I. -I../../lib -I../recpt -I../../packages/mico/include
    4445
    4546USE_CORBA = @USE_CORBA@
     
    5859CPPLINK = $(CPP) $(LDFLAGS) -o $@
    5960
    60 MCOMPILE = mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(INCLUDES) -c
     61MCOMPILE = mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    6162MLINK = mico-ld $(LDFLAGS) -lmico2.2.7 -o $@
    6263
Note: See TracChangeset for help on using the changeset viewer.