stx_libtool2.st
author Claus Gittinger <cg@exept.de>
Mon, 05 Oct 2015 09:17:20 +0200
changeset 3230 e6d7ba2e0384
parent 3220 761b69274dc3
child 3231 1ac976f4c08d
permissions -rw-r--r--
#OTHER class: ImageEditor changed: #colorMapMode: 24bit conversion error
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3220
761b69274dc3 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3208
diff changeset
     1
"{ Encoding: utf8 }"
761b69274dc3 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3208
diff changeset
     2
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     3
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     4
 COPYRIGHT (c) 2006 by eXept Software AG
2621
285fa261cbcb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2610
diff changeset
     5
	      All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     6
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     7
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
     8
 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
     9
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    10
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    11
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    12
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    13
"
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"{ Package: 'stx:libtool2' }"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
3177
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    16
"{ NameSpace: Smalltalk }"
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    17
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
LibraryDefinition subclass:#stx_libtool2
2381
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    19
	instanceVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    20
	classVariableNames:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    21
	poolDictionaries:''
5ff815f41813 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
    22
	category:'* Projects & Packages *'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    25
!stx_libtool2 class methodsFor:'documentation'!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    26
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    27
copyright
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    28
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    29
 COPYRIGHT (c) 2006 by eXept Software AG
2621
285fa261cbcb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2610
diff changeset
    30
	      All Rights Reserved
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    31
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    32
 This software is furnished under a license and may be used
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    33
 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
    34
 inclusion of the above copyright notice.   This software may not
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    35
 be provided or otherwise made available to, or used by, any
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    36
 other person.  No title to or ownership of the software is
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    37
 hereby transferred.
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    38
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    39
!
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    40
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    41
documentation
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    42
"
3177
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    43
    Package documentation:
0d5fbdb2e7fd class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3163
diff changeset
    44
3190
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    45
    This library contains additional advanced ST/X development tools.
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    46
    This includes, additional analysis, monitoring and profiling tools, UI builders etc.
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    47
a52106100195 class: stx_libtool2
Claus Gittinger <cg@exept.de>
parents: 3177
diff changeset
    48
    Typically, these tools are not needed in end-user (standAlone) applications.    
2071
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    49
"
54af4d66b0fa *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2068
diff changeset
    50
! !
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    52
!stx_libtool2 class methodsFor:'description'!
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    53
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    54
excludedFromPreRequisites
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    55
    "list all packages which should be ignored in the automatic
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    56
     preRequisites scan. See #preRequisites for more."
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    57
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    58
    ^ #(
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    59
        #'stx:clients/Demos'    "WindowTreeView - referenced by FlyByWindowInformation>>keyPress:x:y:view: "
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    60
        #'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
    61
        #'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
    62
        #'stx:goodies/communication'    "HTTPInterface - referenced by ImageEditor>>doLoadFromURL "
3154
71cffa1e022e Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2976
diff changeset
    63
        #'stx:libview3'    "LineSegmentMorph - referenced by UIObjectView class>>isHorizontalResizable: "
2172
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    64
    )
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    65
!
b3bdee17920b Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2162
diff changeset
    66
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    67
mandatoryPreRequisites
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    68
    "list all required mandatory packages.
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    69
     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
    70
     or classes which are extended by this package.
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    71
     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
    72
     updated by scanning the superclass hierarchies
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    73
     (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
    74
     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
    75
     exclude individual packages in the #excludedFromPreRequisites method."
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
    76
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
    77
    ^ #(
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    78
        #'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
    79
        #'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
    80
        #'stx:libview2'    "ResourceSpecEditor - superclass of TabListEditor "
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    81
        #'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
    82
        #'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
    83
    )
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
referencedPreRequisites
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    87
    "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
    88
     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
    89
     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
    90
     (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
    91
     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
    92
     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
    93
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    94
    ^ #(
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
    95
        #'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
    96
        #'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
    97
        #'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
    98
        #'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
    99
        #'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
   100
        #'stx:libui'    "HorizontalPanelViewSpec - referenced by UIPainterView>>groupSelectionWithLayout: "
2145
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   101
    )
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   102
! !
4233bdb1ee28 automatic checkIn
boris
parents: 2109
diff changeset
   103
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
!stx_libtool2 class methodsFor:'description - compilation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   106
additionalBaseAddressDefinition_bc_dot_mak
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   107
    "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
   108
     on win32 systems."
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   109
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
    ^ '
2149
bac46743cd66 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2145
diff changeset
   111
