mingwmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 09 Nov 2017 22:39:46 +0100
changeset 8219 2e7b11bcbcd8
parent 7437 2f3a225346d8
child 7541 39940e2446a5
permissions -rw-r--r--
#REFACTORING by cg class: DisplaySurface added: #automationUUID #automationUUID: #instanceUUID removed: #instanceUuid changed: #uuid #uuid:
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