vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 16 May 2016 23:47:57 +0200
branchcvs_MAIN
changeset 965 b6f6cde0739f
parent 956 c7ade773fa8f
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: SmallSense::SmalltalkLintService added: #drawLine:in:atX:y:width:height:ascent:from:to:with:and: removed: #drawLine:in:atX:y:width:height:from:to:with:and: comment/format in: #annotationAtLine: changed: #process: #rehighlight: #sourceChanged: category of: #process:

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