# see stdHeader_bc for LIBTOOL2_BASE
2577
0ede5715d72e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2474
diff changeset
   112
LIB_BASE=$(LIBTOOL2_BASE)
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
'
3163
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   114
!
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   115
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   116
stcWarningOptions
e7f3add79489 warnings
Claus Gittinger <cg@exept.de>
parents: 3154
diff changeset
   117
    ^ '-warnNonStandard -warnUnused'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
!stx_libtool2 class methodsFor:'description - contents'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
classNamesAndAttributes
2755
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   123
    "lists the classes which are to be included in the project.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   124
     Each entry in the list may be: a single class-name (symbol),
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   125
     or an array-literal consisting of class name and attributes.
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   126
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
fb7d191e108f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2738
diff changeset
   127
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
    ^ #(
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   129
        "<className> or (<className> attributes...) in load order"
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   130
        ColorEditDialog
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   131
        DataSetBuilder
2806
c847d71c11da automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2786
diff changeset
   132
        DirectoryView
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   133
        FlyByWindowInformation
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   134
        (HierarchicalListEditor autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   135
        ImageEditor
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   136
        MenuEditor
2738
10db2dc54f37 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2643
diff changeset
   137
        MethodFinderWindow
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   138
        (MethodSelectionBrowser autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   139
        (ProjectBrowser autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   140
        (STXInstaller autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   141
        SelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   142
        (ShellView autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   143
        (SnapShotImage autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   144
        (SnapShotImageMemory autoload)
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   145
        TabListEditor
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   146
        (#'Tools::InternationalLanguageTranslationEditor' autoload)
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   147
        (#'Tools::NewInspectorList' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   148
        (#'Tools::NewInspectorListView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   149
        (#'Tools::NewInspectorPanelView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   150
        (#'Tools::NewInspectorView' autoload)
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   151
        #'Tools::ObjectModuleInformation'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   152
        #'Tools::ProjectBuilder'
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   153
        #'Tools::ProjectBuilderAssistantApplication'
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   154
        (#'Tools::ProjectDefinitionEditor' autoload)
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   155
        (#'Tools::ViewTreeInspectorApplication' autoload)
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   156
        UIGalleryView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   157
        UIHelpTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   158
        UILayoutTool
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   159
        UIListEditor
2643
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   160
        UIObjectView
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   161
        UIPainter
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   162
        UISelectionPanel
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   163
        UISpecificationTool
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   164
        #'stx_libtool2'
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   165
        FileSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   166
        ResourceSelectionBrowser
dbfb457033ff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2621
diff changeset
   167
        UIPainterView
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
extensionMethodNames
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   172
    "lists the extension methods which are to be included in the project.
3208
1ce6db31fcdf class: Object
Claus Gittinger <cg@exept.de>
parents: 3190
diff changeset
   173
     Entries are pairwise elements, consisting of class-name and selector."
2786
8f522043f93d automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2755
diff changeset
   174
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
    ^ #(
3208
1ce6db31fcdf class: Object
Claus Gittinger <cg@exept.de>
parents: 3190
diff changeset
   176
        Image edit
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
    )
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
!stx_libtool2 class methodsFor:'description - project information'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   182
applicationIconFileName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   183
    "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
   184
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   185
    ^ nil
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   186
    "/ ^ self applicationName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   187
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   188
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
companyName
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
    "Return a companyname which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
    ^ 'eXept Software AG'
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   194
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
description
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   196
    "Return a description string which will appear in nt.def / bc.def"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   197
2474
675a80b62692 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2467
diff changeset
   198
    ^ 'Smalltalk/X Additional Tools'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   199
!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
legalCopyright
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
    "Return a copyright string which will appear in <lib>.rc"
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
3220
761b69274dc3 copyright messages updated
Claus Gittinger <cg@exept.de>
parents: 3208
diff changeset
   204
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 2012'
2194
70b90ed6e10d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2193
diff changeset
   205
2894
1a0285e2c239 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2834
diff changeset
   206
    "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
   207
!
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   208
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   209
productName
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   210
    "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
   211
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   212
    ^ 'Smalltalk/X'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   213
! !
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   214
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
!stx_libtool2 class methodsFor:'documentation'!
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   216
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
version
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   218
    ^ '$Header$'
2610
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   219
!
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   220
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   221
version_CVS
2fbaaa0e8e33 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   222
    ^ '$Header$'
2068
c8e0136dc692 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
! !
2966
c365ecae6727 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2935
diff changeset
   224