vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 10 Aug 2017 10:05:49 +0200
branchcvs_MAIN
changeset 1041 4413bae59f15
parent 956 c7ade773fa8f
permissions -rw-r--r--
#BUGFIX by cg class: SmallSense::SmalltalkInferencer::Phase2 changed: #visitUnaryNode: catch JavaVM errors (NoClassPathSignal)

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