vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 20 Feb 2020 09:46:13 +0100
changeset 3859 18cd7c43d15e
parent 3608 92bfe0e54de9
permissions -rwxr-xr-x
#FEATURE by exept class: ShowMeHowItWorks added: #initialize changed: #click:inComponent:clickTime: #freezePin:ofStep:with: #pushApplication: #select: #selectPin:ofStep: class: ShowMeHowItWorks class added: #new

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