vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 01 May 2016 18:21:59 +0200
changeset 5691 bbe1d9a93740
parent 5438 41aac91432b5
child 5444 cd4f2b359bfe
child 5802 b6e5d2a52ea0
permissions -rwxr-xr-x
#DOCUMENTATION by cg class: ListView comment/format in: #characterPositionOfLine:col:

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