home *** CD-ROM | disk | FTP | other *** search
- rem This batch file builds the program VM.EXP, which can then be run by typing:
- rem RUN386 -VM VMMDRV VM
- rem
- rem VM.EXP is built with the compiler driver which is shipped
- rem with versions 1.6 and later of High C-386.
-
- hc386 vm.c -I..\..\includes -Hpro=..\..\includes\pl386.pro -l..\..\libs\dosx32.lib -nom "-maxd 0"
-