about summary refs log tree commit diff stats
path: root/make-msc.bat
blob: 1229d53c40802250b816ecc480b68137ed3743a4 (plain) (blame)
1
2
3
4
5
6
@echo off
rem Build with Visual C++
cd src\chrtrans
nmake -f makefile.msc %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..\..
nmake -f makefile.msc %1 %2 %3 %4 %5 %6 %7 %8 %9