vcmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 20 Jul 2019 09:07:21 +0200
changeset 4313 d390ecfb7670
parent 3715 0de181f1a092
child 3855 1db7742d33ad
permissions -rw-r--r--
#FEATURE by cg class: FlyByHelp more developer options; press CTRL and SHIFT to see... changed: #hideHelp #keyPress:x:y:view: #openDeveloperMenuFor:at: class: FlyByHelp class comment/format in: #documentation

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