vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 09:14:19 +0100
changeset 6038 a26af42fdc1f
parent 5185 c76ea98ff1dc
child 5197 4c7442c47ab5
permissions -rwxr-xr-x
#TUNING by cg class: SelectionInListModelView changed: #selectElements:ifAnyAbsent: changed the size limit, when other algorithm is used

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