vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 05 Aug 2012 12:24:12 +0200
changeset 4444 3cffa8b45961
parent 4344 8b593f2ebb63
child 4454 bd8fd2128997
permissions -rwxr-xr-x
changed: #searchBackwardFor:ignoreCase:startingAtLine:col:ifFound:ifAbsent: #searchForwardFor:ignoreCase:match:startingAtLine:col:ifFound:ifAbsent: use fast string search also for backward searches
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     1
@REM -------
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     2
@REM make using microsoft visual c
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     3
@REM type vcmake, and wait...
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     5
@REM -------
3729
524919e3d888 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
4344
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
     7
@if not defined VSINSTALLDIR (
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
     8
	call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
     9
)
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    10
4344
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
    11
make.exe -N -f bc.mak -DUSEVC %1 %2