mingwmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 07 Jun 2014 16:22:32 +0200
changeset 3126 9002c0912b90
parent 2956 896ab35eea5d
child 3151 ea535404aad5
permissions -rw-r--r--
class: Tools::ProjectBuilderAssistantApplication added: #checkSourceCodeManagerType #doStartMakeApp #osIsUnix removed: #doOpenConsoleTerminal #isUnixOS #isWindowsOS changed:7 methods
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2925
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw compiler
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
2955
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
     6
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
     7
@call ..\rules\find_mingw.bat
2956
896ab35eea5d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2955
diff changeset
     8
make.exe -N -f bc.mak %USEMINGW_ARG% %*