mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 23:00:04 +0100
branchworking_v5_0
changeset 613 5a546630cfcf
parent 611 1eecc860f4a5
permissions -rw-r--r--
Reverted TestCase>>debug to original SUnit implementation and made TestFailure proceedable. The code in TestCase>>debug was too elaborate. The purpose was to be able to proceed to see what next assertion is failing. This could be easily achieved by making TestFailure a resumable exception (by means of #mayProceed)
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 -------
611
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     6
@SET DEFINES=
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
473
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
558
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    11
@pushd ..\..\rules
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    12
@call find_mingw.bat
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    13
@popd
611
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
540
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    15
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    16