- Timestamp:
- Nov 23, 2003, 12:25:07 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/conv/conv.smak
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r869 r870 14 14 $.bipow5.tab: $.makepow5.exe 15 15 $< -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... 17 19 $.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 $@ $< 19 21 20 22 # Build smallcnv separately (for smaller but less accurate printf()) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.