vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 21 Jun 2018 07:42:38 +0200
changeset 714 43c6db2bc66a
parent 557 ed5d2509fba8
child 611 1eecc860f4a5
child 664 e31b2e7b658d
permissions -rw-r--r--
#BUGFIX by cg class: TestResultReporter changed: #reportTracebackFromExceptionDetailOf: #reportXml_pythonUnitTracebackStX: BUGFIX: must escape special HTML characters (especially '>' and '<') in the walkback

@REM -------
@REM make using Microsoft Visual C compiler
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
    pushd ..\..\rules
    call vcsetup.bat
    popd
)
make.exe -N -f bc.mak -DUSEVC %*