vcmake.bat
author matilk
Wed, 13 Sep 2017 09:40:34 +0200
changeset 8174 2704c965b97b
parent 7436 fa28a2de2ad5
child 7541 39940e2446a5
permissions -rwxr-xr-x
#BUGFIX by Maren class: DeviceGraphicsContext changed: #displayDeviceOpaqueForm:x:y: nil check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5376
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     1
@REM -------
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     2
@REM make using Microsoft Visual C compiler
5376
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     3
@REM type vcmake, and wait...
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     5
@REM -------
5858
f32ff0ac6e8e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5834
diff changeset
     6
5834
27e681b151da *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5699
diff changeset
     7
@if not defined VSINSTALLDIR (
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     8
    pushd ..\rules
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     9
    call vcsetup.bat
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    10
    popd
5834
27e681b151da *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5699
diff changeset
    11
)
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    12
@SET DEFINES=
7006
c1fdc4df1aa9 initial checkin
Claus Gittinger <cg@exept.de>
parents: 6403
diff changeset
    13
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    15
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    16
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    17
7436
fa28a2de2ad5 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7006
diff changeset
    18