stx_libtool2.st
author Claus Gittinger <cg@exept.de>
Tue, 04 Jun 2013 12:59:34 +0200
changeset 3012 27eb0659e5f0
parent 2976 a37811c0bd38
child 3154 71cffa1e022e
permissions -rw-r--r--
class: Tools::ObjectModuleInformation changed: #updateModuleList
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     1
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
2621
285fa261cbcb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2610
diff changeset
     3
	      All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     4
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     5
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     6
 only in accordance with the terms of that license and with the
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     8
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     9
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    10
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    11
"
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libtool2' }"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libtool2
2381
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    15
	instanceVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    16
	classVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    17
	poolDictionaries:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    18
	category:'* Projects & Packages *'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    21
!stx_libtool2 class methodsFor:'documentation'!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    22
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    23
copyright
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    24
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
2621
285fa261cbcb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2610
diff changeset
    26
	      All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    27
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    28
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    29
 only in accordance with the terms of that license and with the
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    31
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    32
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    33
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    34
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    35
!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    36
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    37
documentation
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    38
"
2935
65ca67754d14 comment
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    39
    Build- and package information for creation of the st/x standard library: stx_libtool2.
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    40
    This library contains additional developer tools.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    41
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    42
! !
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    44
!stx_libtool2 class methodsFor:'description'!
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    45
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    46
excludedFromPreRequisites
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    47
    "list all packages which should be ignored in the automatic
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    48
     preRequisites scan. See #preRequisites for more."
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    49
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    50
    ^ #(
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    51
        #'stx:clients/Demos'    "WindowTreeView - referenced by FlyByWindowInformation>>keyPress:x:y:view: "
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    52
        #'stx:goodies/webServer'    "HTTPServer - referenced by UIPainter>>doInstallAsWebPage "
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    53
        #'exept:httpPortal'    "WebApplicationModel - referenced by UIPainter>>canInstallAsWebPage "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    54
        #'stx:goodies/communication'    "HTTPInterface - referenced by ImageEditor>>doLoadFromURL "
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    55
    )
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    56
!
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    57
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    58
mandatoryPreRequisites
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    59
    "list all required mandatory packages.
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    60
     Packages are mandatory, if they contain superclasses of the package's classes
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    61
     or classes which are extended by this package.
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    62
     This list can be maintained manually or (better) generated and
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    63
     updated by scanning the superclass hierarchies
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    64
     (the browser has a menu function for that)
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    65
     However, often too much is found, and you may want to explicitely
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    66
     exclude individual packages in the #excludedFromPreRequisites method."
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    67
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    68
    ^ #(
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    69
        #'stx:libbasic'    "Array - superclass of DataSetBuilder::Row "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    70
        #'stx:libview'    "GraphicsContext - superclass of UIGalleryView::Palette "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    71
        #'stx:libview2'    "ResourceSpecEditor - superclass of TabListEditor "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    72
        #'stx:libwidg'    "ListView - superclass of UIPainter::TreeView "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    73
        #'stx:libwidg2'    "HierarchicalItem - superclass of MenuEditor::RegularMenuItem "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    74
    )
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    75
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    76
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    77
referencedPreRequisites
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    78
    "list all packages containing classes referenced by the packages's members.
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    79
     This list can be maintained manually or (better) generated and
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    80
     updated by looking for global variable accesses
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    81
     (the browser has a menu function for that)
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    82
     However, often too much is found, and you may want to explicitely
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    83
     exclude individual packages in the #excludedFromPreRequisites method."
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    84
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    85
    ^ #(
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    86
        #'stx:libbasic2'    "TextStream - referenced by Tools::ProjectBuilder>>build "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    87
        #'stx:libbasic3'    "CVSSourceCodeManager - referenced by Tools::ObjectModuleInformation>>showInfoForClassLib: "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    88
        #'stx:libcomp'    "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith: "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    89
        #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    90
        #'stx:libtool'    "SmalltalkCodeGeneratorTool - referenced by MenuEditor>>doGenerateAspectMethods "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    91
        #'stx:libui'    "HorizontalPanelViewSpec - referenced by UIPainterView>>groupSelectionWithLayout: "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    92
        #'stx:libview3'    "LineSegmentMorph - referenced by UIObjectView class>>isHorizontalResizable: "
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    93
    )
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    94
! !
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    95
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
!stx_libtool2 class methodsFor:'description - compilation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
    98
