vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 27 May 2018 15:01:50 +0200
changeset 4096 f2a7b387a402
parent 3715 0de181f1a092
child 3855 1db7742d33ad
permissions -rw-r--r--
#BUGFIX by cg class: ToolApplicationModel changed: #showHelp:for: (send #firstOrNil instead of #first)

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