vcmake.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: 201
diff changeset
     1
@REM -------
471
57f4f59db0aa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 443
diff changeset
     2
@REM make using Microsoft Visual C compiler
222
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 201
diff changeset
     3
@REM type vcmake, and wait...
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 201
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
8e6f482297fa Jan's 4.1 version
Claus Gittinger <cg@exept.de>
parents: 201
diff changeset
     5
@REM -------
471
57f4f59db0aa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 443
diff changeset
     6
443
aa3053af1d3a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 222
diff changeset
     7
@if not defined VSINSTALLDIR (
557
ed5d2509fba8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 471
diff changeset
     8
    pushd ..\..\rules
ed5d2509fba8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 471
diff changeset
     9
    call vcsetup.bat
ed5d2509fba8 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 471
diff changeset
    10
    popd
443
aa3053af1d3a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 222
diff changeset
    11
)
611
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 557
diff changeset
    12
@SET DEFINES=
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 557
diff changeset
    13
@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: 557
diff changeset
    14
@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: 557
diff changeset
    15
@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: 557
diff changeset
    16
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
471
57f4f59db0aa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 443
diff changeset
    17
57f4f59db0aa automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 443
diff changeset
    18
611
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 557
diff changeset
    19
1eecc860f4a5 Project definition fixed and HG configured as for CVS mirror repository.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 557
diff changeset
    20