vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 16 Aug 2017 13:52:20 +0200
changeset 3456 4d4297bad4fa
parent 3270 b70bbcf797e9
child 3608 92bfe0e54de9
permissions -rwxr-xr-x
#FEATURE by cg class: Tools::ViewTreeInspectorApplication also show menus added: #selectedMenuItem #submenuMenuItemInterface: comment/format in: #selectionChanged changed: #doRedraw #middleButtonMenu #updateShownStatus class: Tools::ViewTreeInspectorApplication class added: #middleButtonMenuForMenuItems class: Tools::ViewTreeInspectorApplication::ViewTreeItem class definition added: #forMenuItem: #menuItem #parent: comment/format in: #icon #specClass changed: #displayOn:x:y:h:isHighlightedAsSelected: #exists #handlesDo: #hasChildren #string class: Tools::ViewTreeInspectorApplication::ViewTreeItem class added: #buildMenuItemsFrom: #forMenuItem: comment/format in: #forView: changed: #buildViewsFrom: class: Tools::ViewTreeInspectorApplication::ViewTreeModel changed: #path class: Tools::ViewTreeInspectorApplication::ViewTreeModel::ItemList changed: #additionalLabelForItem:

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