home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c160 / 2.ddi / WATCOM / WATCOM.DOC < prev   
Encoding:
Text File  |  1990-06-19  |  585 b   |  21 lines

  1.  
  2. Watcom C 386 
  3.  
  4.    Correction to User's Guide
  5.  
  6.    Code Base 4.2 no longer uses the 'WATCOM' conditional 
  7.    compilation switch.  Watcom C 8.0 automatically defines
  8.    the flag '__WATCOMC__'.  Code Base 4.2 uses this flag 
  9.    instead.
  10.  
  11.    Batch file 'c_all.bat' all of the Code Base 4.2 source code.
  12.  
  13.    File 'w4.lbc' can be used to build a Watcom C 386 library:
  14.  
  15.       erase w4.lib
  16.       wlib w4.lib @w4
  17.  
  18.    Code Base 4.2 works with Watcom C 386 register parameter passing.
  19.    However, it is necessary to disable the Watcom C 386 optimization
  20.    with the -od flag.
  21.