Changeset 15 for branches/1.0/src
- Timestamp:
- Apr 8, 2010, 8:09:02 PM (15 years ago)
- Location:
- branches/1.0/src
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/de/uni.rc
r14 r15 1 1 #include <os2.h> 2 2 #include "UNI.h" 3 4 RCINCLUDE "UNI.dlg" 5 RCINCLUDE "description.rc" 6 3 7 4 8 DEFAULTICON UNI.ICO … … 141 145 PORT_HELP_TITLE "UNI Port Help" 142 146 END 143 144 rcinclude UNI.dlg145 rcinclude ".\description.rc" -
branches/1.0/src/en/uni.rc
r6 r15 1 1 #include <os2.h> 2 2 #include "UNI.h" 3 4 RCINCLUDE "UNI.dlg" 5 RCINCLUDE "description.rc" 6 3 7 4 8 DEFAULTICON UNI.ICO … … 141 145 PORT_HELP_TITLE "UNI Port Help" 142 146 END 143 144 rcinclude UNI.dlg145 rcinclude description.rc -
branches/1.0/src/makefile.kmk
r14 r15 40 40 uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr 41 41 42 uni_CFLAGS = -Z dll -Zbin-files -Zomf43 uni_CFLAGS.release = -s -O 1-march=pentium -mtune=pentium442 uni_CFLAGS = -Zomf 43 uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4 44 44 uni_CFLAGS.debug = -g -O0 -DDEBUG 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 45 uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files 48 46 uni_LDFLAGS.release = -s 49 47 uni_LDFLAGS.debug = -g 50 51 48 52 49 uni_DEFS =
Note:
See TracChangeset
for help on using the changeset viewer.