vcmake.bat
author convert-repo
Tue, 18 Dec 2018 04:35:00 +0000
changeset 5974 15af84aed4d0
parent 5185 c76ea98ff1dc
child 5197 4c7442c47ab5
permissions -rwxr-xr-x
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% %*