home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Build realcopy() version of MDRAW.EXE with Watcom C/386
-
- command/e:1024/c watcc mdraw
- command/e:1024/c watcc realcopy
- command/e:1024/c pharasm.bat mreal
-
- rem MREAL.OBJ must be first object given to linker for segment ordering
- rem Too many switches for batch file argument list restriction
- set 386link=-minreal 400h -maxreal 400h -offset 1000h
- command/e:1024/c watclnk mdraw mreal mdraw realcopy
- set 386link=%savelink%
-