vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 17:05:22 +0100
changeset 5687 c5be8b9eff20
parent 5185 c76ea98ff1dc
child 5197 4c7442c47ab5
permissions -rwxr-xr-x
#REFACTORING by cg class: DoWhatIMeanSupport beep changed: #codeCompletionForMessage:inClass:instance:context:codeView: (send #beepInEditor instead of #beep) #codeCompletionForSmalltalkClass:context:codeView: class: DoWhatIMeanSupport class changed: #entryCompletionBlockFor:

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