vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 21 Feb 2020 18:31:56 +0100
changeset 3861 11efde58092f
parent 3608 92bfe0e54de9
permissions -rwxr-xr-x
#FEATURE by exept class: ShowMeHowItWorks class definition added: #fastMoveAbsolute: #fastMovePointerToComponent: #fastMovePointerToComponent:at: #fastMoveTo:at: #goto: #movePointerToComponent:at: #movePointerToComponent:at:speed: #useApplication: comment/format in: #click:inComponent: #clickIn: #fastMoveTo: #findApplication:ifMultiple: #movePointerToComponent: #movePointerToComponent:offset: #movePointerToComponent:rightBottomOffset: #movePointerToComponent:rightOffset: #movePointerToComponent:speed: #movePointerToScreenPosition: changed: #click:inComponent:clickTime: #doShowFile: #doStream:from: #findApplication: #movePointerToScreenPosition:speed: #where:inComponent: category of: #closeApplication #findApplication: #open: #popApplication #pushApplication: class: ShowMeHowItWorks class added: #example3

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