vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 19 Aug 2019 16:21:27 +0200
changeset 4497 25868e8ec797
parent 3775 9753e480618e
child 3841 a22f33410bdf
permissions -rwxr-xr-x
#BUGFIX by exept class: ParseNodeVisitor added: #doesNotUnderstand: #visitJavaScriptAssignmentNode: #visitJavaScriptInnerFunctionNode: #visitJavaScriptReturnNode:

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