home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZIP10X.ZIP / ZIP10EX.ZOO / doturboc.bat < prev    next >
DOS Batch File  |  1991-10-03  |  584b  |  11 lines

  1. : This file is a complement to zip.prj for Turbo C 2.0 users.
  2. : Use it to assemble im_lm.asm then enter TC, change the compilation
  3. : model from small to compact if you wish (thus removing a limitation on
  4. : the number of files but getting slower code), and press F9...
  5. : Note: currently, im_lm.asm does not work in the compact model with Turbo C.
  6. : If you wish to use the compact model, #define NO_ASM in im_lmat.c and
  7. : remove im_lm.obj from zip.prj.
  8. tasm -t -ml -DDYN_ALLOC im_lm;
  9. : Let's do ship while we're here
  10. tcc -w -a -d -G -O -Z -ms -Ic:\tc\include -Lc:\tc\lib ship
  11.