bmake.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:
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 170
diff changeset
     1
@REM -------
470
e8d179dec519 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 222
diff changeset
     2
@REM make using Borland bcc32
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 170
diff changeset
     3
@REM type bmake, and wait...
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 170
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 170
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: 470
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: 470
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: 470
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: 470
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 470
diff changeset
    10
make.exe -N -f bc.mak  %DEFINES% %*
170
9cc359077c86 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 159
diff changeset
    11
9cc359077c86 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 159
diff changeset
    12