make-msc.bat 165 B

1234567
  1. @echo off
  2. rem Build with Visual C++
  3. cd src\chrtrans
  4. nmake -f makefile.msc %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. cd ..\..
  6. nmake -f makefile.msc %1 %2 %3 %4 %5 %6 %7 %8 %9