home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l331 / 1.ddi / EXAMPLES / 386VMM / VM.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-02-04  |  327 b   |  8 lines

  1. rem This batch file builds the program VM.EXP, which can then be run by typing:
  2. rem        RUN386 -VM VMMDRV VM
  3. rem
  4. rem VM.EXP is built with the compiler driver which is shipped
  5. rem  with versions 1.6 and later of High C-386.
  6.  
  7. hc386 vm.c -I..\..\includes -Hpro=..\..\includes\pl386.pro -l..\..\libs\dosx32.lib -nom "-maxd 0" 
  8.