stx_projects_smalltalk.st
author convert-repo
Fri, 20 Dec 2019 04:29:09 +0000
changeset 1619 71f3cbb5c172
parent 1479 109c34978a1d
child 1481 4a4686007f8f
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     1
"
1478
262498be20f8 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
     2
 COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     3
              All Rights Reserved
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     4
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
 This software is furnished under a license and may be used
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     6
 only in accordance with the terms of that license and with the
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     8
 be provided or otherwise made available to, or used by, any
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     9
 other person.  No title to or ownership of the software is
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    10
 hereby transferred.
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    11
"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:projects/smalltalk' }"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    13
1376
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    14
"{ NameSpace: Smalltalk }"
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    15
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    16
ApplicationDefinition subclass:#stx_projects_smalltalk
1221
705f0a94600f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1212
diff changeset
    17
	instanceVariableNames:''
705f0a94600f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1212
diff changeset
    18
	classVariableNames:''
705f0a94600f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1212
diff changeset
    19
	poolDictionaries:''
705f0a94600f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1212
diff changeset
    20
	category:'* Projects & Packages *'
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    21
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    22
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
!stx_projects_smalltalk class methodsFor:'documentation'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
copyright
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    26
"
1478
262498be20f8 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1477
diff changeset
    27
 COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    28
              All Rights Reserved
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    30
 This software is furnished under a license and may be used
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
 only in accordance with the terms of that license and with the
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
 inclusion of the above copyright notice.   This software may not
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    33
 be provided or otherwise made available to, or used by, any
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
 other person.  No title to or ownership of the software is
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    35
 hereby transferred.
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    36
"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    37
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    39
documentation
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    40
"
1376
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    41
    Build- and package information for creation of the ST/X executable itself (with GUI).
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    42
    ST/X itself (i.e. the stx executable) is simply a standAlone application which includes
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    43
    all the common widgets and development tool libraries as prerequisites.
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    44
    So when started, these classes are already present.
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    45
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    46
    [Author:]
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    47
        Claus Gittinger
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    48
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    49
    [startWith:]
1376
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    50
        Start the ST/X application from the command line:
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    51
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    52
            stx                 regular start; read snapshot image file if present
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    53
            stx -I              regular start; ignore any snapshot image (i.e. cold start)
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    54
            stx -I --quick      quick start; ignore snapshot and do not scan for autoloaded classes.
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    55
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
    56
        Actually, startup is in 'Smalltalk >> start', so take a look at that method, for what is going on.
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    57
"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    58
! !
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    59
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    60
!stx_projects_smalltalk class methodsFor:'description'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    61
842
2ffca1cb987c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 833
diff changeset
    62
applicationIconFileName
2ffca1cb987c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 833
diff changeset
    63
    ^ 'stx_32x32'
2ffca1cb987c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 833
diff changeset
    64
!
2ffca1cb987c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 833
diff changeset
    65
996
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    66
applicationName
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    67
    "History: we want the helper files to be named: smalltalk*.*"
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    68
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    69
    ^ 'smalltalk'
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    70
!
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    71
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    72
applicationNameConsole
996
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    73
    ^ 'stx.com'
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    74
!
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    75
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    76
applicationNameNoConsole
996
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    77
    ^ 'stx.exe'
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    78
!
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    79
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    80
buildTarget
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    81
    "redefined, so by default, the executable file is only built - not an installer.
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    82
     For the installer to be built, we must explicitly type 'bmake setup'"
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    83
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    84
     ^ 'exe'
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    85
!
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    86
996
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    87
documentExtensions
1049
eede3d15659a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1035
diff changeset
    88
    ^ #()
eede3d15659a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1035
diff changeset
    89
