1
0
Fork 0
lynx/make-msc.bat
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00

9 lines
274 B
Batchfile

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