Changeset 14 for branches/1.0/src/makefile.kmk
- Timestamp:
- Apr 8, 2010, 3:08:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/makefile.kmk
r11 r14 40 40 uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr 41 41 42 uni_CFLAGS = -Z omf42 uni_CFLAGS = -Zdll -Zbin-files -Zomf 43 43 uni_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4 44 44 uni_CFLAGS.debug = -g -O0 -DDEBUG 45 uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files 45 # gcc -Zdll -Zbin-files -Zomf -o smb.pdr smb.o smb.def smb.res 46 # uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll -Zbin-files 47 uni_LDFLAGS = -Zdll -Zbin-files -Zomf 46 48 uni_LDFLAGS.release = -s 47 49 uni_LDFLAGS.debug = -g 50 48 51 49 52 uni_DEFS =
Note:
See TracChangeset
for help on using the changeset viewer.