reports/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Jul 2012 23:32:29 +0200
changeset 91 971a6aa7f424
parent 61 9e1217346afd
child 125 0515362b64a1
permissions -rw-r--r--
changed: #writeContext:on: #writeStackTrace:of:on:

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