vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 18 Sep 2012 18:24:44 +0000
changeset 16 25ac697dc747
parent 1 9e312de5f694
permissions -rw-r--r--
- Updated from branch master
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     1
@REM -------
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     2
@REM make using microsoft visual c
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     3
@REM type vcmake, and wait...
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     5
@REM -------
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     6
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     7
@if not defined VSINSTALLDIR (
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     8
	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     9
)
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    10
make.exe -N -f bc.mak -DUSEVC %*
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    11
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    12