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

  1. rem Zortech C++ compile batch file
  2. rem change include directories in the command line
  3. rem only large model allowed
  4. rem other switches are optional
  5.  
  6. ztc -a -b -C -c -e -g -Id:\zortech\include;c:\zc\dp -l -mL -v -cpp %1
  7. 
  8.