Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 342 → Rev 341

/trunk/3264_mixer/foundry_3264_mixer.bat
32,8 → 32,7
if not exist %FILE2% (
if not exist %FILE3% (
echo No compiled 32 bit file found! Stop.
rem We must output 0 to make sure that the very first compilation (where 32/64 does not exist) does not fail
exit /b 0
exit
)
)
)
70,8 → 69,7
if not exist %FILE1% (
if not exist %FILE2% (
echo No compiled 64 bit file found! Stop.
rem We must output 0 to make sure that the very first compilation (where 32/64 does not exist) does not fail
exit /b 0
exit
)
)
FOR /F %%i IN ('DIR /B /O:D %FILE1% %FILE2%') DO SET NEWEST=%%i