vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Sep 2012 01:38:26 +0000
changeset 20 8caf2f257260
parent 1 9e312de5f694
permissions -rw-r--r--
- fixes for package support
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