vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 02 Feb 2018 00:54:11 +0100
changeset 3531 cf715db898dd
parent 3270 b70bbcf797e9
child 3608 92bfe0e54de9
permissions -rwxr-xr-x
#UI_ENHANCEMENT by cg class: ResourceSelectionBrowser finally, some improvements to this ugly old beast added:15 methods comment/format in: #classSelected #postBuildWith: #postOpenWith: #rootOfClassCategories #treeViewClassHierarchyContents #updateResourceMethodList changed: #classSelectionUpdate: #listOfClasses #openOnSuperclass:andClass:andSelector:withResourceTypes: #resourceSelected #rootOfClassHierarchy #selectionOfClassPresentation #treeViewClassCategoryChildren #treeViewClassCategoryIcon category of: #openOnSuperclass:andClass:andSelector:withResourceTypes: #treeViewClassCategoryChildren #treeViewClassCategoryIcon #treeViewClassHierarchyContents #validateDoubleClick: class: ResourceSelectionBrowser class added: #title:onSuperclass:andClass:andSelector:withResourceTypes: removed: #treeViewClassHierarchyChildren #treeViewClassHierarchyContents #treeViewClassHierarchyIcon #treeViewClassHierarchyLabel comment/format in: #documentation #request:onSuperclass:andClass:andSelector:withResourceTypes: changed: #windowSpec class: ResourceSelectionBrowser::ResourceMethod added: #method

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