mingwmake.bat
author matilk
Wed, 13 Sep 2017 09:40:34 +0200
changeset 8174 2704c965b97b
parent 7437 2f3a225346d8
child 7541 39940e2446a5
permissions -rw-r--r--
#BUGFIX by Maren class: DeviceGraphicsContext changed: #displayDeviceOpaqueForm:x:y: nil check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5930
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     2
@REM make using mingw gnu compiler
5930
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
bd2d0df3a3a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     6
@SET DEFINES=
5987
44bc3846f328 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5930
diff changeset
     7
6405
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     8
@pushd ..\rules
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
     9
@call find_mingw.bat
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    10
@popd
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    11
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    12
Claus Gittinger <cg@exept.de>
parents: 6001
diff changeset
    13
7437
2f3a225346d8 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7007
diff changeset
    14
2f3a225346d8 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7007
diff changeset
    15