additionalBaseAddressDefinition_bc_dot_mak
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
    99
    "this is an optional definition, which (if present) may speed up the dll-loading a little
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   100
     on win32 systems."
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   101
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
    ^ '
2149
bac46743cd66 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2145
diff changeset
   103
# see stdHeader_bc for LIBTOOL2_BASE
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   104
LIB_BASE=$(LIBTOOL2_BASE)
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
'
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
!stx_libtool2 class methodsFor:'description - contents'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
classNamesAndAttributes
2755
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   111
    "lists the classes which are to be included in the project.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   112
     Each entry in the list may be: a single class-name (symbol),
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   113
     or an array-literal consisting of class name and attributes.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   114
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   115
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
    ^ #(
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   117
        "<className> or (<className> attributes...) in load order"
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   118
        ColorEditDialog
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   119
        DataSetBuilder
2806
c847d71c11da automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2786
diff changeset
   120
        DirectoryView
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   121
        FlyByWindowInformation
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   122
        (HierarchicalListEditor autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   123
        ImageEditor
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   124
        MenuEditor
2738
10db2dc54f37 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2643
diff changeset
   125
        MethodFinderWindow
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   126
        (MethodSelectionBrowser autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   127
        (ProjectBrowser autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   128
        (STXInstaller autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   129
        SelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   130
        (ShellView autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   131
        (SnapShotImage autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   132
        (SnapShotImageMemory autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   133
        TabListEditor
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   134
        (#'Tools::InternationalLanguageTranslationEditor' autoload)
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   135
        (#'Tools::NewInspectorList' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   136
        (#'Tools::NewInspectorListView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   137
        (#'Tools::NewInspectorPanelView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   138
        (#'Tools::NewInspectorView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   139
        #'Tools::ObjectModuleInformation'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   140
        #'Tools::ProjectBuilder'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   141
        #'Tools::ProjectBuilderAssistantApplication'
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   142
        (#'Tools::ProjectDefinitionEditor' autoload)
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   143
        (#'Tools::ViewTreeInspectorApplication' autoload)
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   144
        UIGalleryView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   145
        UIHelpTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   146
        UILayoutTool
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   147
        UIListEditor
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   148
        UIObjectView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   149
        UIPainter
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   150
        UISelectionPanel
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   151
        UISpecificationTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   152
        #'stx_libtool2'
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   153
        FileSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   154
        ResourceSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   155
        UIPainterView
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
extensionMethodNames
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   160
    "lists the extension methods which are to be included in the project.
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   161
     Entries are 2-element array literals, consisting of class-name and selector."
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   162
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
    ^ #(
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
!stx_libtool2 class methodsFor:'description - project information'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   169
applicationIconFileName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   170
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   171
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   172
    ^ nil
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   173
    "/ ^ self applicationName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   174
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   175
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
companyName
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
    "Return a companyname which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
    ^ 'eXept Software AG'
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
description
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
    "Return a description string which will appear in nt.def / bc.def"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
2474
675a80b62692 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2467
diff changeset
   185
    ^ 'Smalltalk/X Additional Tools'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
legalCopyright
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
    "Return a copyright string which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
2894
1a0285e2c239 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2834
diff changeset
   191
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012'
2194
70b90ed6e10d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2193
diff changeset
   192
2894
1a0285e2c239 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2834
diff changeset
   193
    "Modified: / 18-07-2012 / 19:11:56 / cg"
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   194
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   195
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   196
productName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   197
    "Return a product name which will appear in <lib>.rc"
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   198
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   199
    ^ 'Smalltalk/X'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
!stx_libtool2 class methodsFor:'documentation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
version
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
    ^ '$Header$'
2610
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   206
!
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   207
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   208
version_CVS
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   209
    ^ '$Header$'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
! !
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   211