home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / zip19 / msdos / doturboc.bat next >
DOS Batch File  |  1992-08-19  |  459b  |  10 lines

  1. : This file is a complement to zip.prj for Turbo C 2.0 users.
  2. : Change the compilation flags if you wish (add SMALL_MEM or MEDIUM_MEM
  3. : to reduce the memory requirements), and press F9...
  4. : WARNING: you must use the compact or large model in this version.
  5.  
  6. tasm -ml -DDYN_ALLOC -DSS_NEQ_DS match;
  7.  
  8. : To compile zipsplit and zipnote, delete all .obj files, add the compilation
  9. : flag UTIL, and use zipsplit.prj or zipnote.prj to recompile everything.
  10.