vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 16 Jul 2013 19:47:48 +0200
changeset 15528 a3c55af6af90
parent 14905 7216c4b137fb
child 15972 34bc901efed8
child 18037 4cf874da38c9
permissions -rw-r--r--
class: ProjectDefinition changed: #moduleDirectory_win32 #moduleDirectory_win32For: use copyReplaceAll:with: instead of copy replaceAll:with: this works well with symbols; the other does not
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12224
4464d9a03505 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12066
diff changeset
     1
@REM -------
14395
a4ab5aa72d05 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14365
diff changeset
     2
@REM make using Microsoft Visual C compiler
12224
4464d9a03505 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12066
diff changeset
     3
@REM type vcmake, and wait...
4464d9a03505 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12066
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
4464d9a03505 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12066
diff changeset
     5
@REM -------
12066
170d93566df8 automatically generated by browser
fm
parents: 11978
diff changeset
     6
13791
19cb0a85d7b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13033
diff changeset
     7
@if not defined VSINSTALLDIR (
14905
7216c4b137fb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14395
diff changeset
     8
    pushd ..\rules
7216c4b137fb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14395
diff changeset
     9
    call vcsetup.bat
7216c4b137fb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14395
diff changeset
    10
    popd
13791
19cb0a85d7b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 13033
diff changeset
    11
)
13832
80610d6d7ed4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 13791
diff changeset
    12
make.exe -N -f bc.mak -DUSEVC %*
14395
a4ab5aa72d05 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14365
diff changeset
    13
a4ab5aa72d05 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 14365
diff changeset
    14