tests/vcmake.bat
author convert-repo
Tue, 28 May 2019 03:27:12 +0000
changeset 639 5eef58208eab
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% %*