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