vcmake.bat
author convert-repo
Tue, 28 May 2019 03:27:24 +0000
changeset 1097 180bdb478bc0
parent 1064 5dc251f0cf40
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% %*