vcmake.bat
author vrany
Tue, 31 Jul 2012 14:48:43 +0200
changeset 2887 cf388f00c57d
parent 2758 cf62b16c9bc1
child 2925 a16957cdf80e
child 3095 5843e7139014
permissions -rwxr-xr-x
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2214
5c876767e251 automatically generated by browser
fm
parents: 2147
diff changeset
     1
@REM -------
5c876767e251 automatically generated by browser
fm
parents: 2147
diff changeset
     2
@REM make using microsoft visual c
5c876767e251 automatically generated by browser
fm
parents: 2147
diff changeset
     3
@REM type vcmake, and wait...
5c876767e251 automatically generated by browser
fm
parents: 2147
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
5c876767e251 automatically generated by browser
fm
parents: 2147
diff changeset
     5
@REM -------
2661
a36308170228 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
     6
a36308170228 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
     7
@if not defined VSINSTALLDIR (
2887
cf388f00c57d automatically generated by browser
vrany
parents: 2758
diff changeset
     8
	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
2661
a36308170228 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
     9
)
a36308170228 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2301
diff changeset
    10
make.exe -N -f bc.mak -DUSEVC %*
2147
676a39f2493d automatically generated by browser
fm
parents: 2124
diff changeset
    11
676a39f2493d automatically generated by browser
fm
parents: 2124
diff changeset
    12