vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 26 Mar 2019 18:29:04 +0100
changeset 2169 a1a0194d9890
parent 1638 ba6a5298054c
permissions -rw-r--r--
#OTHER by cg class: TestCase category of: #setUp #tearDown

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