home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqdev200.zip / samples / !readme.1st < prev    next >
Text File  |  1994-05-23  |  577b  |  17 lines

  1. The following commands can be used to build the MsgAPI sample files:
  2.  
  3. Compiler                Command
  4. ----------------------- ------------------------------------------------------
  5. Turbo C (DOS)           make -fmakefile.tcd
  6. Borland C (DOS)         make -fmakefile.bcd
  7.  
  8. Microsoft C (DOS)       nmake -f makefile.mcd
  9. Microsoft C (OS/2)      nmake -f makefile.mco
  10.  
  11. WATCOM C/16 (DOS)       wmake -u -f makefile.wcd
  12. WATCOM C/16 (OS/2)      wmake -u -f makefile.wco
  13.  
  14. WATCOM C/32 (DOS)       wmake -u -f makefile.w3d
  15. WATCOM C/32 (OS/2)      wmake -u -f makefile.w3o
  16.  
  17.