Changeset 2133 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
2001-03-08T11:06:52+13:00 (23 years ago)
Author:
say1
Message:

turned optimisation on. fixed to avoid needing to source setup.bash

File:
1 edited

Legend:

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

    r2126 r2133  
    8484CPPLINK = $(CPP) $(LDFLAGS) -o $@
    8585
    86 MCOMPILE = mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    87 MLINK = mico-ld -static $(LDFLAGS) $(MICO_LIB) -o  $@
     86MCOMPILE = ../../bin/linux/mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
     87MLINK = ../../bin/linux/mico-ld -static $(LDFLAGS) $(MICO_LIB) -o  $@
    8888MLIBS = $(LIBS) -L../../lib/ -lmico2.3.5 -lmicoaux2.3.5         
    8989
Note: See TracChangeset for help on using the changeset viewer.