vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 02 Apr 2019 11:11:34 +0200
changeset 2211 632cea1b911c
parent 1638 ba6a5298054c
permissions -rw-r--r--
#QUALITY by cg class: RegressionTests::StringTests added: #test42a_includesAny #test42b_includesMatchCharacters #test42c_includesSeparator #test60a_hash #test60b_hash #test82a_expanding #test82b_expanding #test84_withCRs removed: #test42_includesAny #test60_hash #test82_expanding changed: #test50_indexOf

@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
)
@SET DEFINES=

make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*