"/    ^ #('st')
996
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    90
!
4a35e075fe05 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 978
diff changeset
    91
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    92
isConsoleApplication
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
    93
    ^ true "actually, we do both the console and the non-console app (see additionalTargets_bc_dot_mak)"
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    94
!
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
    95
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    96
isGUIApplication
1072
f72bea187609 comment: #isGUIApplication
Claus Gittinger <cg@exept.de>
parents: 1049
diff changeset
    97
    ^ true "actually, we do both the console and the non-console app (see additionalTargets_bc_dot_mak)"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    98
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    99
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   100
preRequisites
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   101
    ^ #(
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
   102
        #'stx:libbasic'    
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   103
        #'stx:libbasic2'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   104
        #'stx:libbasic3'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   105
        #'stx:libcomp'    
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   106
        #'stx:libhtml'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   107
        #'stx:libtool'    
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   108
        #'stx:libtool2'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   109
        #'stx:libui'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   110
        #'stx:libview'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   111
        #'stx:libview2'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   112
        #'stx:libwidg'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   113
        #'stx:libwidg2'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   114
        #'stx:libwidg3'
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
   115
        #'stx:goodies/refactoryBrowser/helpers'
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
   116
        #'stx:goodies/refactoryBrowser/parser'
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
   117
        #'stx:goodies/refactoryBrowser/refactoring'
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
   118
        #'stx:goodies/refactoryBrowser/changes'
1148
8dcf623eed7d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1124
diff changeset
   119
        #'stx:goodies/refactoryBrowser/browser'
1101
09e39a04cae6 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1089
diff changeset
   120
        #'stx:goodies/refactoryBrowser/lint'
748
28d8f35e349a automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 740
diff changeset
   121
        #'stx:libboss'
1212
34d137f91cb8 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1201
diff changeset
   122
        #'stx:libjavascript'
1233
988c2d89396d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1221
diff changeset
   123
"/        #'stx:goodies/petitparser'
988c2d89396d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1221
diff changeset
   124
"/        #'stx:libjava'
988c2d89396d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1221
diff changeset
   125
"/        #'stx:libsvn'
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   126
    )
1148
8dcf623eed7d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1124
diff changeset
   127
1233
988c2d89396d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1221
diff changeset
   128
    "Modified: / 13-01-2012 / 13:03:52 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   129
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   130
971
2c9807ced80f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 939
diff changeset
   131
splashFileName
2c9807ced80f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 939
diff changeset
   132
    ^ 'stx_splash'
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   133
! !
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   134
762
9cdba58d9a60 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 748
diff changeset
   135
!stx_projects_smalltalk class methodsFor:'description - building'!
9cdba58d9a60 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 748
diff changeset
   136
893
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   137
additionalFilesToInstall
901
7ee4e9a3330c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 900
diff changeset
   138
    "becomes part of the nsi list of files to install"
7ee4e9a3330c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 900
diff changeset
   139
893
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   140
    ^ #(
1035
ef310c7da196 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1028
diff changeset
   141
        '"*.wsp"'
1021
f36cbe90d694 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1011
diff changeset
   142
        '/x CVS "${STX_ROOT}\stx\projects\smalltalk\patches"'
f36cbe90d694 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1011
diff changeset
   143
        '/r /x CVS "${STX_ROOT}\stx\include"'
1028
9bdd8915250f automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1021
diff changeset
   144
        '/x CVS "${STX_ROOT}\stx\libview\styles\*"'
9bdd8915250f automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1021
diff changeset
   145
        'SetOutPath "$INSTDIR\bin\doc"'
1021
f36cbe90d694 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1011
diff changeset
   146
        '/r /x CVS "${STX_ROOT}\stx\doc\online"'
1035
ef310c7da196 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1028
diff changeset
   147
        'SetOutPath "$INSTDIR\bin\source"'
1028
9bdd8915250f automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1021
diff changeset
   148
        '/r /x CVS /x "not*" "${STX_ROOT}\stx\*.st"'
893
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   149
       )
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   150
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   151
    "Created: / 01-03-2007 / 20:03:15 / cg"
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   152
!
c8f33507784d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 886
diff changeset
   153
807
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
   154
iconFileName
a88ba24aad4a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 795
diff changeset
   155
    ^ 'stx_32x32.ico'
762
9cdba58d9a60 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 748
diff changeset
   156
