8 lines
211 B
Batchfile
8 lines
211 B
Batchfile
set WATCOM=c:\dev\render\wc
|
|
set EDPATH=%WATCOM%\eddat
|
|
set INCLUDE=%WATCOM%\h
|
|
set PATH=%PATH%;%WATCOM%\binnt;%WATCOM%\binw;
|
|
|
|
wcl386 -3 -fpi87 -fp3 -os -d0 -mf -bt=dos -l=stub32x -fe=render.exe render_dos.c
|
|
pause
|