tests/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Oct 2014 22:27:09 +0000
changeset 44 840c68a91cdd
permissions -rw-r--r--
Tests moved to separate subpackage to follow St/X conventions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
@REM -------
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
@REM make using Borland bcc32
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
@REM type bmake, and wait...
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
@REM -------
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
@SET DEFINES=
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
make.exe -N -f bc.mak  %DEFINES% %*
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12