Changes between Version 3 and Version 4 of kOptions


Ignore:
Timestamp:
Aug 1, 2007, 2:21:02 AM (17 years ago)
Author:
guest
Comment:

Dave Yeo made minor changes

Legend:

Unmodified
Added
Removed
Modified
  • kOptions

    v3 v4  
    33  * -Zcrtdll: link the C library dynamically
    44  * -Zdll: create a dynamic link library
    5   * -Zexe: touch output file, add .exe extension
     5  * -Zexe: create foo which is executable which calls foo.exe which is also created.
    66  * -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.
    77  * -Zlinker: pass option through to linker (like {{{-Zlinker /EXEPACK:2 -Zlinker /PACKCODE}}})
     
    1919
    2020These 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)
    2222  * -Zbsd-signals: select the `BSD' signal processing model
    23   * -Zmt: multithread code
     23  * -Zmt: multithread code (now default)
    2424  * -Zmtd: multithread code, link C library dynamically
    2525  * -Zmts: multithread code, link C library statically