tests/vcmake.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 Microsoft Visual C compiler
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
@REM type vcmake, 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
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
@if not defined VSINSTALLDIR (
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
    pushd ..\..\..\stx\rules
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
    call vcsetup.bat
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
    popd
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
@SET DEFINES=
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
@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
    14
@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
    15
@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
    16
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
840c68a91cdd Tests moved to separate subpackage to follow St/X conventions.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20