Changes between Version 3 and Version 4 of kOptions
- Timestamp:
- Aug 1, 2007, 4:21:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kOptions
v3 v4 3 3 * -Zcrtdll: link the C library dynamically 4 4 * -Zdll: create a dynamic link library 5 * -Zexe: touch output file, add .exe extension5 * -Zexe: create foo which is executable which calls foo.exe which is also created. 6 6 * -Zhigh-mem: link so that the C library calls in the program make use of "high memory". This is similiar to specifying OBJ_ANY to OS/2 API memory calls. If you use this option you should include os2safe.h as the first include file in every C file that uses OS/2 APIs. 7 7 * -Zlinker: pass option through to linker (like {{{-Zlinker /EXEPACK:2 -Zlinker /PACKCODE}}}) … … 19 19 20 20 These were supported options with EMX/gcc 2.8.x, not sure if they are still supported now: 21 * -Zbin-files: open files in binary mode by default 21 * -Zbin-files: open files in binary mode by default (still supported) 22 22 * -Zbsd-signals: select the `BSD' signal processing model 23 * -Zmt: multithread code 23 * -Zmt: multithread code (now default) 24 24 * -Zmtd: multithread code, link C library dynamically 25 25 * -Zmts: multithread code, link C library statically