Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 341 → Rev 342

/trunk/3264_mixer/foundry_3264_mixer.bat
32,7 → 32,8
if not exist %FILE2% (
if not exist %FILE3% (
echo No compiled 32 bit file found! Stop.
exit
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
)
)
)
69,7 → 70,8
if not exist %FILE1% (
if not exist %FILE2% (
echo No compiled 64 bit file found! Stop.
exit
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
)
)
FOR /F %%i IN ('DIR /B /O:D %FILE1% %FILE2%') DO SET NEWEST=%%i