campo-sirio/projects/msk32.bat
luca 6b45571ee8 Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21453 c028cbd2-c16b-5b4b-a496-9718f37d4682
2011-01-17 15:58:15 +00:00

17 lines
522 B
Batchfile
Executable File

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;..\ca;..\ce;..\ci;..\cg;..\cm;..\co;..\ct;..\crpa;..\db;..\ef;..\gv;..\ha;..\in;..\li;..\lv;..\m770;..\mg;..\mr;..\or;..\pe;..\pr;..\ps;..\ri;..\sc;..\sv;..\tc;..\tp;..\vd;..\ve;..\xvaga
cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.msk
set include=%oldinc
set oldinc=
fastrip %TMP%\tmp.msk %TMP%\tmp1.msk
copy %TMP%\tmp1.msk %2
del %TMP%\tmp.msk
del %TMP%\tmp1.msk
del %TMP%\tmp.tmp