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/txt2db/Makefile.in

    r1862 r2133  
    4242COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
    4343CPPCOMPILE = $(CPP) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
    44 MCOMPILE = mico-c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
     44MCOMPILE = ../../bin/linux/mico-c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    4545LINK = $(CC) $(LDFLAGS) -o $@
    46 MLINK = mico-ld $(LDFLAGS) -lmico2.2.7 -o $@
     46MLINK = ../../bin/linux/mico-ld $(LDFLAGS) -lmico2.2.7 -o $@
    4747CPPLINK = $(CPP) $(LDFLAGS) -o $@
    4848 
Note: See TracChangeset for help on using the changeset viewer.