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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2603
c3466e3bef65 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2579
diff changeset
     1
@REM -------
3150
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
     2
@REM make using Microsoft Visual C compiler
2603
c3466e3bef65 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2579
diff changeset
     3
@REM type vcmake, and wait...
c3466e3bef65 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2579
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
c3466e3bef65 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2579
diff changeset
     5
@REM -------
2418
05e2b9049f24 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
2867
5eaed94714b3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2801
diff changeset
     7
@if not defined VSINSTALLDIR (
3150
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
     8
    pushd ..\rules
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
     9
    call vcsetup.bat
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
    10
    popd
2867
5eaed94714b3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2801
diff changeset
    11
)
3150
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
    12
@SET DEFINES=
3270
b70bbcf797e9 c files also depend on headers
Claus Gittinger <cg@exept.de>
parents: 3150
diff changeset
    13
3150
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
2603
c3466e3bef65 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2579
diff changeset
    15
3150
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
    16
b5cc196f8976 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2931
diff changeset
    17