! !
9cdba58d9a60 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 748
diff changeset
   157
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   158
!stx_projects_smalltalk class methodsFor:'description - contents'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   159
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   160
classNamesAndAttributes
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   161
    ^ #(
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   162
        "<className> or (<className> attributes...) in load order"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   163
        #'stx_projects_smalltalk'
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   164
    )
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   165
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   166
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   167
extensionMethodNames
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   168
    ^ #(
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   169
    )
902
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   170
!
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   171
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   172
protectedFileNames
1122
715da7750a21 changed: #protectedFileNames
Claus Gittinger <cg@exept.de>
parents: 1101
diff changeset
   173
    "names of files which should NOT be generated (because they are hand-maintained)"
902
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   174
    "do NOT overwrite the hand-written Make.proto for now"
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   175
db523b233ec8 Keep Make.proto
Stefan Vogel <sv@exept.de>
parents: 901
diff changeset
   176
    ^ #( 'Make.proto' )
1122
715da7750a21 changed: #protectedFileNames
Claus Gittinger <cg@exept.de>
parents: 1101
diff changeset
   177
715da7750a21 changed: #protectedFileNames
Claus Gittinger <cg@exept.de>
parents: 1101
diff changeset
   178
    "Modified: / 21-12-2010 / 11:37:05 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   179
! !
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   180
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   181
!stx_projects_smalltalk class methodsFor:'description - project information'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   182
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   183
companyName
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   184
    "Return a companyname which will appear in <lib>.rc"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   185
1477
2a0a382aafbe #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1376
diff changeset
   186
    ^ 'Claus Gittinger / eXept Software AG'
2a0a382aafbe #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1376
diff changeset
   187
2a0a382aafbe #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1376
diff changeset
   188
    "Modified: / 18-11-2016 / 11:47:40 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   189
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   190
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   191
description
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   192
    "Return a description string which will appear in nt.def / bc.def"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   193
795
d7e661fdd09c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 778
diff changeset
   194
    ^ 'Smalltalk/X IDE'
d7e661fdd09c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 778
diff changeset
   195
d7e661fdd09c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 778
diff changeset
   196
    "Modified: / 10-02-2007 / 18:36:19 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   197
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   198
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   199
legalCopyright
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   200
    "Return a copyright string which will appear in <lib>.rc"
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   201
1479
109c34978a1d #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1478
diff changeset
   202
    ^ 'Copyright Claus Gittinger 1988\nCopyright eXept Software AG 1998-2012'
795
d7e661fdd09c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 778
diff changeset
   203
1479
109c34978a1d #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 1478
diff changeset
   204
    "Modified: / 18-11-2016 / 12:19:34 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   205
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   206
886
e2b59c951e8f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 849
diff changeset
   207
productFilename
e2b59c951e8f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 849
diff changeset
   208
    ^ 'SmalltalkX'
e2b59c951e8f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 849
diff changeset
   209
e2b59c951e8f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 849
diff changeset
   210
    "Modified: / 01-03-2007 / 19:34:15 / cg"
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   211
! !
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   212
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   213
!stx_projects_smalltalk class methodsFor:'description - startup'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   214
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   215
startupClassName
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   216
    ^ #Smalltalk
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   217
!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   218
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   219
startupSelector
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   220
    ^ #start
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   221
! !
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   222
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   223
!stx_projects_smalltalk class methodsFor:'documentation'!
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   224
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   225
version
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   226
    ^ '$Header$'
1072
f72bea187609 comment: #isGUIApplication
Claus Gittinger <cg@exept.de>
parents: 1049
diff changeset
   227
!
f72bea187609 comment: #isGUIApplication
Claus Gittinger <cg@exept.de>
parents: 1049
diff changeset
   228
f72bea187609 comment: #isGUIApplication
Claus Gittinger <cg@exept.de>
parents: 1049
diff changeset
   229
version_CVS
f72bea187609 comment: #isGUIApplication
Claus Gittinger <cg@exept.de>
parents: 1049
diff changeset
   230
    ^ '$Header$'
740
9ea5f8935edf initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
   231
! !
1376
d37a3939d86d class: stx_projects_smalltalk
Claus Gittinger <cg@exept.de>
parents: 1273
diff changeset
   232