vcmake.bat
author convert-repo
Mon, 21 Mar 2016 04:40:47 +0000
changeset 5610 ef1c14e562bf
parent 5438 41aac91432b5
child 5444 cd4f2b359bfe
child 5802 b6e5d2a52ea0
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% %*