vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 15:01:50 +0200
changeset 16958 aad23f6aa046
parent 16403 d7e706dedbe8
child 16408 bc62fb9a8df6
permissions -rwxr-xr-x
#UI_ENHANCEMENT by cg class: DebugView changed: #flyByHelpTextFor: #initializeButtons1In: #initializeButtons2In: geometry

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