mingwmake.bat
author Stefan Vogel <sv@exept.de>
Tue, 23 Apr 2013 12:33:43 +0200
changeset 577 3dea1e941af7
parent 558 41dcf2cede8c
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
class: TestResource added: #safeTearDown changed: #makeAvailable Take care of AbortOperationRequest being raised in Debugger in tearDown after an errornous test case.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
473
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
558
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
     7
@pushd ..\..\rules
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
     8
@call find_mingw.bat
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
     9
@popd
535
d248b4a0934c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 534
diff changeset
    10
make.exe -N -f bc.mak %USEMINGW_ARG% %*
540
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    11
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    12