vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 05 Sep 2017 10:41:10 +0200
changeset 3487 f54ee88a464d
parent 3270 b70bbcf797e9
child 3608 92bfe0e54de9
permissions -rwxr-xr-x
#FEATURE by cg class: ImageEditor added: #alphaHolder #alphaText #alphaVisibleHolder #hasAlphaChannel #hasTransparentColorInColorList comment/format in: #open changed: #findColorMapMode (send #hasTransparentColorInColorList instead of #hasMask) #hasMask #makeSelectedColorShifted (send #hasTransparentColorInColorList instead of #hasMask) #postOpenWith: #processSelectedColorsWith: (send #hasTransparentColorInColorList instead of #hasMask) #selectedColorIndexOrNil (send #hasTransparentColorInColorList instead of #hasMask) #update:with:from: (send #hasTransparentColorInColorList instead of #hasMask) #updateAfterImageChange #updateForNoImage #updateListOfColorsAndColormapMode class: ImageEditor class comment/format in: #helpPairs #windowSpec

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