Blame make-msc.bat

Packit f574b8
@echo off
Packit f574b8
setlocal
Packit f574b8
if "x%TARGET_ARCH"=="x" set TARGET_ARCH=x86
Packit f574b8
rem Build with Visual C++
Packit f574b8
cd src\chrtrans
Packit f574b8
nmake -f makefile.msc MACHINE=%TARGET_ARCH% %1 %2 %3 %4 %5 %6 %7 %8 %9
Packit f574b8
cd ..\..
Packit f574b8
nmake -f makefile.msc MACHINE=%TARGET_ARCH% %1 %2 %3 %4 %5 %6 %7 %8 %9
Packit f574b8
endlocal