vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 05 Sep 2012 11:22:06 +0200
changeset 2916 59c84eca29fd
parent 2867 5eaed94714b3
child 2931 e52dc0aad972
permissions -rwxr-xr-x
lcc support

@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