home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 325_02 / mcmpl.bat < prev    next >
DOS Batch File  |  1990-03-28  |  191b  |  6 lines

  1. rem batch file to compile in Microsoft C
  2. rem must be compiled using /AH, huge model
  3. rem other switches are optional
  4.  
  5. cl /Id:\msc\include /Ic:\mc\dp /G2 /AH /W3 /c /Zi /Fs /Gs /Oait %1.c
  6.