Changeset 8185


Ignore:
Timestamp:
2004-09-30T01:43:09+12:00 (20 years ago)
Author:
cs025
Message:

Added support for switching on/off MICO as a static library build; at
present only dynamic builds are done on Apple Mac OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r8033 r8185  
    117117
    118118MCOMPILE = $(MICO_PATH)mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    119 MLINK = $(MICO_PATH)mico-ld -static $(LDFLAGS) $(MICO_LIB) -o  $@
     119MSTATIC = @STATIC@
     120MLINK = $(MICO_PATH)mico-ld $(MSTATIC)  $(LDFLAGS) $(MICO_LIB) -o  $@
    120121MLIBS = $(LIBS) -L../../lib/ -lmico$(MICO_VER) -lmicoaux$(MICO_VER)
    121122
Note: See TracChangeset for help on using the changeset viewer.