vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 03 Oct 2012 11:47:52 +0000
changeset 32 23d2385dd44c
parent 29 44bc6c85f95a
child 33 9225c5b5c2be
permissions -rw-r--r--
make clobber fixes

@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 %*