vcmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 01 Apr 2020 10:38:02 +0200
changeset 6242 c145a08717ee
parent 5185 c76ea98ff1dc
child 5197 4c7442c47ab5
permissions -rwxr-xr-x
#REFACTORING by stefan class: ProgressIndicator changed: #showBusyIndicatorDuring: class: ProgressIndicator class comment/format in: #inBoxWithLabel:icon:text:abortable:view:closeWhenDone: changed: #displayBusyIndicator:message:abortable:at:during:

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