campo-sirio/projects/msk32.bat

15 lines
381 B
Batchfile
Raw Normal View History

rem @echo off
echo Compiling %1 into %2
copy ..\include\uml.h+%1 %TMP%\tmp.tmp
set oldinc=%include
set include=..\include;..\ab;..\at;..\ba;..\ce;..\cg;..\cm;..\db;..\dl;..\ef;..\in;..\m770;..\mg;..\mr;..\or;..\pr;..\sc;..\sv;..\ve;..\xvaga
cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.msk
set include=%oldinc
set oldinc=
fastrip %TMP%\tmp.msk %2
del %TMP%\tmp.msk
del %TMP%\tmp.tmp