home *** CD-ROM | disk | FTP | other *** search
-
- Watcom C 386
-
- Correction to User's Guide
-
- Code Base 4.2 no longer uses the 'WATCOM' conditional
- compilation switch. Watcom C 8.0 automatically defines
- the flag '__WATCOMC__'. Code Base 4.2 uses this flag
- instead.
-
- Batch file 'c_all.bat' all of the Code Base 4.2 source code.
-
- File 'w4.lbc' can be used to build a Watcom C 386 library:
-
- erase w4.lib
- wlib w4.lib @w4
-
- Code Base 4.2 works with Watcom C 386 register parameter passing.
- However, it is necessary to disable the Watcom C 386 optimization
- with the -od flag.
-