home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 7.ddi / EXAMPLES / INTHNDLR / CTRLC.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-02-04  |  291 b   |  7 lines

  1. rem Build the CTRLC.ASM program -- requires MetaWare High C-386 library, and
  2. rem uses the compiler driver distributed with 1.6 and later of MetaWare 
  3. rem High C to link the program.
  4. rem
  5. 386asm ctrlc -nolist -i ..\..\includes\
  6. hc386 ctrlc.obj -Hpro=..\..\includes\pl386.pro -sym -nomap
  7.