tests/vcmake.bat
author convert-repo
Tue, 03 Jul 2018 03:34:03 +0000
changeset 602 1b523cd0f564
parent 597 13e4cce6d974
permissions -rw-r--r--
update tags

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