vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 13:02:05 +0100
changeset 2330 b189800c0d92
parent 2329 d1741f7f9628
child 2346 47ca683d57ce
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
@REM -------
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
@REM make using microsoft visual c
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
@REM type vcmake, and wait...
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
@REM -------
2329
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     6
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     7
@if not defined VSINSTALLDIR (
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     8
        call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     9
)
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    10
make.exe -N -f bc.mak -DUSEVC %*
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12