home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 283_01 / makeit.bat < prev    next >
Encoding:
DOS Batch File  |  1988-12-17  |  441 b   |  10 lines

  1. rem MAKEIT.BAT, 12/18/88, d.c.oshel
  2. rem to make large model and small model Fafnir4x.Lib libraries
  3. rem place all files in the currently active subdirectory
  4. rem requires *INSTALLED* Microsoft C 5.0 (and utils) and MASM 5.0!
  5. tm start
  6. make /X - >s.err MDL=/AS ASM=svideo CIO=ciao FAF=sfaf LIB=4s fafnir
  7. make /X - >l.err MDL=/AL ASM=lvideo CIO=liao FAF=lfaf LIB=4l fafnir
  8. tm stop
  9. rem compile histories are in s.err and l.err text files
  10.