vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 03 Sep 2012 22:29:39 +0200
changeset 2910 8024f7e8f9f4
parent 2867 5eaed94714b3
child 2931 e52dc0aad972
permissions -rwxr-xr-x
class definition added: #nameOfUsedCompilerSuiteHolder #suiteNameOfCompiler: changed: #checkCompilerAvailability #page6b_specifyBuildDirectorySpec

@REM -------
@REM make using microsoft visual c
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
)

make.exe -N -f bc.mak -DUSEVC %1 %2