tests/vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:13:36 +0200
changeset 640 63fdad4b773d
parent 597 13e4cce6d974
permissions -rw-r--r--
#OTHER by cg self class name -> self className

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