Changeset 870 for trunk/src


Ignore:
Timestamp:
Nov 23, 2003, 12:25:07 AM (22 years ago)
Author:
bird
Message:

Hack to don't use new headers for the generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/conv/conv.smak

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r869 r870  
    1414$.bipow5.tab: $.makepow5.exe
    1515        $< -o $@ -s -m325 4951
    16 # bird: this ain't performance ciritical, so while my -Zomf is broken could we use aout?
     16       
     17# bird: This ain't performance ciritical, so while my -Zomf is broken could we use aout?
     18# bird: Bootstrapping is impossible if we include -Iinclude sometimes, hope that's ok t exclude...
    1719$.makepow5.exe: src/lib/conv/makepow5.c
    18         $(LD) $(CFLAGS) $(CFLAGS.dbg) $(LDFLAGS.dbg) $(LDFLAGS.aout) -o $@ $<
     20        $(LD) $(CFLAGS:-Iinclude=) $(CFLAGS.dbg) $(LDFLAGS.dbg) $(LDFLAGS.aout) -o $@ $<
    1921
    2022# Build smallcnv separately (for smaller but less accurate printf())
Note: See TracChangeset for help on using the changeset viewer.