about summary refs log tree commit diff stats
path: root/make-msc.bat
blob: 9a82016d68ba0e263283b4990177900641b2ba42 (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
cd ..\..
nmake -f makefile.msc %1 %2 %3 %4