mingwmake.bat
author mawalch
Thu, 07 Jul 2016 20:21:57 +0200
changeset 7408 d1cebfa53c19
parent 7007 122a7eea913f
child 7150 000f5ae96151
child 7437 2f3a225346d8
permissions -rw-r--r--
#OTHER by mawalch Spelling fixes.
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