vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 09 Dec 2016 13:45:14 +0100
branchcvs_MAIN
changeset 1007 60cc13ef0a9c
parent 956 c7ade773fa8f
permissions -rw-r--r--
#REFACTORING by cg class: SmallSense::CodeHighlightingService changed: #initialize use isDebugView instead of class == DebugView or isKindOf:DebugView (to allow replacing the debugger)

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