vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 10 May 2018 23:55:38 +0200
changeset 1924 cc644916d874
parent 1638 ba6a5298054c
permissions -rw-r--r--
#QUALITY by cg class: RegressionTests::TimeAndDateTest added: #test_18_moreTimestampArithmetic #test_19_comparing #test_20_comparing comment/format in: #test_18_moreArithmetic changed: #test_01c_ReadingTimeStamps #test_10_readingISO8601_time class: RegressionTests::TimeAndDateTest class

@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% %*