ApplicationDefinition.st
author Claus Gittinger <cg@exept.de>
Mon, 10 Oct 2016 09:31:43 +0200
changeset 20581 a84d4217a951
parent 20570 2e58e2877032
child 20589 fd675c8fdfe9
permissions -rw-r--r--
#FEATURE by cg class: ApplicationDefinition added: #generate_osx_pkginfo changed: #basicFileNamesToGenerate #dmgImageSetupLines
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9552
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     1
"
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     3
              All Rights Reserved
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     4
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     5
 This software is furnished under a license and may be used
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     6
 only in accordance with the terms of that license and with the
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     8
 be provided or otherwise made available to, or used by, any
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
     9
 other person.  No title to or ownership of the software is
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    10
 hereby transferred.
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    11
"
9671
cb20763db715 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9669
diff changeset
    12
"{ Package: 'stx:libbasic' }"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
    13
17578
21ce684d369f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17243
diff changeset
    14
"{ NameSpace: Smalltalk }"
21ce684d369f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17243
diff changeset
    15
9567
dff3e4bd9de2 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9557
diff changeset
    16
ProjectDefinition subclass:#ApplicationDefinition
19995
c4be724738fa #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19963
diff changeset
    17
	instanceVariableNames:''
c4be724738fa #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19963
diff changeset
    18
	classVariableNames:''
c4be724738fa #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19963
diff changeset
    19
	poolDictionaries:''
c4be724738fa #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19963
diff changeset
    20
	category:'System-Support-Projects'
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
    21
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
    22
9552
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    23
!ApplicationDefinition class methodsFor:'documentation'!
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    24
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    25
copyright
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    26
"
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    27
 COPYRIGHT (c) 2006 by eXept Software AG
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    28
              All Rights Reserved
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    29
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    30
 This software is furnished under a license and may be used
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    31
 only in accordance with the terms of that license and with the
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    32
 inclusion of the above copyright notice.   This software may not
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    33
 be provided or otherwise made available to, or used by, any
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    34
 other person.  No title to or ownership of the software is
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    35
 hereby transferred.
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    36
"
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    37
!
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    38
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    39
documentation
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    40
"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    41
    subclasses provide the info on the contents of a package/project and
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    42
    how to build executables and class libraries and how to load/unload packages.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    43
    Actually, subclasses MUST be subclasses of the two abstract classes LibraryDefinition or
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    44
    ApplicationDefinition. These two know how to generate all required help files for the
15218
d85d144cd661 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15217
diff changeset
    45
    make/build/load process.
d85d144cd661 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15217
diff changeset
    46
    File creation is driven by file templates which are expanded using strings from the file mappings.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    47
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
    48
    Concrete definition classes MUST redefine:
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    49
        classNamesAndAttributes
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    50
                                list of classes which are part of the dll/exe
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    51
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    52
        extensionMethodNames
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    53
                                list of extension methods
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    54
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    55
        startupClassName / startupSelector
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    56
                                class and selector with which the show starts
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    57
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    58
        buildTarget             name of the generated exe-file
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    59
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    60
        
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    61
    should redefine:
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    62
        preRequisites           list of required packages
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    63
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    64
        iconFileName            name of a .ico file containing the applications icon
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    65
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    66
        companyName             name of your company - will be shown by windows explorer
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    67
                                as attribute of a .dll or .exe
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    68
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    69
        description             short description; shown by windows explorer
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    70
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    71
        legalCopyright          copyright message; shown by windows explorer
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    72
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    73
        productName             product name; shown by windows explorer
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    74
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    75
        applicationName         app name; shown by windows explorer
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    76
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    77
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    78
    might redefine:    
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    79
        isConsoleApplication    if true, windows-build generates a console app.
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    80
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    81
        isGUIApplication        if true, the GUI framework is linked in
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    82
                                (as opposed to a non-GUI server-like executable)
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    83
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    84
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
    85
    The above info might be outdated a bit - see stx_projects_smalltalk as a concrete example.
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
    86
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    87
    [author:]
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    88
        Felix Madrid
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    89
        Claus Gittinger
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    90
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    91
    [see also:]
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    92
        stx_projects_smalltalk
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    93
        stx_libbasic
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    94
        stx_libbasic2
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
    95
"
9552
4f4b3f5cfc53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9542
diff changeset
    96
! !
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
    97
10506
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
    98
!ApplicationDefinition class methodsFor:'accessing'!
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
    99
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   100
appSourcesProjects
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   101
    "Returns only the application projects (which are included in the application module)"
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   102
20201
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   103
    ^ self effectivePreRequisites
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   104
        select:[:each |
19474
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
   105
            (self moduleFor: each) = self module
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
   106
        ].
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   107
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   108
    "
19474
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
   109
     bosch_dapasx_application appSourcesProjects
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   110
    "
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   111
!
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   112
14229
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   113
startupClass
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   114
    "the class, but onlz of loaded"
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   115
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   116
    |cls|
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   117
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   118
    Error 
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   119
        handle:[:ex | ] 
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   120
        do:[
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   121
            |clsName|
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   122
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   123
            clsName := self startupClassName.
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   124
            cls := Smalltalk classNamed:clsName.
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   125
        ].
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   126
    ^ cls
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   127
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   128
    "Created: / 20-07-2012 / 16:37:36 / cg"
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   129
!
622a645aab33 added: #startupClass
Claus Gittinger <cg@exept.de>
parents: 14061
diff changeset
   130
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   131
stxSourcesProjects
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   132
    "Returns only the required STX projects (which are included in the STX module)"
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   133
14841
308ec8e1c88d class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14814
diff changeset
   134
    ^ self effectivePreRequisites select:[:each | 
308ec8e1c88d class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14814
diff changeset
   135
        (self moduleFor: each) = (self moduleFor: #stx)
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   136
    ].
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   137
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   138
    "
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   139
        bosch_dapasx_application stxSourcesProjects
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   140
    "
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   141
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   142
    "
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   143
    #(
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   144
       'libbasic' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   145
       'libbasic2' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   146
       'libcomp' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   147
       'libview' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   148
       'libview2'
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   149
       'libwidg' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   150
       'libwidg2' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   151
       'libtool' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   152
       'libtool2' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   153
       'libhtml' 
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   154
       'libui'
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
   155
    )
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
   156
    "
10506
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   157
! !
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   158
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   159
!ApplicationDefinition class methodsFor:'code generation'!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   160
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   161
forEachMethodsCodeToCompileDo:aTwoArgBlock ignoreOldDefinition:ignoreOldDefinition
15053
dd4e354a7a78 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14989
diff changeset
   162
    "redefined to add application stuff, such as definitions for the app-icon, 
dd4e354a7a78 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14989
diff changeset
   163
     startup class and installation directory"
dd4e354a7a78 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14989
diff changeset
   164
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   165
    super forEachMethodsCodeToCompileDo:aTwoArgBlock ignoreOldDefinition:ignoreOldDefinition.
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   166
14884
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   167
    #(
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   168
        (applicationIconFileNameWindows applicationIconFileNameWindows_code 'description - project information')
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   169
        (applicationIconFileNameLinux applicationIconFileNameLinux_code 'description - project information')
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   170
        (applicationIconFileNameOSX applicationIconFileNameOSX_code 'description - project information')
15951
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
   171
        "/ Not needed, done in ProjectDefinition>>forEachMethodsCodeToCompileDo:ignoreOldDefinition:
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
   172
        "/ (subProjects subProjects_code 'description')
14884
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   173
        (productInstallDirBaseName productInstallDirBaseName_code 'description - project information')
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   174
        (startupClassName startupClassName_code 'description - startup')
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   175
        (startupSelector startupSelector_code 'description - startup')
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   176
    ) triplesDo:[:selector :codeMethodSelector :category|
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   177
        (self class includesSelector:selector) ifFalse:[
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   178
            aTwoArgBlock
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   179
                value: (self perform:codeMethodSelector)
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   180
                value: category.
e9f7c2641cc9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14878
diff changeset
   181
        ].
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   182
    ].
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   183
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   184
    "Created: / 10-08-2006 / 16:35:47 / cg"
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   185
    "Modified: / 30-08-2006 / 19:03:48 / cg"
15951
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
   186
    "Modified: / 25-11-2013 / 13:51:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   187
!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   188
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   189
startupClassName_code
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   190
    "generate code that answers the startupClass."
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   191
    
12306
7c83818f8b01 changed:
Claus Gittinger <cg@exept.de>
parents: 12203
diff changeset
   192
    |classes startClasses mainClasses appClasses|
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   193
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   194
    classes := self classNamesAndAttributes 
16336
3bd14ee1acde class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16327
diff changeset
   195
                collect:[:nmOrPair | 
3bd14ee1acde class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16327
diff changeset
   196
                            |nm| 
3bd14ee1acde class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16327
diff changeset
   197
                            nm := nmOrPair isArray ifTrue:[nmOrPair first] ifFalse:[nmOrPair].
3bd14ee1acde class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16327
diff changeset
   198
                            Smalltalk classNamed:nm
3bd14ee1acde class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16327
diff changeset
   199
                        ] 
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   200
                thenSelect:[:cls | cls notNil and:[cls isProjectDefinition not ]].
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   201
12306
7c83818f8b01 changed:
Claus Gittinger <cg@exept.de>
parents: 12203
diff changeset
   202
    mainClasses := classes select:[:each | each theMetaclass includesSelector:#main ].
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   203
    mainClasses size == 1 ifTrue:[
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   204
        ^ self startupClassName_codeFor:(mainClasses first name)
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   205
    ].
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   206
    mainClasses isEmpty ifTrue:[
12306
7c83818f8b01 changed:
Claus Gittinger <cg@exept.de>
parents: 12203
diff changeset
   207
        startClasses := classes select:[:each | each theMetaclass includesSelector:#start ].
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   208
        startClasses size == 1 ifTrue:[
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   209
            ^ self startupClassName_codeFor:(startClasses first name)
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   210
        ].
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   211
        startClasses isEmpty ifTrue:[
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   212
            appClasses := classes select:[:each | each isSubclassOf:ApplicationModel ].
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   213
            appClasses size == 1 ifTrue:[
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   214
                ^ self startupClassName_codeFor:(appClasses first name)
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   215
            ].
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   216
        ]
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   217
    ].
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   218
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   219
    ^ 
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   220
'startupClassName
12424
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   221
    "the name of the class which starts the show in its <startupSelector> method.
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   222
     Usually, the name of a subclass of StandAloneStartup."
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   223
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   224
    self error:''undefined startupClass''.
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   225
    ^ ''<name of class here>''
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   226
'
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   227
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   228
    "Modified: / 27-12-2006 / 11:43:34 / cg"
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   229
!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   230
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   231
startupClassName_codeFor:aClassName
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   232
    "code that answers aClassName as the startupClass."
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   233
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   234
    ^ 
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   235
'startupClassName
12424
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   236
    "the class that starts the show in its startupSelector method"
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   237
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   238
    ^ ''',aClassName,'''
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   239
'
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   240
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   241
    "Created: / 05-09-2006 / 13:40:32 / cg"
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   242
!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   243
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   244
startupSelector_code
10807
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
   245
    "generate a the code that answers the startupSelector.
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
   246
     try #open and #start."
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
   247
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   248
    |clsName cls sel|
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   249
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   250
    Error 
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   251
        handle:[:ex | ] 
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   252
        do:[
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   253
            clsName := self startupClassName.
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   254
            cls := Smalltalk classNamed:clsName.
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   255
        ].
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   256
10807
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
   257
    sel := #start.
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   258
    cls notNil ifTrue:[
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   259
        (cls respondsTo:#open) ifTrue:[
10807
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
   260
            sel := #open
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   261
        ].
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   262
    ].
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   263
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   264
    ^ self startupSelector_codeFor:sel
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   265
10283
e12b5f734e4f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10275
diff changeset
   266
    "Modified: / 27-12-2006 / 11:45:38 / cg"
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   267
!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   268
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   269
startupSelector_codeFor:aSelector
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   270
    "generate code that answers aSelector as the startupSelector."
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   271
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   272
    ^ 
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   273
'startupSelector
12424
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   274
    "the message that is sent to the startupClass to start the show"
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   275
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   276
    ^ #''',aSelector,'''        
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   277
'
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   278
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   279
    "Created: / 05-09-2006 / 13:41:01 / cg"
10275
0fd6fc123995 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10272
diff changeset
   280
    "Modified: / 15-12-2006 / 14:10:11 / cg"
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   281
!
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   282
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   283
subProjects_code        
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   284
    "generate code which returns a collection of subproject names."
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   285
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   286
    |subProjects|
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   287
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   288
    subProjects := 
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   289
        (self siblingsAreSubProjects)
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   290
            ifTrue:[ self searchForSiblingProjects ]
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   291
            ifFalse:[ self searchForSubProjects ].
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   292
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   293
    subProjects removeAll: self excludedFromSubProjects.
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   294
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   295
    ^ String streamContents:[:s |
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   296
        s nextPutLine:'subProjects'.
12424
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   297
        s nextPutLine:'    "list packages which are known as subprojects.'.
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   298
        s nextPutLine:'     This method is generated automatically; however, when generating automatically,'. 
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   299
        s nextPutLine:'     packages are only added - never removed, unless listed in #excludedFromSubProjects."'.
6bb11a66f094 changed:5 methods
Claus Gittinger <cg@exept.de>
parents: 12366
diff changeset
   300
        s nextPutLine:''.
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   301
        s nextPutLine:'    ^ #('.
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   302
        subProjects do:[:eachPackageID |    
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   303
            s nextPutLine:eachPackageID asString storeString
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   304
        ].      
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   305
        s nextPutLine:')'
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   306
    ].
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   307
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   308
    "
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   309
     bosch_dapasx subProjects_code
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   310
     stx_goodies subProjects_code
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   311
     exept_expecco subProjects_code
10000
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   312
    "
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   313
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   314
    "Modified: / 08-08-2006 / 19:24:34 / fm"
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   315
    "Created: / 17-08-2006 / 21:26:51 / cg"
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   316
! !
c9ccef36dcb3 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9997
diff changeset
   317
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   318
!ApplicationDefinition class methodsFor:'defaults'!
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   319
10302
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   320
buildTarget
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   321
    "which target in the Makefile should be built by default?
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   322
     For now, reasonable return values are 'exe', which builds the executable(s),
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   323
     and 'ALL', which builds everything, including an installable package.
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   324
     Here, 'ALL' is returned.
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   325
     There is usually no need to redefine this default - we at exept do it for the
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   326
     stx package only to speed up our own build, as we seldom need new install packages,
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
   327
     put often build new executables..."
10302
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   328
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   329
     ^ 'ALL'
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   330
!
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   331
11801
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   332
extraTargets
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   333
    "extra targets to be built when creating the exe"
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   334
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   335
     self needResources ifTrue:[
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   336
        ^ #('RESOURCEFILES')
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   337
     ].
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   338
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   339
     ^ #()
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   340
!
e3f0fc0c29b7 define #extraTargets
Stefan Vogel <sv@exept.de>
parents: 11791
diff changeset
   341
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   342
guiClassFileNames_unix
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   343
    ^ self guiClasses_unix 
10079
8c9d3fdf345e use classBaseFilename
Claus Gittinger <cg@exept.de>
parents: 10038
diff changeset
   344
        collect:[:cls | (cls classBaseFilename asFilename withSuffix:'so') baseName].
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   345
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   346
    "Created: / 14-09-2006 / 18:13:22 / cg"
10079
8c9d3fdf345e use classBaseFilename
Claus Gittinger <cg@exept.de>
parents: 10038
diff changeset
   347
    "Modified: / 12-10-2006 / 15:50:39 / cg"
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   348
!
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   349
9833
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   350
guiClassFileNames_win32
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   351
    ^ self guiClasses_win32 
10079
8c9d3fdf345e use classBaseFilename
Claus Gittinger <cg@exept.de>
parents: 10038
diff changeset
   352
        collect:[:cls | (cls classBaseFilename asFilename withSuffix:'dll') baseName].
9833
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   353
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   354
    "Created: / 07-09-2006 / 17:23:13 / cg"
10079
8c9d3fdf345e use classBaseFilename
Claus Gittinger <cg@exept.de>
parents: 10038
diff changeset
   355
    "Modified: / 12-10-2006 / 15:50:42 / cg"
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   356
!
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   357
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   358
guiClasses_unix
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   359
    ^ #()
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   360
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   361
    "Created: / 14-09-2006 / 18:12:58 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   362
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
   363
9833
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   364
guiClasses_win32
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   365
    ^ #()
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   366
    "/ ^ Array with:XWorkstation
9833
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   367
60fba527f5b0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9830
diff changeset
   368
    "Created: / 07-09-2006 / 17:22:27 / cg"
9886
6574a17ca51e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9854
diff changeset
   369
    "Modified: / 14-09-2006 / 18:12:35 / cg"
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   370
!
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   371
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   372
needResources
10302
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   373
    "answer true, if this application
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   374
     needs resources to be installed. This is normally true.
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   375
     Even non-GUI apps need some (libbasic/resources)"
10214
19326faaa3c6 careful with resources rule (under nt) if module is stx.
Claus Gittinger <cg@exept.de>
parents: 10151
diff changeset
   376
10302
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   377
    ^ true 
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   378
! !
c897f2e72672 initial checkin
fm
parents:
diff changeset
   379
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   380
!ApplicationDefinition class methodsFor:'description'!
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   381
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   382
additionalFilesToInstall_unix
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   383
    "application-specific files to be installed.
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   384
     Each entry gives a pattern of a file to be copied and a destination directory.
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   385
     Can be redefined in subclasses."
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   386
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   387
    ^ #()
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   388
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   389
    "Created: / 01-03-2007 / 20:02:21 / cg"
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   390
!
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   391
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   392
additionalFilesToInstall_win32
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   393
    "application-specific files to be installed.
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   394
     Each line defines an entry in the NSI file, for a pattern of a file to be copied.
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   395
     Can be redefined in subclasses."
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   396
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   397
    ^ #()
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   398
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   399
    "Created: / 01-03-2007 / 20:02:21 / cg"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   400
!
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
   401
11620
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   402
additionalResourceTargets
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   403
    "application-specific additional resource targets to be invoked.
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   404
     Can be redefined in subclasses."
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   405
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   406
    ^ #()
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   407
!
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
   408
10423
90991b0a279b applicationIcon
Claus Gittinger <cg@exept.de>
parents: 10420
diff changeset
   409
applicationIconFileName
11073
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   410
    "answer the base-name of the application icon (i.e. 'app' in <app>.ico).
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   411
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   412
     Subclasses MUST redefine this to either return the name of the icon file or
20201
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   413
     nil, if they do not have one.
11073
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   414
     We NO LONGER SUPPORT THE PREVIOUS APPNAME-DEFAULT,
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   415
     because users tend to forget to add the icon file and then get a failing build. "
dafd7ac86d27 icon filename - no longer automatic default
sr
parents: 11040
diff changeset
   416
15071
1bea05335b71 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15053
diff changeset
   417
    ^ self subclassResponsibility.
10423
90991b0a279b applicationIcon
Claus Gittinger <cg@exept.de>
parents: 10420
diff changeset
   418
!
90991b0a279b applicationIcon
Claus Gittinger <cg@exept.de>
parents: 10420
diff changeset
   419
11082
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   420
applicationInstallIconFileName
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   421
    "answer the base-name of the installer icon (i.e. 'app' in <app>.ico).
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   422
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   423
     Default is the same as the application icon"
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   424
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   425
    ^ self applicationIconFileName.
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   426
!
a2b58f779f32 extra install icon
Stefan Vogel <sv@exept.de>
parents: 11073
diff changeset
   427
10302
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   428
applicationName
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   429
    "answer the name of the application.
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   430
     This is also the name of the generated .exe file.
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   431
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   432
     Subclasses may redefine this"
8b6235498f47 Some adaptions for stx building
Stefan Vogel <sv@exept.de>
parents: 10300
diff changeset
   433
10420
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   434
    ^ self applicationNameFromPackage
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   435
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   436
    "
20201
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   437
     bosch_dapasx_application applicationName
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   438
     stx_projects_smalltalk applicationName
10420
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   439
    "
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   440
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   441
    "Created: / 08-08-2006 / 20:25:39 / fm"
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   442
    "Modified: / 30-08-2006 / 19:29:25 / cg"
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   443
!
ffcde50f7049 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10419
diff changeset
   444
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   445
documentExtensions
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   446
    "list extensions which should be registered with the application.
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   447
     Results in the application to be started when double-clicking on such a file (win32)"
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   448
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   449
    ^ #()
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   450
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   451
    "Created: / 15-10-2006 / 12:44:14 / cg"
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   452
!
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   453
14814
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   454
includedInPreRequisites
17578
21ce684d369f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17243
diff changeset
   455
    "list packages which are to be implicitely included in the prerequisites list,
14814
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   456
     even if not found by the automatic search.
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   457
     Redefine this, if classes from other packages are referred to via reflection
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   458
     or by constructing names dynamically (i.e. the search cannot find it)"
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   459
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   460
    ^ self isGUIApplication ifTrue:[
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   461
        #(
14867
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   462
            #'stx:libcomp'   "/ to read the rc file
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   463
            #'stx:libbasic2' "/ UI framework
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   464
            #'stx:libview'   "/ UI framework
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   465
            #'stx:libview2'  "/ UI framework
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   466
            #'stx:libwidg'   "/ UI framework
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   467
            #'stx:libwidg2'  "/ UI framework
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   468
            #'stx:libui'     "/ UI framework
14814
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   469
        )
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   470
    ] ifFalse:[
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   471
        #(
14867
e9141cf777a9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14857
diff changeset
   472
            #'stx:libcomp'   "/ to read the rc file
14814
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   473
        )
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   474
    ].
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   475
!
e020135351c8 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14811
diff changeset
   476
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   477
initiallyLoadedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   478
   "Prereqisites packages that are not to be loaded at application startup, but
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   479
    that maybe loaded later by the application.
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   480
    This is used for a fast startup in case that the application wants to only inform
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   481
    an already running application to e.g. open an additional window."
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   482
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   483
    ^ nil       "the default, nil means: all prerequisites should be loaded initially"
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   484
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   485
"/    ^ #(
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   486
"/        #'stx:libbasic'  
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   487
"/        #'stx:libbasic2'   
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   488
"/        #'stx:libcomp'
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   489
"/    )
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   490
!
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
   491
10379
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   492
isConsoleApplication
11618
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   493
    "Used with WIN32 only (i.e. affects bc.mak).
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   494
     Return true, if this is a console application. 
10379
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   495
     Console applications have stdout and stderr and open up a command-window
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   496
     when started. Only console applications can interact with the user in the
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   497
     command line window.
11618
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   498
     By default, GUI apps are compiled as non-console apps.
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   499
     If you need both (as in expecco), redefine this as true AND in addition redefine 
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   500
     makeConsoleApplication to return true."
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   501
10379
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   502
    ^ self isGUIApplication not
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   503
10379
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   504
    "Created: / 20-09-2006 / 11:29:24 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   505
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
   506
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   507
isGUIApplication
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   508
    "Return true, if this is a GUI app. 
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   509
     Redefine to return false for non-GUI applications (affects inclusion of Display classes)."
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   510
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   511
    ^true
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   512
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
   513
    "Created: / 08-08-2006 / 11:15:01 / fm"
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   514
    "Modified: / 17-08-2006 / 19:47:36 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   515
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
   516
9823
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   517
isSingleThreadedApplication
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   518
    "Return true, if this should be started without multiple threads. 
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   519
     (not possible with gui applications)"
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   520
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   521
    ^false
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   522
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   523
    "Created: / 05-09-2006 / 13:36:18 / cg"
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   524
!
fb8bc237f370 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9816
diff changeset
   525
10418
6aec9d860022 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10415
diff changeset
   526
logFilenameNoConsole
6aec9d860022 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10415
diff changeset
   527
    "/ ^ (self applicationNameNoConsole , '_%d.log')
11674
93f6efe73132 Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11656
diff changeset
   528
    ^ (self applicationName , '.log')
10418
6aec9d860022 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10415
diff changeset
   529
!
6aec9d860022 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10415
diff changeset
   530
11549
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
   531
mainDefines
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
   532
    ^ '-DIGNORE_IMAGE -DNO_DISPLAY'
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
   533
!
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
   534
11618
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   535
makeConsoleApplication
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   536
    "Used with WIN32 only (i.e. affects bc.mak).
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   537
     Return true, if this should be built as a console application.
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   538
     Redefine to return true, if you want one always i.e. to generate both)."
11618
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   539
11674
93f6efe73132 Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11656
diff changeset
   540
    ^ self isConsoleApplication
11618
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   541
!
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   542
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   543
makeNonConsoleApplication
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   544
    "Used with WIN32 only (i.e. affects bc.mak).
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   545
     Return true, if this should be built as a non-console application"
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   546
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   547
    ^ self isGUIApplication
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   548
!
4164f09b7248 allow for both a console AND a non-console app to be made in one build.
Claus Gittinger <cg@exept.de>
parents: 11612
diff changeset
   549
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   550
offerApplicationSourceCode
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   551
    "Return true, if the source code of the application should be offered as install option"
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   552
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   553
    ^ false
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   554
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   555
    "Created: / 15-05-2007 / 16:46:05 / cg"
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   556
!
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   557
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   558
offerSmalltalkSourceCode
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   559
    "Return true, if the source code of the smalltalk base system should be offered as install option"
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   560
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   561
    ^ false
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   562
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   563
    "Created: / 15-05-2007 / 16:46:18 / cg"
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   564
!
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
   565
14383
sr
parents: 14379
diff changeset
   566
runAsAdmin
sr
parents: 14379
diff changeset
   567
    "WINDOWS only!! Optionally used by NSI installer.
sr
parents: 14379
diff changeset
   568
     defines a registry entry,
sr
parents: 14379
diff changeset
   569
     which sets RUNASADMIN file attribute to the noconsole application exe"
sr
parents: 14379
diff changeset
   570
    ^ false
sr
parents: 14379
diff changeset
   571
sr
parents: 14379
diff changeset
   572
    "Created: / 12-10-2012 / 10:19:56 / sr"
sr
parents: 14379
diff changeset
   573
!
sr
parents: 14379
diff changeset
   574
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
   575
startupClassName
20544
337f2148be55 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20202
diff changeset
   576
    "return he name of the class which provides the entry point for the application;
337f2148be55 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20202
diff changeset
   577
     a fully specified symbol or string."
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   578
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   579
    self subclassResponsibility
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   580
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   581
    "Modified: / 17-08-2006 / 20:00:22 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   582
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
   583
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
   584
startupSelector
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   585
    "The name of the entry point method (in startUpClass) used to start the application."
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   586
10379
d8b54dc361d2 Some methods moved from/to ProjectDefinition
Stefan Vogel <sv@exept.de>
parents: 10378
diff changeset
   587
    ^ #start
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   588
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   589
    "Modified: / 17-08-2006 / 20:01:00 / cg"
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   590
! !
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   591
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   592
!ApplicationDefinition class methodsFor:'description - private'!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   593
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   594
applicationNameConsole
20570
2e58e2877032 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20569
diff changeset
   595
    "only used for windows builds"
2e58e2877032 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20569
diff changeset
   596
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   597
    ^ self applicationName, '.com'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   598
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   599
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   600
applicationNameFromPackage
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   601
    "answer the name of the application.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   602
     This is also the name of the generated .exe file.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   603
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   604
     Subclasses may redefine this"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   605
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   606
    |m path|
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   607
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   608
    m := self moduleDirectory.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   609
    path := m subStrings:$/.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   610
    path last = 'application' ifTrue:[
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   611
        path size > 1 ifTrue:[
15166
6dd961ea0806 Changed usage of deprecated #copyWithoutLast: to #copyButLast:
Stefan Vogel <sv@exept.de>
parents: 15071
diff changeset
   612
            path := path copyButLast:1.
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   613
        ].
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   614
    ].
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   615
    ^ path last
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   616
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   617
    "
20569
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   618
     stx_projects_smalltalk applicationNameFromPackage
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   619
     exept_expecco_application applicationNameFromPackage
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   620
     bosch_dapasx_application applicationNameFromPackage
bab0063e100a #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20545
diff changeset
   621
     alspa_batch_application applicationNameFromPackage
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   622
    "
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   623
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   624
    "Created: / 08-08-2006 / 20:25:39 / fm"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   625
    "Modified: / 05-09-2012 / 10:08:44 / cg"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   626
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   627
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   628
applicationNameNoConsole
20570
2e58e2877032 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20569
diff changeset
   629
    "only used for windows builds"
2e58e2877032 #DOCUMENTATION by cg
Claus Gittinger <cg@exept.de>
parents: 20569
diff changeset
   630
    
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   631
    ^ self applicationName , '.exe'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   632
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   633
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   634
applicationPackage
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   635
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   636
    ^self module, ':', self applicationNameFromPackage
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   637
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   638
    "
20201
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   639
     bosch_dapasx_application applicationPackage
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   640
     stx_projects_smalltalk applicationPackage
6fe3cabd1132 #OTHER by mawalch
mawalch
parents: 20022
diff changeset
   641
     alspa_batch_application applicationPackage
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   642
    "
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   643
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   644
    "Created: / 08-08-2006 / 20:25:39 / fm"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   645
    "Modified: / 30-08-2006 / 19:29:25 / cg"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   646
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   647
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   648
commonFilesToInstall_unix
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   649
    "files installed for applications.
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   650
     Each entry gives a pattern of a file to be copied and a destination directory.
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   651
     Do not redefine - see additionalFilesToInstall for a redefinable variant of this"
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   652
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   653
    ^ #(
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   654
        ('*.so'         'bin')
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   655
        ('symbols.stc'  'bin')
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   656
        ('*.stx'        'bin')
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   657
        ('*.rc'         'bin')
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   658
        ('resources'    'bin')
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   659
    )
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   660
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   661
    "Created: / 01-03-2007 / 20:05:40 / cg"
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   662
!
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   663
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   664
commonFilesToInstall_win32
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   665
    "files installed for applications - used only for NSIS installer under WIN32.
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   666
     Each line defines an entry in the NSI file, for a pattern of a file to be copied.
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   667
     Do not redefine - see additionalFilesToInstall for a redefinable variant of this"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   668
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   669
    ^ #(
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   670
        '"*.dll"'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   671
        '"symbols.stc"'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   672
        '"*.stx"'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   673
        '"*.rc"'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   674
        '/r /x CVS /x ".*" resources'
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   675
    )
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   676
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   677
    "Created: / 01-03-2007 / 20:05:40 / cg"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   678
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   679
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   680
docDirPath_unix
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   681
    "path relative to my dir to the documentation - or nil"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   682
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   683
    ^ self docDirPath replaceAll:$\ with:$/.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   684
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   685
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   686
docDirPath_win32
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   687
    "path relative to my dir to the documentation - or nil"
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   688
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   689
    ^ self docDirPath replaceAll:$/ with:$\.
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   690
! !
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   691
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   692
!ApplicationDefinition class methodsFor:'description - project information'!
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   693
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   694
applicationType 
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   695
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   696
    ^self isGUIApplication
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   697
        ifTrue:['GUI_APPLICATION']
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   698
        ifFalse:['NON_GUI_APPLICATION']
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   699
!
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
   700
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   701
description
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   702
    "Returns a description string which will appear in nt.def / bc.def"
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   703
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   704
    self module = 'stx' ifTrue:[
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   705
        ^ 'Smalltalk/X Application'
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   706
    ].
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   707
9587
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
   708
    ^ 'Application'
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   709
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
   710
    "Created: / 17-08-2006 / 20:52:48 / cg"
9587
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
   711
    "Modified: / 18-08-2006 / 16:16:01 / cg"
9889
c480dd24d0b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9886
diff changeset
   712
!
c480dd24d0b6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9886
diff changeset
   713
10975
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   714
docDirPath
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   715
    "path relative to my dir to the documentation - or empty."
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   716
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   717
    ^ ''
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   718
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   719
    "Created: / 20-09-2006 / 17:58:40 / cg"
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   720
!
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
   721
9900
3e770297c1a4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9897
diff changeset
   722
hasLicenceToAcceptDuringInstallation
3e770297c1a4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9897
diff changeset
   723
    ^ false
3e770297c1a4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9897
diff changeset
   724
3e770297c1a4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9897
diff changeset
   725
    "Created: / 14-09-2006 / 22:34:00 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   726
! !
c897f2e72672 initial checkin
fm
parents:
diff changeset
   727
c897f2e72672 initial checkin
fm
parents:
diff changeset
   728
!ApplicationDefinition class methodsFor:'file generation'!
c897f2e72672 initial checkin
fm
parents:
diff changeset
   729
9854
d1ae554dd112 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9835
diff changeset
   730
basicFileNamesToGenerate
10863
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   731
    "answer a dictionary (filename -> generator method) with all the files, that have to be generated for this
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   732
     package"
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   733
    
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   734
    |dict|
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   735
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   736
    dict := super basicFileNamesToGenerate.
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   737
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   738
    dict 
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   739
        at:'modules.stx'        put:#'generate_modules_dot_stx';
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   740
        at:'modules.c'          put:#'generate_modules_dot_c';
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   741
        at:self rcFilename      put:#'generate_packageName_dot_rc';
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   742
        at:self nsiFilename     put:#'generate_packageName_dot_nsi';
14061
1ed3f224cce8 changed:
Stefan Vogel <sv@exept.de>
parents: 13971
diff changeset
   743
        at:self apspecFilename  put:#'generate_autopackage_default_dot_apspec'; "/ for linux
20581
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   744
        at:'osx/Info.plist'  put:#'generate_osx_info_dot_plist';
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   745
        at:'osx/PkgInfo'  put:#'generate_osx_pkginfo';
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   746
        at:'builder/baseline.rbspec'  put:#'generate_builder_baseline_dot_rbspec';
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   747
        at:'builder/package.deps.rake' put: #'generate_package_dot_deps_dot_rake'.
10863
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   748
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   749
    ^ dict.
13176
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   750
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   751
    "Modified: / 21-12-2010 / 11:01:27 / cg"
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   752
    "Modified: / 26-02-2011 / 15:43:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
9623
474878a8887e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9614
diff changeset
   753
!
474878a8887e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9614
diff changeset
   754
10848
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   755
generateFile:filename
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   756
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   757
   (filename = 'builder/baseline.rpspec') ifTrue:[
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   758
        ^ self generate_builder_baseline_dot_rbspec
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   759
   ].
10848
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   760
    (filename = 'app.nsi' or:[filename = self nsiFilename]) ifTrue:[
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   761
        ^ self generate_packageName_dot_nsi
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   762
    ].
14061
1ed3f224cce8 changed:
Stefan Vogel <sv@exept.de>
parents: 13971
diff changeset
   763
    (filename = 'autopackage/default.apspec' or:[filename = self apspecFilename]) ifTrue:[
1ed3f224cce8 changed:
Stefan Vogel <sv@exept.de>
parents: 13971
diff changeset
   764
        "/ for linux
1ed3f224cce8 changed:
Stefan Vogel <sv@exept.de>
parents: 13971
diff changeset
   765
        ^ self generate_autopackage_default_dot_apspec
1ed3f224cce8 changed:
Stefan Vogel <sv@exept.de>
parents: 13971
diff changeset
   766
    ].
10848
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   767
    ^ super generateFile:filename
13176
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   768
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   769
    "Modified: / 21-12-2010 / 11:00:59 / cg"
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
   770
    "Modified: / 24-02-2011 / 12:12:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
10848
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   771
!
e0bd864b17f2 .nsi file buidling for Application
Stefan Vogel <sv@exept.de>
parents: 10809
diff changeset
   772
9961
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   773
generate_modules_dot_c
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   774
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   775
    ^self replaceMappings: self modules_dot_c_mappings 
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   776
            in: self modules_dot_c
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   777
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   778
    "
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   779
     bosch_dapasx_application generate_modules_dot_c
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   780
    "
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   781
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   782
    "Created: / 19-09-2006 / 22:35:27 / cg"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   783
!
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
   784
10506
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   785
generate_modules_dot_stx
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   786
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   787
    ^self replaceMappings: self modules_dot_stx_mappings 
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   788
            in: self modules_dot_stx
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   789
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   790
"
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   791
  bosch_dapasx_application generate_modules_dot_stx
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   792
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   793
"
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   794
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   795
    "Modified: / 09-08-2006 / 11:31:09 / fm"
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   796
    "Modified: / 11-08-2006 / 14:01:56 / cg"
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   797
!
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
   798
20581
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   799
generate_osx_pkginfo
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   800
    ^ 'APPL',self applicationName
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   801
!
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
   802
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   803
generate_packageName_dot_nsi
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   804
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   805
    ^self 
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   806
        replaceMappings: self packageName_dot_nsi_mappings 
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   807
        in: self packageName_dot_nsi
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   808
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   809
    "
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   810
     bosch_dapasx_application generate_packageName_dot_nsi
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   811
    "
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   812
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   813
    "Modified: / 09-08-2006 / 11:31:09 / fm"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   814
    "Created: / 14-09-2006 / 21:08:23 / cg"
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
   815
    "Modified: / 15-10-2006 / 12:52:21 / cg"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   816
!
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
   817
10863
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   818
nsiFilename
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   819
    ^ self packageName,'.nsi'.
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   820
daabfcda3d90 Use dictionary to hold filename->generatorMethpd mapping
Stefan Vogel <sv@exept.de>
parents: 10848
diff changeset
   821
    "Created: / 14-09-2006 / 21:03:41 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
   822
! !
c897f2e72672 initial checkin
fm
parents:
diff changeset
   823
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   824
!ApplicationDefinition class methodsFor:'file mappings'!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   825
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   826
additionalFilesToInstall_dot_nsi:bindings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   827
    ^ String 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   828
        streamContents:[:s | 
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
   829
            self additionalFilesToInstall_win32 do:[:pattern | 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   830
                s nextPutLine:((self installFileLine_nsi_for:pattern) 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   831
                            expandPlaceholdersWith:bindings)
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   832
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   833
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   834
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   835
    "Created: / 01-03-2007 / 19:59:18 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   836
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   837
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   838
additionalSectionsDescriptions_dot_nsi
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   839
    ^''
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   840
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   841
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   842
additionalSectionsDescriptions_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   843
    ^self additionalSectionsDescriptions_dot_nsi expandPlaceholdersWith:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   844
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   845
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   846
additionalSectionsInsertDescriptions_dot_nsi
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   847
    ^''
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   848
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   849
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   850
additionalSectionsInsertDescriptions_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   851
    ^self additionalSectionsInsertDescriptions_dot_nsi expandPlaceholdersWith:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   852
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   853
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   854
additionalSections_dot_nsi
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   855
    ^''
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   856
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   857
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   858
additionalSections_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   859
    ^self additionalSections_dot_nsi expandPlaceholdersWith:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   860
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   861
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   862
appSourcesLines_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   863
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   864
        s nextPutAll:
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   865
('Section "Application Sources" Section4
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   866
    SectionIn 1
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   867
    SetOverwrite ifnewer
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   868
' expandPlaceholdersWith:bindings).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   869
        self appSourcesProjects do:[:projectID |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   870
            s nextPutAll:((self defineAPPSourceLine_nsi_for: projectID)expandPlaceholdersWith:bindings).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   871
            s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   872
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   873
        s nextPutAll:
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   874
'SectionEnd'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   875
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   876
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   877
    "Created: / 15-10-2006 / 12:59:03 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   878
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   879
13176
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   880
autopackage_default_dot_apspec_mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   881
    |mappings|
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   882
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   883
    mappings := super autopackage_default_dot_apspec_mappings.
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   884
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   885
    mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   886
        at: 'APPLICATION' put: self applicationName;
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   887
        at: 'APPLICATION_PACKAGE' put: self package printString "applicationPackage";
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   888
        at: 'APPLICATION_TYPE' put: self applicationType;
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   889
        yourself.
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   890
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   891
    self offerSmalltalkSourceCode ifTrue:[ 
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   892
"/        mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   893
"/            at: 'STX_SOURCE_RULES' put: ( self replaceMappings: mappings 
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   894
"/                                            in: self make_dot_proto_stx_source_rules).
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   895
    ].
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   896
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   897
    self offerApplicationSourceCode ifTrue:[  
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   898
"/        mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   899
"/            at: 'SOURCE_RULES' put:( self replaceMappings: mappings 
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   900
"/                                            in: self make_dot_proto_app_source_rules ).
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   901
    ].
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   902
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   903
    self needResources ifTrue:[
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   904
"/        mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   905
"/            at: 'REQUIRED_SUPPORT_DIRS' put: 'RESOURCEFILES';
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   906
"/            at: 'RESOURCE_RULES' put:( self replaceMappings: mappings 
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   907
"/                                            in: self make_dot_proto_resource_rules );
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   908
"/            at: 'STX_RESOURCE_RULES' put: ( self replaceMappings: mappings 
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   909
"/                                            in: self make_dot_proto_stx_resource_rules);
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   910
"/            at: 'ADDITIONAL_RESOURCE_TARGETS' put:( self additionalResourceTargets asStringWith:' ');
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   911
"/            yourself.
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   912
    ].
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   913
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   914
    ^ mappings
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   915
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   916
    "Created: / 21-12-2010 / 09:00:49 / cg"
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   917
    "Modified: / 21-12-2010 / 11:00:22 / cg"
14338
ca37328024f5 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 14335
diff changeset
   918
    "Modified (comment): / 04-09-2012 / 13:09:22 / cg"
13176
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   919
!
9cfa8b8de3d0 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 13123
diff changeset
   920
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   921
bc_dot_mak_mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   922
    |d|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   923
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   924
    d := super bc_dot_mak_mappings.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   925
    d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   926
        at: 'LOCAL_INCLUDES' put: (self generateLocalIncludes_win32);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   927
        at: 'CONSOLE_APPLICATION_OR_EMPTY' put:(self makeConsoleApplication ifTrue:['consoleApp'] ifFalse:'');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   928
        at: 'NOCONSOLE_APPLICATION_OR_EMPTY' put:(self makeNonConsoleApplication ifTrue:['noConsoleApp'] ifFalse:'');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   929
        at: 'APPLICATION' put: (self applicationName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   930
        at: 'NSI_FILENAME' put: self nsiFilename ;
19538
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
   931
        at: 'PRODUCT_NAME' put: (self productName);
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
   932
        at: 'PRODUCT_FILENAME' put: (self productFilename);
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   933
        at: 'CONSOLE_APPLICATION' put: (self applicationNameConsole);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   934
        at: 'NOCONSOLE_APPLICATION' put: (self applicationNameNoConsole);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   935
        at: 'NOCONSOLE_LOGFILE' put:(self logFilenameNoConsole);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   936
        at: 'RESFILENAME' put: (self resourceFilename );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   937
        at: 'RCFILENAME' put: (self rcFilename );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   938
        at: 'STARTUP_CLASS' put: ( self startupClassName );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   939
        at: 'STARTUP_SELECTOR' put: (self startupSelector );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   940
        at: 'MAIN_DEFINES' put: (self mainDefines );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   941
        at: 'REQUIRED_LIBS' put: (self generateRequiredLibs_bc_dot_mak); 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   942
        at: 'PREREQUISITES_LIBS' put: (self generatePreRequisiteLines_bc_dot_mak );  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   943
        at: 'DEPENDENCIES' put: (self generateDependencies_win32);
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
   944
        at: 'SUBPROJECT_LIBS' put: (self generateSubProjectLibs_bc_dot_mak ); 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
   945
        at: 'SUBPROJECTS_LINES' put: (self generateSubProjectLines_bc_dot_mak ); 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   946
        at: 'BUILD_TARGET' put: (self buildTarget );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   947
        at: 'REQUIRED_SUPPORT_DIRS' put: (self extraTargets asStringWith:' ');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   948
        yourself.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   949
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   950
    self needResources ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   951
        d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   952
            at: 'RESOURCE_RULES' put:( self replaceMappings: d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   953
                                            in: self bc_dot_mak_resource_rules );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   954
            at: 'STX_RESOURCE_RULES' put: ( self replaceMappings: d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   955
                                            in: self bc_dot_mak_stx_resource_rules);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   956
            at: 'ADDITIONAL_RESOURCE_TARGETS' put:( self additionalResourceTargets asStringWith:' ');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   957
            yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   958
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   959
    self offerSmalltalkSourceCode ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   960
        d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   961
            at: 'STX_SOURCE_RULES' put: ( self replaceMappings: d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   962
                                               in: self bc_dot_mak_stx_source_rules);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   963
            yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   964
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   965
    self offerApplicationSourceCode ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   966
        d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   967
            at: 'APP_SOURCE_RULES' put: ( self replaceMappings: d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   968
                                               in: self bc_dot_mak_app_source_rules);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   969
            yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   970
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   971
    ^ d
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   972
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   973
    "Modified: / 15-05-2007 / 17:27:04 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   974
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   975
19628
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
   976
bmake_dot_mak_mappings
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
   977
    ^ super bmake_dot_mak_mappings
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
   978
        at:'SKIP_IF_ARG_IS_APP_TARGET' put:'
20202
04db7d7bca44 #BUGFIX by sr
sr
parents: 20201
diff changeset
   979
@IF "%1" EQU "exe" exit /b 0
04db7d7bca44 #BUGFIX by sr
sr
parents: 20201
diff changeset
   980
@IF "%1" EQU "setup" exit /b 0
04db7d7bca44 #BUGFIX by sr
sr
parents: 20201
diff changeset
   981
@IF "%1" EQU "pluginSetup" exit /b 0
19956
d84806e01309 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19628
diff changeset
   982
';
d84806e01309 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19628
diff changeset
   983
        yourself
d84806e01309 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19628
diff changeset
   984
d84806e01309 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19628
diff changeset
   985
    "Modified: / 06-06-2016 / 12:06:16 / cg"
19628
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
   986
!
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
   987
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   988
buildDate_dot_h_mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   989
    |d|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   990
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   991
    d := Dictionary new.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   992
    d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   993
        at: 'BUILDDATE' put: (Timestamp now printStringRFC1123Format ). 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   994
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   995
    ^ d
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   996
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   997
    "Created: / 30-08-2006 / 19:19:30 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   998
    "Modified: / 14-09-2006 / 18:58:31 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
   999
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1000
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1001
commonFilesToInstall_dot_nsi:bindings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1002
    ^ String 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1003
        streamContents:[:s | 
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1004
            self commonFilesToInstall_win32 do:[:pattern | 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1005
                s nextPutLine:((self installFileLine_nsi_for:pattern) 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1006
                            expandPlaceholdersWith:bindings)
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1007
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1008
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1009
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1010
    "Created: / 01-03-2007 / 20:05:20 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1011
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1012
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1013
directoryUninstallLines_dot_nsi
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1014
    "%(DIRECTORY_UNINSTALL_LINES)"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1015
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1016
  ^'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1017
    Delete "$INSTDIR\*"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1018
    RMDir /r "$INSTDIR"'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1019
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1020
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1021
dmgImageSetupLines
20581
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
  1022
    "generate (OSX unix) copy commands to generate a directory holding the dmg prototype image directory.
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1023
     This is used to generate a macOS deployable package"
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1024
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1025
    |genLine product productFile dmgVolume dmgDir appDir contentsDir macOSDir resourcesDir dirsMade|
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1026
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1027
    product := self productName.
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1028
    productFile := self productFilename.
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1029
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1030
    dmgVolume := productFile,'.dmg'.
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1031
    dmgDir := productFile,'_dmg'.
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1032
    appDir := dmgDir,'/',productFile,'.app'.
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1033
    contentsDir := appDir,'/Contents'.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1034
    macOSDir := contentsDir,'/MacOS'.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1035
    resourcesDir := contentsDir,'/Resources'.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1036
    dirsMade := Set new.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1037
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1038
    genLine :=
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1039
        [:s :d :srcAndDest |
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1040
            |sourcePattern relPath destination|
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1041
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1042
            sourcePattern := srcAndDest first.
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1043
            relPath := srcAndDest second.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1044
            (relPath startsWith:'bin') ifTrue:[
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1045
                relPath := '.',(relPath copyFrom:4)
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1046
            ].
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1047
            destination := contentsDir,'/',d,'/',relPath.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1048
            (dirsMade includes:destination) ifFalse:[
16548
10af090fff20 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16546
diff changeset
  1049
                s tab; nextPutLine:('@-mkdir "%1"' bindWith:destination).
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1050
                dirsMade add:destination.
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1051
            ].
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1052
            s tab; nextPutLine:('-cp -r %1 "%2"' bindWith:sourcePattern with:destination).
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1053
        ].
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1054
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1055
    ^ String streamContents:[:s |
15217
f77fceee9d63 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15208
diff changeset
  1056
        s tab; nextPutLine:('@-rm -rf "%1"' bindWith:dmgDir).
16548
10af090fff20 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16546
diff changeset
  1057
        s tab; nextPutLine:('@-mkdir "%1"' bindWith:dmgDir).  dirsMade add:dmgDir.
10af090fff20 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16546
diff changeset
  1058
        s tab; nextPutLine:('@-mkdir "%1"' bindWith:appDir).  dirsMade add:appDir.
10af090fff20 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16546
diff changeset
  1059
        s tab; nextPutLine:('@-mkdir "%1"' bindWith:contentsDir).  dirsMade add:contentsDir.
10af090fff20 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16546
diff changeset
  1060
        s tab; nextPutLine:('@-mkdir "%1"' bindWith:macOSDir).  dirsMade add:macOSDir.
20581
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
  1061
        s tab; nextPutLine:('cp "',self applicationName,'" "',macOSDir,'/"').
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
  1062
        s tab; nextPutLine:('@-cp osx/Info.plist "',contentsDir,'/"').
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
  1063
        s tab; nextPutLine:('@-cp osx/PkgInfo "',contentsDir,'/"').
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1064
        self commonFilesToInstall_unix do:[:eachPair | genLine value:s value:'MacOS' value:eachPair].
20581
a84d4217a951 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 20570
diff changeset
  1065
        s tab; nextPutLine:('@-rm "%1/"*WINrc.rc' bindWith:macOSDir).
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1066
        self additionalFilesToInstall_unix do:[:eachPair | genLine value:s value:'MacOS' value:eachPair].
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1067
    ].
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1068
!
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1069
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1070
fileExtensionDefinitionLines_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1071
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1072
        self documentExtensions do:[:ext |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1073
            s nextPutAll:((self defineExtenionLine_nsi_for:ext) expandPlaceholdersWith:bindings)
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1074
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1075
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1076
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1077
    "Created: / 15-10-2006 / 12:59:03 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1078
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1079
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1080
fileExtensionUndefinitionLines_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1081
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1082
        self documentExtensions do:[:ext |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1083
            s nextPutAll:((self undefineExtenionLine_nsi_for:ext) expandPlaceholdersWith:bindings)
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1084
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1085
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1086
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1087
    "Created: / 15-10-2006 / 12:59:18 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1088
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1089
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1090
make_dot_proto_mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1091
    |mappings|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1092
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1093
    mappings := super make_dot_proto_mappings.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1094
    mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1095
        at: 'NSI_FILENAME' put: self nsiFilename ;
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1096
        at: 'APPLICATION' put: self applicationName;
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1097
        at: 'APPLICATION_PACKAGE' put: self package printString "applicationPackage";
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1098
        at: 'APPLICATION_TYPE' put: self applicationType;
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1099
        at: 'STARTUP_CLASS' put: (self startupClassName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1100
        at: 'STARTUP_SELECTOR' put: (self startupSelector);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1101
        at: 'MAIN_DEFINES' put: (self mainDefines);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1102
        at: 'REQUIRED_LIBS' put: (self generateRequiredLibs_make_dot_proto);  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1103
        at: 'PREREQUISITES_LIBS' put: (self generatePreRequisiteLines_make_dot_proto);  
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1104
        at: 'SUBPROJECTS_LINES' put: (self generateSubProjectLines_make_dot_proto); 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1105
        at: 'SUBPROJECT_LIBS' put: (self generateSubProjectLibs_make_dot_proto); 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1106
        at: 'REQUIRED_LIBOBJS' put: (self generateRequiredLibobjs_make_dot_proto);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1107
        at: 'REQUIRED_LINK_LIBOBJS' put: (self generateRequiredLinkLibobjs_make_dot_proto);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1108
        at: 'DEPENDENCIES' put: (self generateDependencies_unix);
13339
58f348106c5c changed: #make_dot_proto_mappings
Stefan Vogel <sv@exept.de>
parents: 13286
diff changeset
  1109
        at: 'REQUIRED_SUPPORT_DIRS' put: (self extraTargets asStringWith:' ');
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1110
        at: 'PRODUCT_NAME' put: (self productName);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1111
        at: 'PRODUCT_FILENAME' put: (self productFilename);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1112
        at: 'PRODUCT_VERSION' put: (self productVersion);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1113
        at: 'PRODUCT_DATE' put: (self productDate);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1114
        at: 'PRODUCT_PUBLISHER' put: (self productPublisher);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1115
        at: 'PRODUCT_WEBSITE' put: (self productWebSite);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1116
        at: 'PRODUCT_INSTALLDIR' put: (self productInstallDir);
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  1117
        at: 'DMG_IMAGE_SETUP' put: (self dmgImageSetupLines);
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1118
        at: 'BUILD_TARGET' put: (self buildTarget ).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1119
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1120
    self offerSmalltalkSourceCode ifTrue:[ 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1121
        mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1122
            at: 'STX_SOURCE_RULES' put: ( self replaceMappings: mappings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1123
                                            in: self make_dot_proto_stx_source_rules).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1124
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1125
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1126
    self offerApplicationSourceCode ifTrue:[  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1127
        mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1128
            at: 'SOURCE_RULES' put:( self replaceMappings: mappings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1129
                                            in: self make_dot_proto_app_source_rules ).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1130
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1131
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1132
    self needResources ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1133
        mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1134
            at: 'RESOURCE_RULES' put:( self replaceMappings: mappings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1135
                                            in: self make_dot_proto_resource_rules );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1136
            at: 'STX_RESOURCE_RULES' put: ( self replaceMappings: mappings 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1137
                                            in: self make_dot_proto_stx_resource_rules);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1138
            at: 'ADDITIONAL_RESOURCE_TARGETS' put:( self additionalResourceTargets asStringWith:' ');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1139
            yourself.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1140
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1141
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1142
    ^ mappings
14338
ca37328024f5 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 14335
diff changeset
  1143
ca37328024f5 comment/format in:
Claus Gittinger <cg@exept.de>
parents: 14335
diff changeset
  1144
    "Modified (format): / 04-09-2012 / 13:06:50 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1145
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1146
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1147
modules_dot_c_mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1148
    |d|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1149
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1150
    d := Dictionary new.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1151
    d 
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1152
        at: 'INIT_LIST' put: 
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1153
            ((self generateClassLines:(self classLine_modules_dot_c)) , 
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1154
             (self generateExtensionLine:(self extensionsLine_modules_dot_c)));
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1155
        at: 'EXTERN_INIT_NAME_LIST' put: 
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1156
            ((self generateClassLines:(self classLine_modules_dot_c_extern)),
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1157
             (self generateExtensionLine:(self extensionsLine_modules_dot_c_extern)));
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1158
        yourself.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1159
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1160
    ^ d
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1161
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1162
    "
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1163
        cvut_fel_izar modules_dot_c_mappings
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1164
    "
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1165
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1166
    "Created: / 19-09-2006 / 22:42:15 / cg"
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1167
    "Modified: / 03-03-2011 / 19:09:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1168
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1169
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1170
modules_dot_stx_mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1171
    |d|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1172
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1173
    d := Dictionary new.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1174
    d 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1175
        at: 'PREREQUISITE_LIBS' put: (self generatePreRequisiteLibs_modules_dot_stx);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1176
        at: 'ALLPREREQUISITE_LIBS' put: (self generateAllPreRequisiteLibs_modules_dot_stx);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1177
        at: 'SUBPROJECT_LIBS' put: (self generateSubProjectLines_modules_dot_stx  ). 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1178
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1179
    ^ d
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1180
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1181
    "Modified: / 14-09-2006 / 18:58:41 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1182
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1183
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1184
nsiDeliveredConsoleExecutable
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1185
    self isGUIApplication ifFalse:[^ '' "made anyway"].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1186
    self makeConsoleApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1187
        ^ ('"',self applicationName,'.com','"').
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1188
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1189
    ^ ''
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1190
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1191
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1192
nsiDeliveredExecutables
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1193
    "by default, an executable named after the application.
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  1194
     Redefine, if that's not the case. If multiple have to be delivered, 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1195
     return a string containing each individually double-quoted."
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1196
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1197
    |s|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1198
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1199
    s := ''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1200
    self makeNonConsoleApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1201
        s := '"', self applicationNameNoConsole,'"'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1202
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1203
    self makeConsoleApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1204
        s := s , (' "',self applicationNameConsole,'"').
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1205
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1206
    ^ s
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1207
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1208
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1209
packageName_dot_nsi_mappings
14383
sr
parents: 14379
diff changeset
  1210
    |d s defLines undefLines defRunAsAdmin undefRunAsAdmin stxSourcesLines appSourcesLines|
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1211
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1212
    d := Dictionary new.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1213
    d
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1214
        at: 'TOP' put: ( self pathToTopWithSeparator:'\' );
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1215
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1216
        at: 'APPLICATION' put: (self applicationName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1217
        at: 'APPLICATION_ICON' put: (self applicationInstallIconFileName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1218
        at: 'NSI_FILENAME' put: (self nsiFilename );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1219
        at: 'CONSOLE_APPLICATION' put: (self applicationNameConsole);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1220
        at: 'NOCONSOLE_APPLICATION' put: (self applicationNameNoConsole);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1221
        at: 'DELIVERED_EXECUTABLES' put: (self nsiDeliveredExecutables);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1222
        at: 'MODULE' put: ( self module );  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1223
        at: 'MODULE_KEY' put: ( self module asUppercaseFirst );  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1224
        at: 'PRODUCT_NAME' put: (self productName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1225
        at: 'PRODUCT_FILENAME' put: (self productFilename);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1226
        at: 'PRODUCT_VERSION' put: (self productVersion);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1227
        at: 'PRODUCT_DATE' put: (self productDate);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1228
        at: 'PRODUCT_PUBLISHER' put: (self productPublisher);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1229
        at: 'PRODUCT_WEBSITE' put: (self productWebSite);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1230
        at: 'PRODUCT_INSTALLDIR' put: (self productInstallDir);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1231
        at: 'FILETYPE' put: ( 'VFT_DLL' );
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1232
        at: 'FILE_VERSION_COMMASEPARATED' put: (self fileVersionCommaSeparated);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1233
        at: 'PRODUCT_VERSION_COMMASEPARATED' put: (self productVersionCommaSeparated);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1234
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1235
        at: 'COMPANY_NAME' put: (self companyName);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1236
        at: 'FILE_DESCRIPTION' put: (self fileDescription);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1237
        at: 'FILE_VERSION' put: (self fileVersion);
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1238
        at: 'LEGAL_COPYRIGHT' put: (self legalCopyright ? '');
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1239
        at: 'INTERNAL_NAME' put: (self internalName).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1240
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1241
    s := self legalCopyright.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1242
    s notNil ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1243
        d  at: 'LEGAL_COPYRIGHT_LINE' put: '      VALUE "LegalCopyright", "',s,'\0"'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1244
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1245
    s := self applicationInstallIconFileName.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1246
    s isNil ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1247
        d  at:'SEMI_IF_NO_ICON_EXISTS' put:';; '.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1248
        d  at:'SEMI_IF_ICON_EXISTS' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1249
    ] ifFalse:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1250
        d  at:'SEMI_IF_NO_ICON_EXISTS' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1251
        d  at:'SEMI_IF_ICON_EXISTS' put:';; '.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1252
"/        d  at: #'ICONDEFINITION_LINE' put: 'IDR_MAINFRAME           ICON    DISCARDABLE     "',s,'"'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1253
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1254
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1255
"/    s := self splashFileName.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1256
"/    s notNil ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1257
"/        d  at: #'SPLASHDEFINITION_LINE' put: 'IDR_SPLASH            BITMAP DISCARDABLE     "',s,'"'
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1258
"/    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1259
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1260
    s := self docDirPath_win32.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1261
    s isEmptyOrNil ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1262
        d  at:'SEMI_IF_NO_DOC_EXISTS' put:';; '.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1263
    ] ifFalse:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1264
        d  at:'SEMI_IF_NO_DOC_EXISTS' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1265
    ].   
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1266
    self offerSmalltalkSourceCode ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1267
        stxSourcesLines := self stxSourcesLines_dot_nsi:d.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1268
        d at:'STX_SOURCES_LINES' put:stxSourcesLines.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1269
        d  at:'SEMI_IF_NO_STX_SOURCES' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1270
    ] ifFalse:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1271
        d at:'STX_SOURCES_LINES' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1272
        d  at:'SEMI_IF_NO_STX_SOURCES' put:';;'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1273
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1274
    self offerApplicationSourceCode ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1275
        appSourcesLines := self appSourcesLines_dot_nsi:d.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1276
        d at:'APP_SOURCES_LINES' put:appSourcesLines.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1277
        d at:'SEMI_IF_NO_STX_SOURCES' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1278
    ] ifFalse:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1279
        d at:'APP_SOURCES_LINES' put:''.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1280
        d at:'SEMI_IF_NO_APP_SOURCES' put:';;'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1281
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1282
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1283
    defLines := self fileExtensionDefinitionLines_dot_nsi:d.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1284
    undefLines := self fileExtensionUndefinitionLines_dot_nsi:d.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1285
14383
sr
parents: 14379
diff changeset
  1286
    defRunAsAdmin := self runAsAdminDefinitionLines_dot_nsi:d.
sr
parents: 14379
diff changeset
  1287
    undefRunAsAdmin := self runAsAdminUndefinitionLines_dot_nsi:d.
sr
parents: 14379
diff changeset
  1288
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1289
    d at:'FILE_EXTENSION_DEFINITION_LINES' put:defLines.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1290
    d at:'FILE_EXTENSION_UNDEFINITION_LINES' put:undefLines.
14383
sr
parents: 14379
diff changeset
  1291
    d at:'DEFINITION_NOCONSOLE_APPLICATION_RUNASADMIN' put:defRunAsAdmin.
sr
parents: 14379
diff changeset
  1292
    d at:'UNDEFINITION_NOCONSOLE_APPLICATION_RUNASADMIN' put:undefRunAsAdmin.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1293
    d at:'ADDITIONAL_FILES_TO_INSTALL' put:(self additionalFilesToInstall_dot_nsi:d).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1294
    d at:'COMMON_FILES_TO_INSTALL' put:(self commonFilesToInstall_dot_nsi:d).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1295
    d at:'ADDITIONAL_SECTIONS' put:(self additionalSections_dot_nsi:d).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1296
    d at:'ADDITIONAL_SECTIONS_DESCRIPTIONS' put:(self additionalSectionsDescriptions_dot_nsi:d).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1297
    d at:'ADDITIONAL_SECTIONS_INSERT_DESCRIPTIONS' put:(self additionalSectionsInsertDescriptions_dot_nsi:d).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1298
    d at: 'DIRECTORY_UNINSTALL_LINES' put: (self directoryUninstallLines_dot_nsi).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1299
    ^ d
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1300
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1301
    "Created: / 14-09-2006 / 21:08:44 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1302
    "Modified: / 15-05-2007 / 17:24:27 / cg"
14383
sr
parents: 14379
diff changeset
  1303
    "Modified: / 12-10-2012 / 11:44:32 / sr"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1304
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1305
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1306
preRequisiteLine_bc_dot_mak_mappings: aProjectID 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1307
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1308
    ^ Dictionary new
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1309
        at: 'FILE_NAME' put: (self libraryNameFor:aProjectID);  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1310
        at: 'MODULE_DIRECTORY' put: (self msdosPathToPackage:aProjectID from:self package);     
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1311
        at: 'BACK_DIRECTORY' put: (self msdosPathToPackage:self package from:aProjectID);     
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1312
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1313
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1314
    "Modified: / 09-02-2007 / 16:59:21 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1315
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1316
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1317
preRequisiteLine_bc_dot_mak_mappingsForClass:aClass
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1318
    |relPath|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1319
15529
570aa8bee992 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15394
diff changeset
  1320
    relPath := (PackageId from:aClass package) directory copyReplaceAll:$/ with:$\.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1321
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1322
    ^ Dictionary new
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1323
        at: 'FILE_NAME' put: ( aClass classBaseFilename asFilename withoutSuffix baseName );  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1324
        at: 'MODULE_DIRECTORY' put:relPath;     
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1325
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1326
15529
570aa8bee992 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15394
diff changeset
  1327
    "Modified: / 16-07-2013 / 19:50:26 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1328
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1329
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1330
preRequisiteLine_make_dot_proto_mappings: aProjectID 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1331
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1332
    ^ Dictionary new
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1333
        at: 'FILE_NAME' put: (self libraryNameFor:aProjectID);  
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1334
        at: 'MODULE_DIRECTORY' put: (self pathToPackage:aProjectID from:self package withSeparator:'/');     
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1335
        at: 'BACK_DIRECTORY' put: (self pathToPackage:self package from:aProjectID withSeparator:'/');     
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1336
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1337
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1338
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1339
preRequisiteLine_make_dot_proto_mappingsForClass:aClass
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1340
    |relPath|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1341
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1342
    relPath := (PackageId from:aClass package) directory.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1343
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1344
    ^ Dictionary new
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1345
        at: 'FILE_NAME' put: ( aClass classBaseFilename asFilename withoutSuffix baseName );  
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1346
        at: 'MODULE_DIRECTORY' put:relPath;     
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1347
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1348
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1349
    "Modified: / 09-02-2007 / 16:28:12 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1350
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1351
14383
sr
parents: 14379
diff changeset
  1352
runAsAdminDefinitionLines_dot_nsi:bindings
sr
parents: 14379
diff changeset
  1353
    self runAsAdmin ifFalse:[
sr
parents: 14379
diff changeset
  1354
        ^ ''
sr
parents: 14379
diff changeset
  1355
    ].
sr
parents: 14379
diff changeset
  1356
sr
parents: 14379
diff changeset
  1357
    ^ String streamContents:[:s |
sr
parents: 14379
diff changeset
  1358
        s nextPutLine:('  WriteRegStr HKCU "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\layers" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)" "RUNASADMIN"' expandPlaceholdersWith:bindings).
sr
parents: 14379
diff changeset
  1359
        s nextPutLine:'  SetRegView 64'.
sr
parents: 14379
diff changeset
  1360
        s nextPutLine:('  WriteRegStr HKLM "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\layers" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)" "RUNASADMIN"' expandPlaceholdersWith:bindings).
sr
parents: 14379
diff changeset
  1361
        s nextPutAll:'  SetRegView 32'.
sr
parents: 14379
diff changeset
  1362
    ].
sr
parents: 14379
diff changeset
  1363
sr
parents: 14379
diff changeset
  1364
    "Created: / 12-10-2012 / 10:12:12 / sr"
sr
parents: 14379
diff changeset
  1365
!
sr
parents: 14379
diff changeset
  1366
sr
parents: 14379
diff changeset
  1367
runAsAdminUndefinitionLines_dot_nsi:bindings
sr
parents: 14379
diff changeset
  1368
    self runAsAdmin ifFalse:[
sr
parents: 14379
diff changeset
  1369
        ^ ''
sr
parents: 14379
diff changeset
  1370
    ].
sr
parents: 14379
diff changeset
  1371
sr
parents: 14379
diff changeset
  1372
    ^ String streamContents:[:s |
sr
parents: 14379
diff changeset
  1373
        s nextPutLine:('  DeleteRegValue HKCU "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\layers" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)"' expandPlaceholdersWith:bindings).
sr
parents: 14379
diff changeset
  1374
        s nextPutLine:'  SetRegView 64'.
sr
parents: 14379
diff changeset
  1375
        s nextPutLine:('  DeleteRegValue HKLM "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\layers" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)"' expandPlaceholdersWith:bindings).
sr
parents: 14379
diff changeset
  1376
        s nextPutAll:'  SetRegView 32'.
sr
parents: 14379
diff changeset
  1377
    ].
sr
parents: 14379
diff changeset
  1378
sr
parents: 14379
diff changeset
  1379
    "Created: / 12-10-2012 / 10:12:37 / sr"
sr
parents: 14379
diff changeset
  1380
!
sr
parents: 14379
diff changeset
  1381
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1382
stxSourcesLines_dot_nsi:bindings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1383
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1384
        s nextPutAll:
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1385
'Section "STX Sources" Section3
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1386
    SectionIn 1
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1387
    SetOverwrite ifnewer
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1388
'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1389
        self stxSourcesProjects do:[:projectID |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1390
            s nextPutAll:((self defineSTXSourceLine_nsi_for: projectID) expandPlaceholdersWith:bindings).
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1391
            s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1392
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1393
        s nextPutAll:
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1394
'SectionEnd'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1395
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1396
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1397
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1398
    "Created: / 15-10-2006 / 12:59:03 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1399
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1400
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1401
subProjectLine_bc_dot_mak_mappings: aProjectID 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1402
    ^ Dictionary new
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1403
        at: 'LIBRARY_NAME' put: (self libraryNameFor: aProjectID );     
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1404
        at: 'PATH_TO_SUB_PROJECT' put: (self msdosPathToPackage:aProjectID from:self package); 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1405
        at: 'PATH_TO_MYPROJECT' put: (self msdosPathToPackage: self package from: aProjectID); 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1406
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1407
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1408
    "Modified: / 14-09-2006 / 18:59:26 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1409
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1410
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1411
subProjectLine_make_dot_proto_mappings: aProjectID 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1412
    ^ Dictionary new
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1413
        at: 'LIBRARY_NAME' put: (self libraryNameFor:aProjectID );     
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1414
        at: 'PATH_TO_SUB_PROJECT' put: (self pathToPackage:aProjectID from:self package withSeparator:'/'); 
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1415
        at: 'PATH_TO_MYPROJECT' put: (self pathToPackage:self package from:aProjectID withSeparator:'/'); 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1416
        yourself
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1417
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1418
    "Modified: / 14-09-2006 / 18:59:26 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1419
! !
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1420
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1421
!ApplicationDefinition class methodsFor:'file mappings support'!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1422
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1423
generateAllPreRequisiteLibs_modules_dot_stx
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1424
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1425
        self allPreRequisitesSorted do:[:projectID | 
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1426
            (self shouldBeLoadedInitially:projectID) ifFalse:[
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1427
                s nextPut:$*.
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1428
            ].
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1429
            s nextPutLine:(self libraryNameFor:projectID).
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1430
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1431
        self isGUIApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1432
            self guiClassFileNames_win32 do:[:eachFilename |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1433
                s nextPutLine:(eachFilename asFilename withoutSuffix baseName)
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1434
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1435
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1436
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1437
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1438
    "
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1439
     exept_expecco_application generateAllPreRequisiteLibs_modules_dot_stx
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1440
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1441
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1442
    "Modified: / 07-09-2006 / 17:22:58 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1443
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1444
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1445
generateExtensionLine: extensionLineTemplate
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1446
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1447
    ^self hasExtensionMethods
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1448
        ifFalse:['']
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1449
        ifTrue:[
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1450
            self replaceMappings: 
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1451
                (Dictionary new 
18501
1e7170250a51 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 18429
diff changeset
  1452
                    at: 'CLASS' put:( self st2c:(ProjectDefinition projectDefinitionClassNameForDefinitionOf:self package) );
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1453
                    yourself)
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1454
                in: extensionLineTemplate
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1455
            ]
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1456
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1457
    "Created: / 18-11-2010 / 09:38:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1458
!
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  1459
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1460
generatePreRequisiteLibs_modules_dot_stx
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1461
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1462
        self effectivePreRequisites do:[:projectID | 
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1463
            (self shouldBeLoadedInitially:projectID) ifFalse:[
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1464
                s nextPut:$*.
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1465
            ].
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1466
            s nextPutLine:(self libraryNameFor:projectID).
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1467
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1468
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1469
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1470
    "
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1471
     exept_expecco_application generatePreRequisiteLibs_modules_dot_stx
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1472
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1473
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1474
    "Modified: / 07-09-2006 / 17:22:58 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1475
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1476
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1477
generatePreRequisiteLines_bc_dot_mak         
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1478
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1479
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1480
        self allPreRequisitesSorted do:[:eachPackage |
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1481
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1482
            mappings := self preRequisiteLine_bc_dot_mak_mappings: eachPackage.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1483
            newObjectLine := self replaceMappings: mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1484
                                in: self preRequisiteLine_bc_dot_mak.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1485
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1486
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1487
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1488
        self guiClasses_win32 do:[:eachClass |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1489
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1490
            mappings := self preRequisiteLine_bc_dot_mak_mappingsForClass: eachClass.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1491
            newObjectLine := self replaceMappings: mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1492
                                in: self preRequisiteLine_bc_dot_mak.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1493
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1494
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1495
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1496
    ]
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1497
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1498
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1499
     bosch_dapasx_application generatePreRequisiteLines_bc_dot_mak 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1500
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1501
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1502
    "Created: / 09-08-2006 / 11:24:39 / fm"
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1503
    "Modified: / 14-09-2006 / 21:58:47 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1504
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1505
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1506
generatePreRequisiteLines_make_dot_proto        
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1507
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1508
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1509
        self allPreRequisitesSorted do:[:eachPackage |
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1510
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1511
            mappings := self preRequisiteLine_make_dot_proto_mappings: eachPackage.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1512
            newObjectLine := self replaceMappings: mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1513
                                in: self preRequisiteLine_make_dot_proto.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1514
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1515
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1516
        ].
15869
a5904583d6e7 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15826
diff changeset
  1517
        self guiClasses_unix do:[:eachClass |
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1518
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1519
            mappings := self preRequisiteLine_make_dot_proto_mappingsForClass: eachClass.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1520
            newObjectLine := self replaceMappings: mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1521
                                in: self preRequisiteLine_make_dot_proto.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1522
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1523
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1524
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1525
    ]
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1526
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1527
    "
15869
a5904583d6e7 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15826
diff changeset
  1528
     exept_expecco_application generatePreRequisiteLines_bc_dot_mak 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1529
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1530
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1531
    "Created: / 09-08-2006 / 11:24:39 / fm"
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1532
    "Modified: / 14-09-2006 / 21:58:47 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1533
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1534
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1535
generateRequiredLibobjs_make_dot_proto
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1536
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1537
        self allPreRequisitesSorted do:[:projectID |
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1538
            |libobjPath libPath|
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1539
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1540
            libPath := self pathToPackage:projectID withSeparator:'/'.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1541
            libobjPath := libPath , '/', (self libraryNameFor:projectID).
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1542
            s space; nextPutAll: libobjPath; nextPutLine:'$(O_EXT) \'.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1543
        ].
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1544
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1545
        s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1546
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1547
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1548
    "
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1549
     exept_expecco_application generateRequiredLibobjs_make_dot_proto      
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1550
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1551
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1552
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1553
generateRequiredLibs_bc_dot_mak
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1554
    ^ String streamContents:[:s |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1555
        s nextPutLine:' \'.
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1556
        self allPreRequisitesSorted do:[:projectID | 
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1557
            s space; nextPutAll:(self libraryNameFor:projectID); nextPutLine:'.dll \'.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1558
        ].
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1559
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1560
"/ Subprojects are not linked to the exe!!
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1561
"/        self subProjects do:[:projectID | 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1562
"/            s space; nextPutAll:(self libraryNameFor:projectID),'.dll'; nextPutLine:' \'.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1563
"/        ].
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1564
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1565
        self isGUIApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1566
            self guiClassFileNames_win32 do:[:eachFilename |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1567
                s space; nextPutAll:eachFilename; nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1568
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1569
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1570
        s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1571
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1572
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1573
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1574
     bosch_dapasx_application generateRequiredLibs_bc_dot_mak      
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1575
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1576
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1577
    "Modified: / 07-09-2006 / 17:22:51 / cg"
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1578
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1579
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1580
generateRequiredLibs_make_dot_proto
12600
5d5034da3835 changed:6 methods
Claus Gittinger <cg@exept.de>
parents: 12599
diff changeset
  1581
    "/ cg: why not (self libraryNameFor:projectID),'.so'; ???
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1582
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1583
        self allPreRequisitesSorted do:[:projectID | 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1584
            s space; nextPutAll:(self libraryNameFor:projectID); nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1585
        ].
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1586
"/ Subprojects are only built, but not linked to the executable!!
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1587
"/        self subProjects do:[:projectID | 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1588
"/            s space; nextPutAll:(self libraryNameFor:projectID); nextPutLine:' \'.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1589
"/        ].
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1590
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1591
        self isGUIApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1592
            self guiClassFileNames_unix do:[:eachFilename |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1593
                s space; nextPutAll:eachFilename; nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1594
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1595
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1596
        s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1597
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1598
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1599
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1600
     alspa_batch_application generateRequiredLibs_make_dot_proto      
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1601
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1602
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1603
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1604
generateRequiredLinkLibobjs_make_dot_proto
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1605
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1606
    ^ String streamContents:[:s |
20022
d8efe52abe8a #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20021
diff changeset
  1607
        self allPreRequisitesSorted do:[:projectID | 
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1608
            s space; nextPutAll:(self libraryNameFor:projectID),'$(O_EXT)'; nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1609
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1610
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1611
        self isGUIApplication ifTrue:[
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1612
            self guiClassFileNames_unix do:[:eachFilename |
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1613
                s space; nextPutAll:eachFilename,'$(O_EXT)'; nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1614
            ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1615
        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1616
"/        self subProjects do:[:projectID | 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1617
"/            s space; nextPutAll:(self libraryNameFor:projectID),'$(O_EXT)'; nextPutLine:' \'.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1618
"/        ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1619
        s cr.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1620
    ].
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1621
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1622
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1623
     alspa_batch_application generateRequiredLinkLibobjs_make_dot_proto      
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1624
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1625
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1626
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1627
generateSubProjectLibs_bc_dot_mak         
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1628
    ^ String streamContents:[:s |
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1629
        self subProjects do:[:projectID | 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1630
            |libPath libobjPath|
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1631
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1632
            libPath := self pathToPackage:projectID withSeparator:'\'.
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1633
            libobjPath := libPath , '\', (self libraryNameFor:projectID).
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1634
            s space; nextPutAll:libobjPath; nextPutLine:'.dll \'.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1635
        ].
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1636
        s cr.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1637
    ].
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1638
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1639
    "
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1640
     exept_expecco_application generateSubProjectLibs_bc_dot_mak 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1641
     cg_newCompiler_driver_stc generateSubProjectLines_bc_dot_mak 
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1642
    "
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1643
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1644
    "Created: / 09-08-2006 / 11:24:39 / fm"
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1645
    "Modified: / 14-09-2006 / 18:46:09 / cg"
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1646
!
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1647
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1648
generateSubProjectLibs_make_dot_proto
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1649
    ^ String streamContents:[:s |
15880
d5b205998aea class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15869
diff changeset
  1650
        self effectiveSubProjects do:[:projectID | 
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1651
            |libPath libobjPath|
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1652
16327
05bd8dda9217 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15951
diff changeset
  1653
            libPath := self pathToPackage:projectID withSeparator:'/'.
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1654
            libobjPath := libPath , '/', (self libraryNameFor:projectID).
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1655
            s space; nextPutAll:libobjPath; nextPutLine:'$(O_EXT) \'.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1656
        ].
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1657
        s cr.
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1658
    ].
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1659
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1660
    "
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1661
     exept_expecco_application generateSubProjectLibs_make_dot_proto      
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1662
    "
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1663
!
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1664
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1665
generateSubProjectLines_bc_dot_mak         
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1666
    ^ String streamContents:[:s |
15880
d5b205998aea class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15869
diff changeset
  1667
        self effectiveSubProjects do:[:projectID |
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1668
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1669
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1670
            mappings := self subProjectLine_bc_dot_mak_mappings: projectID.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1671
            newObjectLine := self replaceMappings: mappings
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1672
                                in: self subProjectLine_bc_dot_mak.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1673
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1674
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1675
        ]
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1676
    ]
12599
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1677
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1678
    "
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1679
     bosch_dapasx_application generateSubProjectLines_bc_dot_mak 
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1680
     cg_newCompiler_driver_stc generateSubProjectLines_bc_dot_mak 
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1681
    "
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1682
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1683
    "Created: / 09-08-2006 / 11:24:39 / fm"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1684
    "Modified: / 14-09-2006 / 18:46:09 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1685
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1686
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1687
generateSubProjectLines_make_dot_proto         
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1688
    ^ String streamContents:[:s |
15880
d5b205998aea class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15869
diff changeset
  1689
        self effectiveSubProjects do:[:projectID |
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1690
            |mappings newObjectLine|
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1691
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1692
            mappings := self subProjectLine_make_dot_proto_mappings: projectID.
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1693
            newObjectLine := self replaceMappings: mappings
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1694
                                in: self subProjectLine_make_dot_proto.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1695
            s nextPutAll:newObjectLine. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1696
            s cr. 
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1697
        ]
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1698
    ]
12599
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1699
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1700
    "
15869
a5904583d6e7 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15826
diff changeset
  1701
     exept_expecco_application generateSubProjectLines_make_dot_proto 
12599
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1702
     cg_newCompiler_driver_stc generateSubProjectLines_make_dot_proto
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1703
    "
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1704
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1705
    "Created: / 09-08-2006 / 11:24:39 / fm"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1706
    "Modified: / 14-09-2006 / 18:46:09 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1707
!
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1708
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1709
generateSubProjectLines_modules_dot_stx
19474
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1710
    ^ String streamContents:[:s |
15880
d5b205998aea class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15869
diff changeset
  1711
        self effectiveSubProjects do:[:projectID |
19474
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1712
            (self shouldBeLoadedInitially:projectID) ifFalse:[
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1713
                s nextPut:$*.
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1714
            ].
19474
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1715
            s nextPutLine:(self libraryNameFor:projectID).
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1716
        ].
c075c14786c0 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19442
diff changeset
  1717
    ].
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1718
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1719
    "
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  1720
     exept_expecco_application generateSubProjectLines_modules_dot_stx
12599
Claus Gittinger <cg@exept.de>
parents: 12549
diff changeset
  1721
     cg_newCompiler_driver_stc generateSubProjectLines_modules_dot_stx
12366
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1722
    "
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1723
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1724
    "Modified: / 17-08-2006 / 17:22:37 / cg"
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1725
! !
a0ddcb78e9e2 changed: #documentation
Claus Gittinger <cg@exept.de>
parents: 12332
diff changeset
  1726
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  1727
!ApplicationDefinition class methodsFor:'file templates'!
c897f2e72672 initial checkin
fm
parents:
diff changeset
  1728
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1729
bc_dot_def
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  1730
    "the template code for the bc.def file"
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1731
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1732
^ 
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1733
'DESCRIPTION     %(DESCRIPTION)
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1734
CODE            PRELOAD MOVEABLE DISCARDABLE
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1735
SEGMENTS
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1736
    INITCODE    PRELOAD DISCARDABLE
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1737
'
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1738
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1739
    "Created: / 08-08-2006 / 12:26:58 / fm"
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1740
    "Modified: / 08-08-2006 / 19:32:27 / fm"
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  1741
    "Modified: / 17-08-2006 / 20:05:17 / cg"
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1742
!
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  1743
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1744
bc_dot_mak
10316
b617a026a146 bc.def - no longer generated it is now in rules\bc_dll.def or
Stefan Vogel <sv@exept.de>
parents: 10313
diff changeset
  1745
    "answer a template for the bc.mak makefile.
b617a026a146 bc.def - no longer generated it is now in rules\bc_dll.def or
Stefan Vogel <sv@exept.de>
parents: 10313
diff changeset
  1746
     Any variable definition %(Variable) will be later replaced by the mapping.
b617a026a146 bc.def - no longer generated it is now in rules\bc_dll.def or
Stefan Vogel <sv@exept.de>
parents: 10313
diff changeset
  1747
     $% characters have to be duplicated"
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1748
10316
b617a026a146 bc.def - no longer generated it is now in rules\bc_dll.def or
Stefan Vogel <sv@exept.de>
parents: 10313
diff changeset
  1749
^ '# $','Header','$
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1750
#
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1751
# DO NOT EDIT 
14247
352a05db118a changed:
Claus Gittinger <cg@exept.de>
parents: 14229
diff changeset
  1752
# automagically generated from the projectDefinition: ',self name",' at ',Timestamp now printString",'.
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1753
#
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1754
# Warning: once you modify this file, do not rerun
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1755
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1756
#
13952
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1757
# Historic Note:
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1758
#  this used to contain only rules to make with borland 
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1759
#    (called via bmake, by "make.exe -f bc.mak")
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1760
#  this has changed; it is now also possible to build using microsoft visual c
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1761
#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
cf03aa21d8b7 use objdir in librun (objbc or objvc), so both compiler outputs can coexist
Claus Gittinger <cg@exept.de>
parents: 13876
diff changeset
  1762
#
19539
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1763
# Rules found here:
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1764
#   bmake 
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1765
#       - build everything, incl. a self installing exe for deployment
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1766
#   bmake exe
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1767
#       - only build the executable; to be executed and tested here
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1768
#   bmake setup
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1769
#       - make the self installing exe (assuming that the exe is already present)
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1770
#   bmake clean
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1771
#       - remove everything that is not needed to execute
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1772
#   bmake clobber
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1773
#       - remove everything that cannot be reconstructed by bmake
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1774
#
1b66cb26bdf7 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19538
diff changeset
  1775
# For a 64bit build, replace bmake by mingwmake.
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1776
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1777
TOP=%(TOP)       
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1778
INCLUDE_TOP=$(TOP)\..
14891
7bf0716c431b class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14888
diff changeset
  1779
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1780
# An old file, used as a dummy target for FORCE if we do not want
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1781
#   re-make libraries. Windows make does not work if we redefine FORCE=   (empty string)
15228
bd8559a81c36 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15218
diff changeset
  1782
# OLD_FILE=bmake.bat
15229
8883612b811e class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15228
diff changeset
  1783
OLD_FILE="c:\windows\win.ini"
8883612b811e class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15228
diff changeset
  1784
8883612b811e class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15228
diff changeset
  1785
#dummy target to force a build
14891
7bf0716c431b class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14888
diff changeset
  1786
!!ifndef FORCE
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1787
FORCE=$(OLD_FILE)
14891
7bf0716c431b class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14888
diff changeset
  1788
!!endif
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1789
13739
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1790
CFLAGS_LOCAL=$(CFLAGS_APPTYPE) \
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1791
 -DSTARTUP_CLASS="\"%(STARTUP_CLASS)\"" \
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1792
 -DSTARTUP_SELECTOR="\"%(STARTUP_SELECTOR)\"" \
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1793
 -DUSE_MODULE_TABLE
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1794
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1795
#
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1796
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1797
!!INCLUDE $(TOP)\rules\stdHeader_bc
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1798
!!INCLUDE Make.spec
69cf3bafa59d changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13735
diff changeset
  1799
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1800
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1801
10978
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1802
%(ADDITIONAL_DEFINITIONS)
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1803
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1804
#
17044
f5b6a6f70b91 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17041
diff changeset
  1805
APPNAME=%(LIBRARY_NAME)
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  1806
LIBNAME=%(LIBRARY_NAME)
17041
baed8c1a8aab class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 16548
diff changeset
  1807
MODULE_PATH=%(MODULE_PATH)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1808
STCOPT="+optinline"
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1809
LOCALINCLUDES=%(LOCAL_INCLUDES)
10978
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1810
LOCALDEFINES=%(LOCAL_DEFINES)
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1811
GLOBALDEFINES=%(GLOBAL_DEFINES)
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1812
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  1813
STCLOCALOPT=''-package=$(PACKAGE)'' $(LOCALDEFINES) $(LOCALINCLUDES) %(HEADEROUTPUTARG) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMFLAG) -varPrefix=$(LIBNAME)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1814
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1815
LFLAGS=$(APP_LFLAGS)
13733
c754bc40cc1c changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13731
diff changeset
  1816
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1817
PROJECT_NOCONSOLE= %(NOCONSOLE_APPLICATION)
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1818
PROJECT_CONSOLE= %(CONSOLE_APPLICATION)
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1819
ALLOBJFILES= main.$(O)
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1820
!!ifdef USETCC
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1821
RESFILES=
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1822
!!else
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1823
RESFILES= %(RESFILENAME)
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1824
!!endif
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1825
14348
fa28870e8e49 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14346
diff changeset
  1826
ALLOBJ= $(ALLOBJFILES) $(OBJS)
10316
b617a026a146 bc.def - no longer generated it is now in rules\bc_dll.def or
Stefan Vogel <sv@exept.de>
parents: 10313
diff changeset
  1827
DEFFILE=$(TOP)\rules\bc_exe.def
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1828
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1829
LIBFILES=$(LIBDIR_LIBRUN)\librun.lib
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1830
ALLLIB=$(LIBFILES) $(APP_IMPORTLIBS) $(APP_RT_LIB)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1831
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1832
REQUIRED_LIBS=librun.dll %(REQUIRED_LIBS)
14856
dd8ceb4bc14f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14855
diff changeset
  1833
REQUIRED_FILES=$(RT_DLL) $(X11_DLL) $(XEXT_DLL) symbols.stc $(REQUIRED_LIBS)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1834
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1835
REQUIRED_SUPPORT_DIRS=%(REQUIRED_SUPPORT_DIRS)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1836
13262
db9299594444 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13176
diff changeset
  1837
target: %(BUILD_TARGET) postBuildCleanup 
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1838
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1839
# the executable, all required files and a self-installing-installer-exe
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1840
ALL:: prereq ALL_NP
14855
bc2229332ede class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14841
diff changeset
  1841
bc2229332ede class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14841
diff changeset
  1842
# all, but no prereqs
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1843
ALL_NP:: exe $(REQUIRED_SUPPORT_DIRS) postBuildCleanup setup
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1844
17187
f475f66a7e23 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17110
diff changeset
  1845
exe:  newBuildDate $(REQUIRED_LIBS) noConsoleApp consoleApp registerApplication
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1846
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1847
# the executable only
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1848
# with console
13349
07d793af5c59 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13339
diff changeset
  1849
consoleApp: $(REQUIRED_LIBS)
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1850
        -del main.$(O)
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1851
        $(MAKE) -N -f bc.mak $(USE_ARG) \
12965
239e0d0eeca0 usevc/usebc handling
Claus Gittinger <cg@exept.de>
parents: 12960
diff changeset
  1852
                MAKE_BAT=$(MAKE_BAT) \
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1853
                PROJECT=$(PROJECT_CONSOLE) \
14362
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1854
                CFLAGS_APPTYPE=" -DWIN32GUI $(CFLAGS_CONSOLE)" \
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1855
                LFLAGS_APPTYPE=" $(LFLAGS_CONSOLE)" \
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1856
                CRT_STARTUP=" $(CRT_STARTUP_CONSOLE)" theExe
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1857
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1858
# without console
13349
07d793af5c59 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13339
diff changeset
  1859
noConsoleApp: $(REQUIRED_LIBS)
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1860
        -del main.$(O)
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1861
        $(MAKE) -N -f bc.mak $(USE_ARG) \
12965
239e0d0eeca0 usevc/usebc handling
Claus Gittinger <cg@exept.de>
parents: 12960
diff changeset
  1862
                MAKE_BAT=$(MAKE_BAT) \
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1863
                PROJECT=$(PROJECT_NOCONSOLE) \
14362
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1864
                CFLAGS_APPTYPE=" -DWIN32GUI $(CFLAGS_NOCONSOLE) -DWIN_LOGFILE="\\"\"%(NOCONSOLE_LOGFILE)\\"\""" \
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1865
                LFLAGS_APPTYPE=" $(LFLAGS_NOCONSOLE)" \
e5bfa6e859c9 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14349
diff changeset
  1866
                CRT_STARTUP=" $(CRT_STARTUP_NOCONSOLE)" theExe
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1867
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1868
# the executable only (internal target; needs some defines)
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1869
theExe: $(OUTDIR) $(OBJS) $(REQUIRED_FILES) show $(PROJECT) 
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1870
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  1871
# build all mandatory prerequisite packages (containing superclasses) for this package
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  1872
prereq:
15287
58ad2059c738 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15229
diff changeset
  1873
        $(MAKE) -N -f bc.mak $(USE_ARG) FORCE=FORCE_BUILD $(REQUIRED_LIBS)
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1874
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1875
FORCE_BUILD:
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  1876
        @rem Dummy target to force a build
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  1877
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1878
# a nullsoft installable delivery
13270
c5c2d8c49294 changed: #bc_dot_mak
Stefan Vogel <sv@exept.de>
parents: 13267
diff changeset
  1879
# This uses the Nullsoft Installer Package and works in Windows only
19538
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1880
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1881
!!if defined(USEMINGW64)
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1882
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1883
setup: $(PROJECT) postBuildCleanup %(NSI_FILENAME) 
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1884
        $(MAKENSIS) /DOBJ_DIR=objmingw /DSETUP_NAME=%(PRODUCT_FILENAME)Setup64 %(NSI_FILENAME)
19593
046fa2a1c68f #OTHER by sr
sr
parents: 19539
diff changeset
  1885
        %(ADDITIONAL_POSTNSISRULES64)
19538
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1886
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1887
!!else
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1888
13270
c5c2d8c49294 changed: #bc_dot_mak
Stefan Vogel <sv@exept.de>
parents: 13267
diff changeset
  1889
setup: $(PROJECT) postBuildCleanup %(NSI_FILENAME)
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  1890
        $(MAKENSIS) /DOBJ_DIR=objbc /DSETUP_NAME=%(PRODUCT_FILENAME)Setup %(NSI_FILENAME)
18429
67b25723b25f class: ApplicationDefinition
sr
parents: 17578
diff changeset
  1891
        %(ADDITIONAL_POSTNSISRULES)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1892
19538
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1893
!!endif
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  1894
10648
c7d03f9184cb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10626
diff changeset
  1895
newBuildDate:
13270
c5c2d8c49294 changed: #bc_dot_mak
Stefan Vogel <sv@exept.de>
parents: 13267
diff changeset
  1896
        del buildDate.h
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1897
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1898
new:
12040
373a8b88bd34 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 12025
diff changeset
  1899
        $(MAKE_BAT) clean
373a8b88bd34 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 12025
diff changeset
  1900
        $(MAKE_BAT)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1901
11620
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
  1902
RESOURCEFILES: %(APPLICATION)_RESOURCES %(APPLICATION)_BITMAPS %(ADDITIONAL_RESOURCE_TARGETS) \
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1903
        stx_RESOURCES stx_STYLES stx_BITMAPS
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1904
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1905
%(RESOURCE_RULES)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1906
%(STX_RESOURCE_RULES)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1907
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  1908
%(APP_SOURCE_RULES)
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  1909
%(STX_SOURCE_RULES)
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  1910
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1911
%(PREREQUISITES_LIBS)      
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  1912
%(SUBPROJECTS_LINES)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1913
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1914
sources\NUL: 
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1915
        mkdir sources
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1916
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1917
show:
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1918
        @echo LFLAGS= $(LFLAGS)
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1919
        @echo ALLOBJ= $(ALLOBJ)
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1920
        @echo PROJECT= $(PROJECT)
14348
fa28870e8e49 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14346
diff changeset
  1921
        @echo APP_IMPORTLIBS= $(APP_IMPORTLIBS)
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1922
        @echo ALLLIB= $(ALLLIB)
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1923
        @echo DEFFILE= $(DEFFILE)
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  1924
        @echo ALLRES= $(ALLRES)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1925
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1926
!!ifdef USEBC
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1927
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1928
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1929
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ), $(PROJECT_CONSOLE),, $(ALLLIB), $(DEFFILE), $(RESFILES)
10415
8d6ed7ea4c15 generate rules for both stx and winstx
Claus Gittinger <cg@exept.de>
parents: 10381
diff changeset
  1930
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1931
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1932
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ), $(PROJECT_NOCONSOLE),, $(ALLLIB), $(DEFFILE), $(RESFILES)
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1933
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1934
!!else
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1935
!! ifdef USEVC
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1936
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1937
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1938
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) /OUT:"$(PROJECT_CONSOLE)" \
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1939
            /MANIFEST /MANIFESTFILE:"$(PROJECT_CONSOLE).manifest" \
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1940
            /PDB:"$(PROJECT_CONSOLE).pdb" \
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1941
            /SUBSYSTEM:CONSOLE $(ALLLIB) $(RESFILES)
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1942
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1943
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1944
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) /OUT:"$(PROJECT_NOCONSOLE)" \
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1945
            /MANIFEST /MANIFESTFILE:"$(PROJECT_NOCONSOLE).manifest" \
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1946
            /PDB:"$(PROJECT_NOCONSOLE).pdb" \
14343
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1947
            /SUBSYSTEM:WINDOWS $(ALLLIB) $(RESFILES)
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1948
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1949
!! else
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1950
!!  ifdef USELCC
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1951
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1952
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1953
        $(APP_LINKER) -subsystem console $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_CONSOLE)" $(ALLLIB) $(RESFILES)
14343
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1954
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1955
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1956
        $(APP_LINKER) -subsystem windows $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_NOCONSOLE)" $(ALLLIB) $(RESFILES)
14343
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1957
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1958
!!  else
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1959
!!   ifdef USETCC
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1960
79ef0d2b90e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14341
diff changeset
  1961
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1962
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_CONSOLE)" $(ALLLIB) $(RESFILES)
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1963
14341
e3955dc97725 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14340
diff changeset
  1964
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES)
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1965
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_NOCONSOLE)" $(ALLLIB) $(RESFILES)
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1966
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1967
!!   else
14645
29bcfa6db618 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14541
diff changeset
  1968
!!    if defined(USEMINGW32) || defined(USEMINGW64)
14346
813aaa40d640 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14343
diff changeset
  1969
14348
fa28870e8e49 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14346
diff changeset
  1970
$(PROJECT_CONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES) show
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1971
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_CONSOLE)" $(ALLLIB) $(RESFILES)
14348
fa28870e8e49 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14346
diff changeset
  1972
fa28870e8e49 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14346
diff changeset
  1973
$(PROJECT_NOCONSOLE): $(ALLOBJFILES) $(OBJS) $(RESFILES) $(DEFFILE) $(LIBFILES) show
14349
e747d861a46e changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14348
diff changeset
  1974
        $(APP_LINKER) $(LFLAGS) $(LFLAGS_APPTYPE) $(CRT_STARTUP) $(ALLOBJ) -o "$(PROJECT_NOCONSOLE)" $(ALLLIB) $(APP_IMPORTLIBS) $(RESFILES)
14346
813aaa40d640 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14343
diff changeset
  1975
813aaa40d640 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14343
diff changeset
  1976
!!    else
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1977
error error error
14346
813aaa40d640 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14343
diff changeset
  1978
!!    endif
14340
82d4d8746aaf oops - some pathnames are file-specific;
Claus Gittinger <cg@exept.de>
parents: 14338
diff changeset
  1979
!!   endif
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1980
!!  endif
13735
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1981
!! endif
1a200ff15364 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13733
diff changeset
  1982
!!endif
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1983
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1984
!!INCLUDE $(TOP)\rules\stdRules_bc
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1985
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1986
#
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1987
# additional rules
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1988
#
14856
dd8ceb4bc14f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14855
diff changeset
  1989
%(APPLICATION)Win.$(RES): %(APPLICATION)Win.rc %(APPLICATION).ico
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1990
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  1991
main.$(O): buildDate.h main.c bc.mak
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1992
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1993
main.c: $(TOP)\librun\main.c
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1994
        copy $(TOP)\librun\main.c main.c
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1995
14379
b6ea5a62d5e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14371
diff changeset
  1996
# now in stdRules.
b6ea5a62d5e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14371
diff changeset
  1997
#buildDate.h: $(GENDATE_UTILITIY)
b6ea5a62d5e3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14371
diff changeset
  1998
#        $(GENDATE_UTILITIY)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  1999
14335
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  2000
librun.dll: $(TOP)\librun\$(OBJDIR_LIBRUN)\librun.dll
34f4df0f3b63 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14247
diff changeset
  2001
        copy $(TOP)\librun\$(OBJDIR_LIBRUN)\librun.dll librun.dll
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2002
19479
fe0c9de863d6 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 19474
diff changeset
  2003
!!ifndef USEMINGW32        
fe0c9de863d6 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 19474
diff changeset
  2004
!!ifndef USEMINGW64        
15370
3744cff99c63 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15287
diff changeset
  2005
#cs3245.dll
3744cff99c63 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15287
diff changeset
  2006
$(RT_DLL): $(TOP)\support\win32\borland\$(RT_DLL)
3744cff99c63 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15287
diff changeset
  2007
        copy $(TOP)\support\win32\borland\$(RT_DLL) $(RT_DLL)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2008
11688
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2009
X11.dll: $(TOP)\support\win32\X11.dll
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2010
        copy $(TOP)\support\win32\X11.dll X11.dll
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2011
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2012
Xext.dll: $(TOP)\support\win32\Xext.dll
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2013
        copy $(TOP)\support\win32\Xext.dll Xext.dll
19479
fe0c9de863d6 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 19474
diff changeset
  2014
!!endif
fe0c9de863d6 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 19474
diff changeset
  2015
!!endif
11688
b52ff32e7e10 Install X11.dll and Xext.dll (Win32)
Stefan Vogel <sv@exept.de>
parents: 11678
diff changeset
  2016
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2017
symbols.stc: $(TOP)\include\symbols.stc
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2018
        copy $(TOP)\include\symbols.stc symbols.stc
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2019
10313
b6ce260fe8cf #additionalTargets_bc_dot_mak for applications
Stefan Vogel <sv@exept.de>
parents: 10308
diff changeset
  2020
%(ADDITIONAL_RULES)
b6ce260fe8cf #additionalTargets_bc_dot_mak for applications
Stefan Vogel <sv@exept.de>
parents: 10308
diff changeset
  2021
13686
4d60130a151f generate rules for header files of extended classes
Claus Gittinger <cg@exept.de>
parents: 13562
diff changeset
  2022
%(ADDITIONAL_HEADERRULES)
13264
8e9a0a4c663c changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13263
diff changeset
  2023
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2024
clean::
14367
69f64e03c0c3 changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 14362
diff changeset
  2025
        -del genDate.exe genDate.com
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2026
        -del c0x32.dll
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2027
        -del c0x32.lib
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2028
        -del buildDate.h
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2029
        -del $(PROJECT)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2030
        -del install_%(APPLICATION).exe
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2031
        -del stx.lib
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2032
        -del stx.dll
15370
3744cff99c63 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15287
diff changeset
  2033
        -del $(RT_DLL)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2034
        -del $(REQUIRED_FILES)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2035
        -del main.c
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2036
        -del *.log
14856
dd8ceb4bc14f class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14855
diff changeset
  2037
        -del *.$(RES)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2038
        -rmdir /S /Q resources
13957
6a1e255f9fdd changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13952
diff changeset
  2039
        -rmdir /S /Q $(OBJDIR)
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2040
11675
1e019a06700f Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11674
diff changeset
  2041
clobber:: clean
1e019a06700f Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11674
diff changeset
  2042
        -del *.dll *.exe *.com
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2043
13265
aab6db288ffc changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13264
diff changeset
  2044
postBuildCleanup::
14891
7bf0716c431b class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14888
diff changeset
  2045
        @rem  stupid win-make does not allow empty
13265
aab6db288ffc changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13264
diff changeset
  2046
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2047
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2048
%(DEPENDENCIES)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2049
# ENDMAKEDEPEND --- do not remove this line
15951
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
  2050
%(ADDITIONAL_RULES_HG)'.
10424
92ee1e31165b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10423
diff changeset
  2051
18429
67b25723b25f class: ApplicationDefinition
sr
parents: 17578
diff changeset
  2052
    "Modified: / 02-06-2015 / 17:40:03 / gg"
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  2053
    "Modified: / 03-03-2016 / 21:15:43 / cg"
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2054
!
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2055
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2056
bc_dot_mak_app_source_rules
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2057
    |p|
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2058
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2059
    ^ String streamContents:[:s |
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2060
        s nextPutAll:'
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2061
%(APPLICATION)_SOURCES: sources\%(MODULE)\%(MODULE_PATH)\NUL
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2062
        -copy ..\*.st sources\%(MODULE)\%(MODULE_PATH)\..\*.*
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2063
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2064
'.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2065
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2066
        p := self moduleDirectory_win32 asCollectionOfSubstringsSeparatedBy:$\.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2067
        p size to:2 by:-1 do:[:len |
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2068
            |part2 part1|
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2069
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2070
            part2 := (p copyTo:len) asStringWith:$\.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2071
            part1 := (p copyTo:len-1) asStringWith:$\.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2072
            s nextPutAll:'
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2073
sources\%(MODULE)\',part2,'\NUL: sources\%(MODULE)\',part1,'\NUL
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2074
        mkdir sources\%(MODULE)\',part2,'
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2075
'.
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2076
            s cr.
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2077
        ].
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2078
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2079
        s nextPutAll:'
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2080
sources\%(MODULE)\',p first,'\NUL: sources\%(MODULE)\NUL
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2081
        mkdir sources\%(MODULE)\',p first,'
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2082
'.
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2083
        s cr.
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2084
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2085
        "/ be careful to not include two rules for it (-> stx_source_rules).
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2086
        self module ~= 'stx' ifTrue:[
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2087
            s nextPutAll:
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2088
'sources\%(MODULE)\NUL: sources\NUL
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2089
        mkdir sources\%(MODULE)
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2090
'.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2091
        ].
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2092
    ]
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2093
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2094
    "Created: / 15-05-2007 / 17:27:37 / cg"
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2095
!
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2096
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2097
bc_dot_mak_resource_rules
10378
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2098
    |p|
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2099
10378
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2100
    ^ String streamContents:[:s |
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2101
        s nextPutAll:'
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2102
%(APPLICATION)_RESOURCES: resources\%(MODULE)\%(MODULE_PATH)\NUL
11211
4e402bbda0e8 copy style files
Stefan Vogel <sv@exept.de>
parents: 11156
diff changeset
  2103
        -copy ..\resources\*.rs resources\%(MODULE)\%(MODULE_PATH)\..
4e402bbda0e8 copy style files
Stefan Vogel <sv@exept.de>
parents: 11156
diff changeset
  2104
        -copy ..\resources\*.style resources\%(MODULE)\%(MODULE_PATH)\..
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2105
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2106
%(APPLICATION)_BITMAPS: resources\%(MODULE)\%(MODULE_PATH)\bitmaps\NUL
11211
4e402bbda0e8 copy style files
Stefan Vogel <sv@exept.de>
parents: 11156
diff changeset
  2107
        -copy *.ico resources\%(MODULE)\%(MODULE_PATH)\bitmaps
4e402bbda0e8 copy style files
Stefan Vogel <sv@exept.de>
parents: 11156
diff changeset
  2108
        -copy *.gif resources\%(MODULE)\%(MODULE_PATH)\bitmaps
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2109
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2110
resources\%(MODULE)\%(MODULE_PATH)\bitmaps\NUL: resources\%(MODULE)\%(MODULE_PATH)\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2111
        mkdir resources\%(MODULE)\%(MODULE_PATH)\bitmaps
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2112
'.
10378
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2113
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2114
        p := self moduleDirectory_win32 asCollectionOfSubstringsSeparatedBy:$\.
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2115
        p size to:2 by:-1 do:[:len |
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2116
            |part2 part1|
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2117
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2118
            part2 := (p copyTo:len) asStringWith:$\.
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2119
            part1 := (p copyTo:len-1) asStringWith:$\.
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2120
            s nextPutAll:'
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2121
resources\%(MODULE)\',part2,'\NUL: resources\%(MODULE)\',part1,'\NUL
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2122
        mkdir resources\%(MODULE)\',part2,'
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2123
'.
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2124
        ].
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2125
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2126
        s nextPutAll:'
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2127
resources\%(MODULE)\',p first,'\NUL: resources\%(MODULE)\NUL
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2128
        mkdir resources\%(MODULE)\',p first,'
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2129
'.
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2130
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2131
        "/ be careful to not include two rules for it (-> stx_resource_rules).
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2132
        self module ~= 'stx' ifTrue:[
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2133
            s nextPutAll:
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2134
'resources\%(MODULE)\NUL: resources\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2135
        mkdir resources\%(MODULE)
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2136
'.
10378
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2137
        ].
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2138
    ]
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2139
10378
12f4f3d800cb fixed resource-directory setup if directory is
Claus Gittinger <cg@exept.de>
parents: 10316
diff changeset
  2140
    "Modified: / 09-02-2007 / 16:13:43 / cg"
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2141
!
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2142
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2143
bc_dot_mak_stx_resource_rules
19963
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2144
    |rsrcs|
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2145
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2146
    self isGUIApplication ifTrue:[
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2147
        rsrcs := '
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2148
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2149
stx_RESOURCES: \
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2150
        keyboard.rc \
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2151
        keyboardMacros.rc \
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2152
        host.rc \
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2153
        h_win32.rc \
11007
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2154
        display.rc \
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2155
        d_win32.rc \
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2156
        libbasic_RESOURCES \
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2157
        libview_RESOURCES \
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2158
        libtool_RESOURCES  \
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2159
        libtool2_RESOURCES
19963
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2160
'
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2161
    ] ifFalse:[
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2162
        rsrcs := '
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2163
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2164
stx_RESOURCES: \
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2165
        host.rc \
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2166
        libbasic_RESOURCES \
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2167
'
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2168
    ].
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2169
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2170
    ^ rsrcs , '
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2171
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2172
keyboard.rc: $(TOP)\projects\smalltalk\keyboard.rc
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2173
        copy $(TOP)\projects\smalltalk\keyboard.rc *.*
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2174
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2175
keyboardMacros.rc: $(TOP)\projects\smalltalk\keyboardMacros.rc
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2176
        copy $(TOP)\projects\smalltalk\keyboardMacros.rc *.*
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2177
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2178
host.rc: $(TOP)\projects\smalltalk\host.rc
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2179
        copy $(TOP)\projects\smalltalk\host.rc *.*
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2180
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2181
h_win32.rc: $(TOP)\projects\smalltalk\h_win32.rc
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2182
        copy $(TOP)\projects\smalltalk\h_win32.rc *.*
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2183
11007
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2184
display.rc: $(TOP)\projects\smalltalk\display.rc
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2185
        copy $(TOP)\projects\smalltalk\display.rc *.*
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2186
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2187
d_win32.rc: $(TOP)\projects\smalltalk\d_win32.rc
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2188
        copy $(TOP)\projects\smalltalk\d_win32.rc *.*
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2189
12542
361ef912b274 changed: #bc_dot_mak_stx_resource_rules
Claus Gittinger <cg@exept.de>
parents: 12540
diff changeset
  2190
stx_STYLES: resources\stx\libview\NUL resources\stx\libview\styles\NUL
361ef912b274 changed: #bc_dot_mak_stx_resource_rules
Claus Gittinger <cg@exept.de>
parents: 12540
diff changeset
  2191
        -copy $(TOP)\libview\styles\*.style resources\stx\libview\styles\*.*
361ef912b274 changed: #bc_dot_mak_stx_resource_rules
Claus Gittinger <cg@exept.de>
parents: 12540
diff changeset
  2192
        -copy $(TOP)\libview\styles\*.common resources\stx\libview\styles\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2193
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2194
stx_BITMAPS: \
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2195
        libwidg_BITMAPS
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2196
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2197
libwidg_BITMAPS: resources\stx\libwidg\bitmaps\NUL
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2198
        -copy $(TOP)\libwidg\bitmaps\*.xpm resources\stx\libwidg\bitmaps\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2199
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2200
libbasic_RESOURCES: resources\stx\libbasic\NUL
19959
358ac2af7261 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19956
diff changeset
  2201
        -copy $(TOP)\libbasic\resources\*.rs resources\stx\libbasic\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2202
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2203
libtool_RESOURCES: resources\stx\libtool\NUL
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2204
        -copy $(TOP)\libtool\resources\*.rs resources\stx\libtool\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2205
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2206
libtool2_RESOURCES: resources\stx\libtool2\NUL
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2207
        -copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2208
12542
361ef912b274 changed: #bc_dot_mak_stx_resource_rules
Claus Gittinger <cg@exept.de>
parents: 12540
diff changeset
  2209
libview_RESOURCES: resources\stx\libview\NUL 
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2210
        -copy $(TOP)\libview\resources\*.rs resources\stx\libview\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2211
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2212
libview2_RESOURCES: resources\stx\libview2\NUL
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2213
        -copy $(TOP)\libview2\resources\*.rs resources\stx\libview2\*.*
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2214
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2215
resources\stx\libbasic\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2216
        mkdir resources\stx\libbasic
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2217
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2218
resources\stx\libtool\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2219
        mkdir resources\stx\libtool
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2220
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2221
resources\stx\libtool2\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2222
        mkdir resources\stx\libtool2
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2223
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2224
resources\stx\libview\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2225
        mkdir resources\stx\libview
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2226
12540
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2227
resources\stx\libview\styles\NUL: resources\stx\libview\NUL
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2228
        mkdir resources\stx\libview\styles
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2229
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2230
resources\stx\libview2\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2231
        mkdir resources\stx\libview2
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2232
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2233
resources\stx\libwidg\bitmaps\NUL: resources\stx\libwidg\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2234
        mkdir resources\stx\libwidg\bitmaps
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2235
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2236
resources\stx\libwidg\NUL: resources\stx\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2237
        mkdir resources\stx\libwidg
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2238
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2239
resources\stx\NUL: resources\NUL
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2240
        mkdir resources\stx
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2241
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2242
resources\NUL:
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2243
        mkdir resources
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2244
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2245
bitmaps\NUL:
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2246
        mkdir bitmaps
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2247
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2248
doc\NUL:
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2249
        mkdir doc
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2250
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2251
'.
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2252
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2253
    "Created: / 20-09-2006 / 17:36:29 / cg"
19963
418b32a5d8fb #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19962
diff changeset
  2254
    "Modified: / 06-06-2016 / 16:06:01 / cg"
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2255
!
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  2256
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2257
bc_dot_mak_stx_source_rules
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2258
    |libDirs|
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2259
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2260
    libDirs := self stxSourcesProjects collect:[:projectID | self moduleDirectory_win32For:projectID].
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2261
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2262
    ^ String streamContents:[:s |
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2263
        s nextPutAll:'
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2264
STX_SOURCES:'.
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2265
        libDirs do:[:libDir |
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2266
            s nextPutAll:' '; nextPutAll:('sources\stx\',libDir,'\NUL')
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2267
        ].
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2268
        s cr.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2269
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2270
        libDirs do:[:libDir |
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2271
            s nextPutLine:('sources\stx\',libDir,'\NUL: sources\stx\NUL').
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2272
            s tab; nextPutLine:('mkdir sources\stx\',libDir).
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2273
            s tab; nextPutLine:('-copy $(TOP)\',libDir,'\*.st sources\stx\',libDir,'\*.*').
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2274
            s cr.
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2275
        ].
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2276
        s nextPutLine:'sources\stx\NUL: sources\NUL'.
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2277
        s tab; nextPutLine:'mkdir sources\stx'.
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2278
        s cr.
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2279
    ]
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2280
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2281
    "Created: / 15-05-2007 / 17:27:37 / cg"
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2282
!
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2283
19628
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2284
bmake_dot_mak
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2285
    "the template code for the bmake.bat file
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2286
     Notice: duplicate %'s if they are needed as such in the generated file"
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2287
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2288
    ^
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2289
'@REM -------
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2290
@REM make using Borland bcc32
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2291
@REM type bmake, and wait...
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2292
@REM do not edit - automatically generated from ProjectDefinition
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2293
@REM -------
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2294
@SET DEFINES=
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2295
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2296
make.exe -N -f bc.mak  %%DEFINES%% %%*
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2297
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2298
@IF "%%1" EQU "exe" exit /b 0
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2299
@IF "%%1" EQU "setup" exit /b 0
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2300
@IF "%%1" EQU "pluginSetup" exit /b 0
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2301
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2302
%(SUBPROJECT_BMAKE_CALLS)
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2303
'
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2304
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2305
    "Created: / 17-08-2006 / 20:04:14 / cg"
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2306
    "Modified: / 04-09-2012 / 11:46:22 / cg"
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2307
!
253aa84211d2 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19593
diff changeset
  2308
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2309
buildDate_dot_h
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2310
    "the template code for the buildDate.h file"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2311
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2312
^ 
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2313
'#define BUILD_DATE "%(BUILDDATE)"'
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2314
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2315
    "Created: / 30-08-2006 / 19:18:34 / cg"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2316
!
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  2317
9961
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2318
classLine_modules_dot_c
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2319
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2320
^'_%(CLASS)_Init,'
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2321
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2322
    "Modified: / 08-08-2006 / 15:46:05 / fm"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2323
    "Created: / 19-09-2006 / 22:49:46 / cg"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2324
!
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2325
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2326
classLine_modules_dot_c_extern
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2327
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2328
^'extern void _%(CLASS)_Init();'
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2329
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2330
    "Modified: / 08-08-2006 / 15:46:05 / fm"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2331
    "Created: / 19-09-2006 / 22:50:14 / cg"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2332
!
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2333
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2334
defineAPPSourceLine_nsi_for: projectID
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2335
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2336
^      
10568
a06d9c432529 *** empty log message ***
fm
parents: 10566
diff changeset
  2337
'   
a06d9c432529 *** empty log message ***
fm
parents: 10566
diff changeset
  2338
    SetOutPath "$INSTDIR\sources\',(self moduleFor: projectID),'\',(self moduleDirectory_win32For:projectID) ,'"
a06d9c432529 *** empty log message ***
fm
parents: 10566
diff changeset
  2339
    File /r "${STX_ROOT}\', (self moduleFor: projectID) ,'\',(self moduleDirectory_win32For:projectID) ,'\*.st"'
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2340
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2341
    "Created: / 15-10-2006 / 12:50:00 / cg"
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2342
!
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2343
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2344
defineExtenionLine_nsi_for:extension
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2345
    "the template code for a single extenions definition line in the <appname>.nsi file"
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2346
11678
0121d26d67bf nsis file generation
Stefan Vogel <sv@exept.de>
parents: 11677
diff changeset
  2347
    ^ '  WriteRegStr HKCR ".',extension,'" "" "%(MODULE_KEY).%(PRODUCT_FILENAME).1"'
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2348
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2349
    "Created: / 15-10-2006 / 12:50:00 / cg"
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2350
!
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  2351
15393
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2352
defineExtensionLine_nsi_for:extension 
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2353
    "the template code for a single extenions definition line in the <appname>.nsi file"
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2354
    
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2355
    ^ '  WriteRegStr HKCR ".' , extension 
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2356
        , '" "" "%(MODULE_KEY).%(PRODUCT_FILENAME).1"'
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2357
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2358
    "Created: / 15-10-2006 / 12:50:00 / cg"
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2359
!
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  2360
10565
608e0f1ba668 optional source distribution
fm
parents: 10563
diff changeset
  2361
defineSTXSourceLine_nsi_for: projectID
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2362
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2363
^      
10572
41e966471313 *** empty log message ***
fm
parents: 10568
diff changeset
  2364
'  
41e966471313 *** empty log message ***
fm
parents: 10568
diff changeset
  2365
    SetOutPath "$INSTDIR\sources\stx\', (self moduleDirectory_win32For:projectID),'"
41e966471313 *** empty log message ***
fm
parents: 10568
diff changeset
  2366
    File /r "${STX_ROOT}\stx\', (self moduleDirectory_win32For:projectID),'\*.st"'
10563
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2367
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2368
    "Created: / 15-10-2006 / 12:50:00 / cg"
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2369
!
b30a750bd9ce *** empty log message ***
fm
parents: 10547
diff changeset
  2370
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2371
extensionsLine_modules_dot_c
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2372
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2373
    ^'_%(CLASS)_extensions_Init,'
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2374
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2375
    "Created: / 18-11-2010 / 10:36:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2376
!
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2377
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2378
extensionsLine_modules_dot_c_extern
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2379
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2380
    ^'extern void _%(CLASS)_Init();'
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2381
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2382
    "Created: / 03-03-2011 / 19:13:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2383
!
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  2384
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2385
installFileLine_nsi_for:filePattern
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2386
    "the template code for a single file-install pattern to be added to the <appname>.nsi file"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2387
11677
43de2b6e41fb remove duplicate *.rc in nsis installer
Stefan Vogel <sv@exept.de>
parents: 11676
diff changeset
  2388
    (filePattern startsWith:'SetOutPath ') ifTrue:[
43de2b6e41fb remove duplicate *.rc in nsis installer
Stefan Vogel <sv@exept.de>
parents: 11676
diff changeset
  2389
        ^ filePattern.
43de2b6e41fb remove duplicate *.rc in nsis installer
Stefan Vogel <sv@exept.de>
parents: 11676
diff changeset
  2390
    ].        
43de2b6e41fb remove duplicate *.rc in nsis installer
Stefan Vogel <sv@exept.de>
parents: 11676
diff changeset
  2391
43de2b6e41fb remove duplicate *.rc in nsis installer
Stefan Vogel <sv@exept.de>
parents: 11676
diff changeset
  2392
    ^  '  File ', filePattern
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2393
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2394
    "Created: / 01-03-2007 / 20:00:20 / cg"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2395
!
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2396
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2397
make_dot_proto
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2398
12025
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2399
^
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2400
'# $','Header','$
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2401
#
14247
352a05db118a changed:
Claus Gittinger <cg@exept.de>
parents: 14229
diff changeset
  2402
# automagically generated from the projectDefinition: ',self name",' at ',Timestamp now printString",'.
13733
c754bc40cc1c changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13731
diff changeset
  2403
#
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2404
# -------------- no need to change anything below ----------
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2405
#
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2406
# This makefile generates some standalone demo applications
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2407
#
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2408
#    make
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2409
#       generates %(APPLICATION)
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2410
#
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2411
10714
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2412
TOP=%(TOP)
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2413
INCLUDE_TOP=$(TOP)/..
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2414
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2415
# set to a dummy file name (like FORCE=@@@FORCE-BUILD@@@) to force the build of prereq packages
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2416
FORCE=
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  2417
.PHONY: $(FORCE)
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  2418
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2419
PACKAGE=%(APPLICATION_PACKAGE)
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2420
SUBDIRS=
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2421
SUPPRESS_LOCAL_ABBREVS="yes"
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2422
NOAUTOLOAD=1
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2423
NOSUBAUTOLOAD=1
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2424
14940
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2425
LOCALINCLUDES=%(LOCAL_INCLUDES)
10978
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  2426
LOCALDEFINES=%(LOCAL_DEFINES)
6028cdeaad20 Fix LOCALDEFINES
Stefan Vogel <sv@exept.de>
parents: 10977
diff changeset
  2427
GLOBALDEFINES=%(GLOBAL_DEFINES)
11549
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
  2428
MAIN_DEFINES=%(MAIN_DEFINES)
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2429
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2430
RCSSOURCES=Make.proto *.st
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2431
LINKSOURCES=Make.proto *.st
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2432
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2433
DELIVERBINARIES=
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2434
17096
fbfea8d21523 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17044
diff changeset
  2435
APPNAME=%(LIBRARY_NAME)
10803
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2436
LIBNAME=%(LIBRARY_NAME)
13876
db71f66f14ea -headerDir= instead of --headerDir=
Claus Gittinger <cg@exept.de>
parents: 13864
diff changeset
  2437
STCLOCALOPT=''-package=$(PACKAGE)'' -I. -headerDir=. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) %(HEADEROUTPUTARG) %(COMMONSYMFLAG) -varPrefix=$(LIBNAME)
10803
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2438
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2439
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2440
# ********** OPTIONAL: MODIFY the next line ***
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2441
# additional C-libraries that should be pre-linked with the class-objects
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2442
LD_OBJ_LIBS=%(ADDITIONAL_LINK_LIBRARIES)
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2443
LOCAL_SHARED_LIBS=%(ADDITIONAL_SHARED_LINK_LIBRARIES)
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2444
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2445
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2446
# ********** OPTIONAL: MODIFY the next line ***
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2447
# additional C targets or libraries should be added below
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2448
LOCAL_EXTRA_TARGETS=
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2449
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2450
OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2451
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2452
%(ADDITIONAL_DEFINITIONS)
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2453
12025
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2454
%(ADDITIONAL_DEFINITIONS_SVN)
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2455
11378
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  2456
LIBLIST = $(REQUIRED_LIBS)
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  2457
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2458
# required libs:
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2459
#
10714
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2460
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2461
REQUIRED_LIBS=%(REQUIRED_LIBS)
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2462
REQUIRED_LIBOBJS=%(REQUIRED_LIBOBJS)
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2463
REQUIRED_LINK_LIBOBJS=%(REQUIRED_LINK_LIBOBJS)
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2464
REQUIRED_SUPPORT_DIRS=%(REQUIRED_SUPPORT_DIRS)
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2465
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  2466
SUBPROJECT_LIBS=%(SUBPROJECT_LIBS)
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  2467
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2468
target: %(BUILD_TARGET)
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2469
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2470
all::   prereq ALL_NP
14666
51ea41869723 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14645
diff changeset
  2471
14855
bc2229332ede class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14841
diff changeset
  2472
# like ALL, but not prereqs
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  2473
ALL_NP:: exe $(SUBPROJECT_LIBS) $(REQUIRED_SUPPORT_DIRS) $(SETUP_RULE)
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2474
17110
67281f682da7 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17096
diff changeset
  2475
exe:    %(APPLICATION) registerApplication
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2476
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2477
%(APPLICATION): $(APP_DIRS_TO_MAKE) $(APP_LIBOBJS) $(REQUIRED_LIBOBJS) $(OBJS)
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2478
        $(MAKE) link_%(APPLICATION)
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2479
14855
bc2229332ede class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14841
diff changeset
  2480
14666
51ea41869723 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14645
diff changeset
  2481
link_%(APPLICATION):
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2482
        $(MAKE) %(APPLICATION_TYPE) \
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2483
                    TARGET=%(APPLICATION) \
12544
d518ef408c6b changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12542
diff changeset
  2484
                    APPLICATION_CLASSES="$(COMMON_CLASSES) $(UNIX_CLASSES)" \
10803
ca8a31c9ef0e Try to fix Make.proto for UNIX
Stefan Vogel <sv@exept.de>
parents: 10801
diff changeset
  2485
                    APPLICATION_OBJS="$(OBJS)" \
10714
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2486
                    APPLICATION_LIBLIST="$(REQUIRED_LIBS)" \
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2487
                    APPLICATION_LIBOBJS="$(REQUIRED_LIBOBJS)" \
3f12a32aad61 *** empty log message ***
fm
parents: 10708
diff changeset
  2488
                    APPLICATION_LINK_LIBOBJS="$(REQUIRED_LINK_LIBOBJS)" \
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2489
                    STARTUP_CLASS="%(STARTUP_CLASS)" \
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2490
                    STARTUP_SELECTOR="%(STARTUP_SELECTOR)" \
11549
259343206ef3 mainDefines
Claus Gittinger <cg@exept.de>
parents: 11480
diff changeset
  2491
                    MAIN_DEFINES="%(MAIN_DEFINES)"
10708
0d2357899fb6 *** empty log message ***
fm
parents: 10648
diff changeset
  2492
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  2493
# build all mandatory prerequisite packages (containing superclasses) for this package
11572
eda1f00c796c Install required support dirs when building the exe
Stefan Vogel <sv@exept.de>
parents: 11549
diff changeset
  2494
prereq:
14989
50e655bdbcfa class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14979
diff changeset
  2495
        $(MAKE) FORCE=@@@FORCE-BUILD@@@ $(REQUIRED_LIBOBJS)
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  2496
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2497
#
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2498
# a self installable delivery
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2499
#
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2500
# backward compatible fallback
14784
e2938bb8a12d setup: double rule
Claus Gittinger <cg@exept.de>
parents: 14666
diff changeset
  2501
setup::
14945
752e883e59cc class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14940
diff changeset
  2502
        @if test -d autopackage; then \
12528
ccca05f944d9 changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12427
diff changeset
  2503
            makepackage; \
ccca05f944d9 changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12427
diff changeset
  2504
        else \
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2505
            echo "Error: make setup not yet available in this unix"; \
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2506
            exit 1; \
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2507
        fi
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2508
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2509
#
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2510
# for linux, this uses autopackage
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2511
#
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2512
setup_linux:
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2513
        @if test -d autopackage; then \
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2514
            makepackage; \
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2515
        else \
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2516
            echo "Error: missing autopackage directory"; \
12528
ccca05f944d9 changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12427
diff changeset
  2517
            exit 1; \
ccca05f944d9 changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12427
diff changeset
  2518
        fi
ccca05f944d9 changed: #make_dot_proto
Stefan Vogel <sv@exept.de>
parents: 12427
diff changeset
  2519
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2520
#
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2521
# for mac, a dmg is generated
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2522
#
20545
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2523
setup_macosx:   "%(PRODUCT_FILENAME)_dmg"
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2524
        -rm "%(PRODUCT_FILENAME).dmg"
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2525
        hdiutil create -fs HFSX -layout SPUD "%(PRODUCT_FILENAME).dmg" -srcfolder "%(PRODUCT_FILENAME)_dmg" -format UDZO -volname "%(PRODUCT_NAME)" -quiet
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2526
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2527
app: "%(PRODUCT_FILENAME)_dmg"
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2528
131ea01d7c55 #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 20544
diff changeset
  2529
"%(PRODUCT_FILENAME)_dmg": $(SUBPROJECT_LIBS) $(REQUIRED_SUPPORT_DIRS) 
15208
df25f8568167 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15205
diff changeset
  2530
%(DMG_IMAGE_SETUP)
15204
c17dc61ba210 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15203
diff changeset
  2531
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2532
SOURCEFILES: %(APPLICATION)_SOURCES \
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2533
        stx_SOURCES
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2534
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2535
%(SOURCE_RULES)
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2536
%(STX_SOURCE_RULES)
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2537
11620
afd3022b74d7 additionalResourceTargets
Claus Gittinger <cg@exept.de>
parents: 11619
diff changeset
  2538
RESOURCEFILES: %(APPLICATION)_RESOURCES %(APPLICATION)_BITMAPS %(ADDITIONAL_RESOURCE_TARGETS) \
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2539
        stx_RESOURCES stx_STYLES stx_BITMAPS
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2540
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2541
%(RESOURCE_RULES)
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2542
%(STX_RESOURCE_RULES)
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2543
12025
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2544
%(PREREQUISITES_LIBS)
15869
a5904583d6e7 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15826
diff changeset
  2545
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  2546
%(SUBPROJECTS_LINES)
11378
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  2547
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  2548
%(ADDITIONAL_RULES)
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2549
12025
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2550
%(ADDITIONAL_RULES_SVN)
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2551
15951
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
  2552
%(ADDITIONAL_RULES_HG)
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
  2553
13686
4d60130a151f generate rules for header files of extended classes
Claus Gittinger <cg@exept.de>
parents: 13562
diff changeset
  2554
%(ADDITIONAL_HEADERRULES)
4d60130a151f generate rules for header files of extended classes
Claus Gittinger <cg@exept.de>
parents: 13562
diff changeset
  2555
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2556
clean::
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2557
        -rm -f *.so %(APPLICATION).$(O)
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2558
10807
ab4e65750d0b Fix prereq: definition in Make.proto
Stefan Vogel <sv@exept.de>
parents: 10803
diff changeset
  2559
clobber:: clean
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2560
        -rm -f %(APPLICATION) *.img *.sav
11381
888874781f38 Dependencies for unix.
Stefan Vogel <sv@exept.de>
parents: 11378
diff changeset
  2561
888874781f38 Dependencies for unix.
Stefan Vogel <sv@exept.de>
parents: 11378
diff changeset
  2562
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
888874781f38 Dependencies for unix.
Stefan Vogel <sv@exept.de>
parents: 11378
diff changeset
  2563
%(DEPENDENCIES)
888874781f38 Dependencies for unix.
Stefan Vogel <sv@exept.de>
parents: 11378
diff changeset
  2564
# ENDMAKEDEPEND --- do not remove this line
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2565
'
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2566
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2567
    "Modified: / 09-08-2006 / 16:50:23 / fm"
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2568
    "Created: / 29-09-2006 / 23:47:07 / cg"
12025
2109b55d9481 Preps for SVN stuff
Claus Gittinger <cg@exept.de>
parents: 11830
diff changeset
  2569
    "Modified: / 24-06-2009 / 21:40:26 / Jan Vrany <vranyj1@fel.cvut.cz>"
14247
352a05db118a changed:
Claus Gittinger <cg@exept.de>
parents: 14229
diff changeset
  2570
    "Modified: / 26-07-2012 / 00:57:07 / cg"
15951
fdcadd92a7db merged in jv's changes
Claus Gittinger <cg@exept.de>
parents: 15880
diff changeset
  2571
    "Modified: / 28-11-2012 / 10:18:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
10023
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2572
!
483d74883849 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10000
diff changeset
  2573
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2574
make_dot_proto_app_source_rules
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2575
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2576
    ^ String streamContents:[:s |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2577
        s
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2578
          cr;
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2579
          nextPutAll: '%(APPLICATION)_SOURCES: '.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2580
        self appSourcesProjects do:[:projectID |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2581
            s nextPutAll: ' \
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2582
        ', (self make_dot_proto_source_title_for: projectID).
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2583
        ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2584
        s cr; cr.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2585
        self appSourcesProjects do:[:projectID |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2586
            s nextPutAll:(self make_dot_proto_app_source_rules_for: projectID) .
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2587
            s cr; cr.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2588
        ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2589
    ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2590
!
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2591
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2592
make_dot_proto_app_source_rules_for: projectID
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2593
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2594
    | module moduleDirectory|
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2595
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2596
    module := self moduleFor: projectID.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2597
    moduleDirectory := self moduleDirectoryFor:projectID.
19504
7ba6cd9ec5b3 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19479
diff changeset
  2598
    ^ String lf,
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2599
    (self make_dot_proto_source_title_for: projectID), ':
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2600
        mkdir -p sources/', module,'/', moduleDirectory, '
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2601
        cp $(TOP)/../', module, '/', moduleDirectory,'/*.st sources/', module,'/', moduleDirectory.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2602
!
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2603
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2604
make_dot_proto_resource_rules
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2605
    ^ String streamContents:[:s |
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2606
        s nextPutAll:'
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2607
%(APPLICATION)_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2608
        mkdir -p resources/%(MODULE)/%(MODULE_PATH)
11830
3ecc9e639f0b fix resource rules for linux
Stefan Vogel <sv@exept.de>
parents: 11801
diff changeset
  2609
        -cp ../resources/*.rs ../resources/*.style resources/%(MODULE)/%(MODULE_PATH)/..
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2610
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2611
%(APPLICATION)_BITMAPS: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2612
        mkdir -p resources/%(MODULE)/%(MODULE_PATH)/bitmaps
11830
3ecc9e639f0b fix resource rules for linux
Stefan Vogel <sv@exept.de>
parents: 11801
diff changeset
  2613
        -cp *.ico *.gif *.png resources/%(MODULE)/%(MODULE_PATH)/bitmaps
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2614
'.
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2615
    ].
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2616
!
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2617
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2618
make_dot_proto_source_title_for: projectID
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2619
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2620
    |packageName |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2621
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2622
    packageName := self packageNameFor: projectID.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2623
    ^ packageName, '_SOURCES'
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2624
!
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2625
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2626
make_dot_proto_stx_resource_rules
15203
a7bafdd2965b class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15166
diff changeset
  2627
    self isGUIApplication ifFalse:[
a7bafdd2965b class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15166
diff changeset
  2628
        "/ non-GUI app: only include libbasic resources (for Date)
14940
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2629
        ^ '
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2630
stx_RESOURCES: \
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2631
        libbasic_RESOURCES
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2632
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2633
stx_STYLES: 
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2634
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2635
stx_BITMAPS:
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2636
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2637
libbasic_RESOURCES: 
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2638
        mkdir -p resources/stx/libbasic
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2639
        -cp $(TOP)/libbasic/resources/*.* resources/stx/libbasic
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2640
'
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2641
    ].
72ecd0c0eb56 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14891
diff changeset
  2642
15203
a7bafdd2965b class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15166
diff changeset
  2643
    "/ GUI app: include all resources and rc files
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2644
    ^ '
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2645
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2646
stx_RESOURCES: \
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2647
        keyboard.rc \
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2648
        keyboardMacros.rc \
11007
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2649
        display.rc \
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2650
        libbasic_RESOURCES \
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2651
        libview_RESOURCES \
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2652
        libtool_RESOURCES  \
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2653
        libtool2_RESOURCES
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2654
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2655
keyboard.rc: $(TOP)/projects/smalltalk/keyboard.rc
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2656
        cp $(TOP)/projects/smalltalk/keyboard.rc .
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2657
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2658
keyboardMacros.rc: $(TOP)/projects/smalltalk/keyboardMacros.rc
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2659
        cp $(TOP)/projects/smalltalk/keyboardMacros.rc .
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  2660
11029
3a3e0179cb06 No $\ as path separator in unix Make.proto files
Stefan Vogel <sv@exept.de>
parents: 11017
diff changeset
  2661
display.rc: $(TOP)/projects/smalltalk/display.rc
3a3e0179cb06 No $\ as path separator in unix Make.proto files
Stefan Vogel <sv@exept.de>
parents: 11017
diff changeset
  2662
        cp $(TOP)/projects/smalltalk/display.rc .
11007
50faeb5cae88 also copy display.rc and d_win32.rc.
Claus Gittinger <cg@exept.de>
parents: 10996
diff changeset
  2663
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2664
stx_STYLES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2665
        mkdir -p resources/stx/libview
12540
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2666
        mkdir -p resources/stx/libview/styles
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2667
        cp $(TOP)/libview/styles/*.common resources/stx/libview/styles
59f1fe7e61c8 changed:
Claus Gittinger <cg@exept.de>
parents: 12528
diff changeset
  2668
        cp $(TOP)/libview/styles/*.style resources/stx/libview/styles
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2669
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2670
stx_BITMAPS: \
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2671
        libwidg_BITMAPS
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2672
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2673
libwidg_BITMAPS: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2674
        mkdir -p resources/stx/libwidg/bitmaps
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2675
        -cp $(TOP)/libwidg/bitmaps/*.* resources/stx/libwidg/bitmaps
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2676
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2677
libbasic_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2678
        mkdir -p resources/stx/libbasic
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2679
        -cp $(TOP)/libbasic/resources/*.* resources/stx/libbasic
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2680
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2681
libtool_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2682
        mkdir -p resources/stx/libtool
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2683
        -cp $(TOP)/libtool/resources/*.* resources/stx/libtool
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2684
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2685
libtool2_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2686
        mkdir -p resources/stx/libtool2
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2687
        -cp $(TOP)/libtool2/resources/*.* resources/stx/libtool2
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2688
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2689
libview_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2690
        mkdir -p resources/stx/libview
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2691
        -cp $(TOP)/libview/resources/*.* resources/stx/libview
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2692
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2693
libview2_RESOURCES: 
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2694
        mkdir -p resources/stx/libview2
12549
1cb4580cabb6 changed:
Stefan Vogel <sv@exept.de>
parents: 12544
diff changeset
  2695
        -cp $(TOP)/libview2/resources/*.* resources/stx/libview2
10874
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2696
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2697
bitmaps:
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2698
        mkdir -p bitmaps
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2699
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2700
doc:
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2701
        mkdir -p doc
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2702
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2703
'.
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2704
!
c5ee23aeedc2 Fix unix Make.proto generation: resource file copy
Stefan Vogel <sv@exept.de>
parents: 10873
diff changeset
  2705
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2706
make_dot_proto_stx_source_rules
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2707
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2708
    ^ String streamContents:[:s |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2709
        s
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2710
          cr;
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2711
          nextPutAll: 'stx_SOURCES: '.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2712
        self stxSourcesProjects do:[:projectID |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2713
            s nextPutAll: '\
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2714
        ', (self make_dot_proto_source_title_for: projectID).
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2715
        ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2716
        s cr; cr.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2717
        self stxSourcesProjects do:[:projectID |
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2718
            s nextPutAll:(self make_dot_proto_stx_source_rules_for: projectID) .
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2719
            s cr; cr.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2720
        ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2721
    ].
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2722
!
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2723
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2724
make_dot_proto_stx_source_rules_for: projectID
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2725
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2726
    | moduleDirectory|
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2727
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2728
    moduleDirectory := self moduleDirectoryFor:projectID.
19504
7ba6cd9ec5b3 #REFACTORING
Claus Gittinger <cg@exept.de>
parents: 19479
diff changeset
  2729
    ^ String lf,
10990
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2730
    (self make_dot_proto_source_title_for: projectID), ':
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2731
        mkdir -p sources/stx/', moduleDirectory, '
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2732
        cp $(TOP)/', moduleDirectory,'/*.st sources/stx/', moduleDirectory.
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2733
!
b64d3c609143 make_dot_proto source rules for stx and app
fm
parents: 10978
diff changeset
  2734
9961
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2735
modules_dot_c
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2736
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2737
^ 
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2738
'/* $','Header','$
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2739
 *
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2740
 * DO NOT EDIT 
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2741
 * automagically generated from the projectDefinition: ',self name,'.
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2742
 *
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2743
 * Warning: once you modify this file, do not rerun
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2744
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2745
 */
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2746
typedef void (*vf)();
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2747
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2748
%(EXTERN_INIT_NAME_LIST)
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2749
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2750
static vf modules[] = {
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2751
    %(INIT_LIST)
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2752
    (vf)0
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2753
};
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2754
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2755
vf *__modules__ = modules;
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2756
'
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2757
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2758
    "Created: / 19-09-2006 / 22:36:58 / cg"
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2759
!
c3bd31c4af2f also generate modules.c (precompiled-in init list for app)
Claus Gittinger <cg@exept.de>
parents: 9958
diff changeset
  2760
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2761
modules_dot_stx
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  2762
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2763
^ 
9542
06d0781c889c *** empty log message ***
fm
parents: 9539
diff changeset
  2764
'# $','Header','$
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2765
#
9578
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2766
# DO NOT EDIT 
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2767
# automagically generated from the projectDefinition: ',self name,'.
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2768
#
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2769
# Warning: once you modify this file, do not rerun
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2770
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
6e1a64b3cda8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9567
diff changeset
  2771
#
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2772
# This file is (currently) only used with win-95 / win-NT versions of STX.
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2773
# It lists the dll''s which are to be loaded at startup time.
13123
cb0e2cfd6558 changed: #modules_dot_stx
Claus Gittinger <cg@exept.de>
parents: 12995
diff changeset
  2774
# Notice, lines starting with a "#" are comments.
cb0e2cfd6558 changed: #modules_dot_stx
Claus Gittinger <cg@exept.de>
parents: 12995
diff changeset
  2775
# Lines starting with a "*" are treated as comments by the VM, but are usually loaded
cb0e2cfd6558 changed: #modules_dot_stx
Claus Gittinger <cg@exept.de>
parents: 12995
diff changeset
  2776
# by the application at the very beginning.
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2777
#
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2778
# All classes loaded at startup time will be present as precompiled classes.
14857
e531889798fc class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14856
diff changeset
  2779
# Others might be autoloaded or loaded explicit using "Smalltalk loadPackage:xxx".
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2780
#
10506
c07090762a88 recursively find ALL prerequisites when generating modules.stx-file
Claus Gittinger <cg@exept.de>
parents: 10427
diff changeset
  2781
%(ALLPREREQUISITE_LIBS)
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2782
'
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2783
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2784
    "Created: / 08-08-2006 / 12:26:58 / fm"
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2785
    "Modified: / 08-08-2006 / 19:32:27 / fm"
9542
06d0781c889c *** empty log message ***
fm
parents: 9539
diff changeset
  2786
    "Modified: / 16-08-2006 / 17:56:58 / User"
13123
cb0e2cfd6558 changed: #modules_dot_stx
Claus Gittinger <cg@exept.de>
parents: 12995
diff changeset
  2787
    "Modified: / 09-11-2010 / 11:57:39 / cg"
9535
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2788
!
ce5e1b8a240d *** empty log message ***
fm
parents: 9532
diff changeset
  2789
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2790
packageName_dot_nsi
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2791
    "the template code for the <appname>.nsi file"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2792
10975
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
  2793
|docDirPath|
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
  2794
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2795
^ 
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2796
'; $','Header','$
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2797
; Script generated by ProjectDefinition.
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2798
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2799
!!define PRODUCT_NAME "%(PRODUCT_NAME)"
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2800
!!define PRODUCT_FILENAME "%(PRODUCT_FILENAME)"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2801
!!define PRODUCT_VERSION "%(PRODUCT_VERSION)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2802
!!define PRODUCT_PUBLISHER "%(PRODUCT_PUBLISHER)"
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2803
!!define PRODUCT_WEB_SITE "%(PRODUCT_WEBSITE)"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2804
!!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_FILENAME}"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2805
!!define PRODUCT_UNINST_ROOT_KEY "HKLM"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2806
19538
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2807
;
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2808
; SETUP_NAME can come from makefile as either setup or setup64
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2809
;
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2810
!!if "${SETUP_NAME}" == ""
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2811
SETUP_NAME="%(PRODUCT_NAME)Setup"
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2812
!!endif
bfaa716ce8d5 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19537
diff changeset
  2813
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2814
!!define STX_ROOT "%(TOP)\.."
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2815
12984
3dfc4e2f531d changed: #packageName_dot_nsi
Stefan Vogel <sv@exept.de>
parents: 12965
diff changeset
  2816
SetCompressor /solid lzma
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2817
11351
cafc08a328aa Use MUI2
Stefan Vogel <sv@exept.de>
parents: 11211
diff changeset
  2818
!!include "MUI2.nsh"
14383
sr
parents: 14379
diff changeset
  2819
!!include "x64.nsh"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2820
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2821
; MUI Settings
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2822
11351
cafc08a328aa Use MUI2
Stefan Vogel <sv@exept.de>
parents: 11211
diff changeset
  2823
!!define MUI_WELCOMEPAGE_TITLE_3LINES
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2824
!!define MUI_ABORTWARNING
9985
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2825
%(SEMI_IF_ICON_EXISTS)!!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
10423
90991b0a279b applicationIcon
Claus Gittinger <cg@exept.de>
parents: 10420
diff changeset
  2826
%(SEMI_IF_NO_ICON_EXISTS)!!define MUI_ICON "%(APPLICATION_ICON).ico"
9985
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2827
%(SEMI_IF_ICON_EXISTS)!!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
10423
90991b0a279b applicationIcon
Claus Gittinger <cg@exept.de>
parents: 10420
diff changeset
  2828
%(SEMI_IF_NO_ICON_EXISTS)!!define MUI_UNICON "%(APPLICATION_ICON).ico"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2829
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2830
; Language Selection Dialog Settings
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2831
!!define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2832
!!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2833
!!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2834
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2835
; Welcome page
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2836
!!insertmacro MUI_PAGE_WELCOME
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2837
; License page
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2838
; !!define MUI_LICENSEPAGE_CHECKBOX
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2839
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2840
',(self hasLicenceToAcceptDuringInstallation 
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2841
    ifTrue:['!!insertmacro MUI_PAGE_LICENSE $(license)']
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2842
    ifFalse:['']),'
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2843
!!insertmacro MUI_PAGE_COMPONENTS
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2844
; Directory page
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2845
!!insertmacro MUI_PAGE_DIRECTORY
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2846
; Instfiles page
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2847
!!insertmacro MUI_PAGE_INSTFILES
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2848
; Finish page
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2849
!!insertmacro MUI_PAGE_FINISH
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2850
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2851
; Uninstaller pages
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2852
!!insertmacro MUI_UNPAGE_INSTFILES
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2853
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2854
; Language files
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2855
!!insertmacro MUI_LANGUAGE "English"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2856
!!insertmacro MUI_LANGUAGE "German"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2857
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2858
; MUI end ------
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2859
10975
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
  2860
',((self hasLicenceToAcceptDuringInstallation and:[(docDirPath := self docDirPath_win32) notEmptyOrNil])
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2861
    ifTrue:['
10975
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
  2862
LicenseLangString license ${LANG_ENGLISH} "' , docDirPath , '\licence_en.txt"
7e889c33b0e0 #docDirPath
Stefan Vogel <sv@exept.de>
parents: 10967
diff changeset
  2863
LicenseLangString license ${LANG_GERMAN}  "' , docDirPath , '\licence_de.txt"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2864
']
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2865
    ifFalse:['']),'
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2866
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2867
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2868
VIProductVersion "${PRODUCT_VERSION}.0"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2869
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${PRODUCT_NAME}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2870
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${PRODUCT_PUBLISHER}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2871
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "%(FILE_VERSION)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2872
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "${PRODUCT_NAME} Installer"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2873
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${PRODUCT_VERSION}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2874
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "%(LEGAL_COPYRIGHT)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2875
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2876
19537
623c2fa4e6f3 #FEATURE by cg
Claus Gittinger <cg@exept.de>
parents: 19504
diff changeset
  2877
OutFile "${SETUP_NAME}.exe"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2878
InstallDir "%(PRODUCT_INSTALLDIR)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2879
ShowInstDetails show
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2880
ShowUnInstDetails show
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2881
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2882
Function .onInit
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2883
  !!insertmacro MUI_LANGDLL_DISPLAY
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2884
FunctionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2885
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2886
InstType Full
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2887
InstType Partial
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2888
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2889
Section "Programme" Section1
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2890
  SectionIn 1 2
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2891
  SetOutPath "$INSTDIR\bin"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2892
  SetOverwrite ifnewer
10419
0412cefd7206 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10418
diff changeset
  2893
  File %(DELIVERED_EXECUTABLES)
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2894
%(COMMON_FILES_TO_INSTALL)
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2895
%(ADDITIONAL_FILES_TO_INSTALL)
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2896
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2897
%(FILE_EXTENSION_DEFINITION_LINES)
14383
sr
parents: 14379
diff changeset
  2898
%(DEFINITION_NOCONSOLE_APPLICATION_RUNASADMIN)
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2899
  WriteRegStr HKCR "%(MODULE_KEY).%(PRODUCT_FILENAME).1" "" "%(PRODUCT_FILENAME) File"
11674
93f6efe73132 Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11656
diff changeset
  2900
  WriteRegStr HKCR "%(MODULE_KEY).%(PRODUCT_FILENAME).1\DefaultIcon" "" ''$INSTDIR\bin\%(NOCONSOLE_APPLICATION),0''
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2901
  WriteRegStr HKCR "%(MODULE_KEY).%(PRODUCT_FILENAME).1\Shell\open" "" $(appOpen)
11674
93f6efe73132 Building both stx.exe and stx.com
Stefan Vogel <sv@exept.de>
parents: 11656
diff changeset
  2902
  WriteRegStr HKCR "%(MODULE_KEY).%(PRODUCT_FILENAME).1\Shell\open\command" "" ''"$INSTDIR\bin\%(NOCONSOLE_APPLICATION)" -- "%%1"''
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2903
SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2904
9985
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2905
%(SEMI_IF_NO_DOC_EXISTS)Section "Online-Documentation for %(PRODUCT_NAME)" Section2
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2906
%(SEMI_IF_NO_DOC_EXISTS)  SectionIn 1
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2907
%(SEMI_IF_NO_DOC_EXISTS)  SetOutPath "$INSTDIR\doc"
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2908
%(SEMI_IF_NO_DOC_EXISTS)  SetOverwrite ifnewer
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2909
%(SEMI_IF_NO_DOC_EXISTS)  File /r /x CVS "${STX_ROOT}\%(MODULE)\%(APPLICATION)\doc\*"
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2910
%(SEMI_IF_NO_DOC_EXISTS)SectionEnd
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2911
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2912
;; Section "%(PRODUCT_NAME) Libraries and Demos" Section3
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2913
;;   SectionIn 1
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2914
;;   SetOutPath "$INSTDIR\lib"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2915
;;   SetOverwrite ifnewer
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2916
;; ;   File /r /x CVS "${STX_ROOT}\%(MODULE)\%(APPLICATION)\examples\*"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2917
;; SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2918
;; 
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2919
;; Section "%(PRODUCT_NAME) Reports and Printing" Section4
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2920
;;   SectionIn 1
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2921
;;   SetOutPath "$INSTDIR\reportGenerator"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2922
;;   SetOverwrite ifnewer
10801
92d1002693ed comment
Stefan Vogel <sv@exept.de>
parents: 10717
diff changeset
  2923
;; ;  File /r /x CVS "..\reportGenerator\java" "..\reportGenerator\rules" "..\reportGenerator\*.xml" "..\reportGenerator\*.xslt" "..\reportGenerator\CloseApp.exe" "..\reportGenerator\expecco.jpg"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2924
;; SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2925
10575
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2926
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2927
%(STX_SOURCES_LINES)
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2928
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2929
%(APP_SOURCES_LINES)
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2930
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2931
%(ADDITIONAL_SECTIONS)
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  2932
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2933
Section -AdditionalIcons
10151
8be8745d851c app must start in bin-dir, in order for resource files to be found.
Claus Gittinger <cg@exept.de>
parents: 10094
diff changeset
  2934
  SetOutPath "$INSTDIR\bin"
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2935
  WriteIniStr "$INSTDIR\${PRODUCT_FILENAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2936
  CreateDirectory "$SMPROGRAMS\${PRODUCT_FILENAME}"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2937
  CreateShortCut "$SMPROGRAMS\${PRODUCT_FILENAME}\%(APPLICATION).lnk" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)"
10419
0412cefd7206 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10418
diff changeset
  2938
  CreateShortCut "$DESKTOP\%(APPLICATION).lnk" "$INSTDIR\bin\%(NOCONSOLE_APPLICATION)"
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2939
  CreateShortCut "$SMPROGRAMS\${PRODUCT_FILENAME}\Website.lnk" "$INSTDIR\${PRODUCT_FILENAME}.url"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2940
  CreateShortCut "$SMPROGRAMS\${PRODUCT_FILENAME}\Uninstall.lnk" "$INSTDIR\uninst.exe"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2941
SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2942
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2943
Section -Post
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2944
  WriteUninstaller "$INSTDIR\uninst.exe"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2945
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2946
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2947
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2948
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2949
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2950
SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2951
20202
04db7d7bca44 #BUGFIX by sr
sr
parents: 20201
diff changeset
  2952
LangString appOpen ${LANG_GERMAN}  "Mit %(PRODUCT_NAME) öffnen"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2953
LangString appOpen ${LANG_ENGLISH} "Open with %(PRODUCT_NAME)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2954
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2955
LangString DESC_Section1 ${LANG_ENGLISH} "Program components of %(PRODUCT_NAME)"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2956
LangString DESC_Section1 ${LANG_GERMAN}  "Alle Programmkomponenten von %(PRODUCT_NAME)"
9985
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2957
%(SEMI_IF_NO_DOC_EXISTS)LangString DESC_Section2 ${LANG_ENGLISH} "Online-Documentation of %(PRODUCT_NAME)"
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2958
%(SEMI_IF_NO_DOC_EXISTS)LangString DESC_Section2 ${LANG_GERMAN}  "Online-Dokumentation zu %(PRODUCT_NAME)"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2959
;; LangString DESC_Section3 ${LANG_ENGLISH} "Libraries and Demo Projects"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2960
;; LangString DESC_Section3 ${LANG_GERMAN}  "Bibliotheken und Beispielprojekte"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2961
;; LangString DESC_Section4 ${LANG_ENGLISH} "Logfile Printing and Report Generation"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2962
;; LangString DESC_Section4 ${LANG_GERMAN}  "Drucken und Report-Generierung aus Log-Dateien"
10575
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2963
%(SEMI_IF_NO_STX_SOURCES) LangString DESC_Section3 ${LANG_ENGLISH} "Sources of ST/X (Base-System)"
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2964
%(SEMI_IF_NO_STX_SOURCES) LangString DESC_Section3 ${LANG_GERMAN}  "Quellcode von ST/X (Basis-System)"
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2965
%(SEMI_IF_NO_APP_SOURCES) LangString DESC_Section4 ${LANG_ENGLISH} "Sources of %(PRODUCT_NAME)"
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2966
%(SEMI_IF_NO_APP_SOURCES) LangString DESC_Section4 ${LANG_GERMAN}  "Quellcode von %(PRODUCT_NAME)"
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2967
%(ADDITIONAL_SECTIONS_DESCRIPTIONS)
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2968
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2969
!!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2970
  !!insertmacro MUI_DESCRIPTION_TEXT ${Section1} $(DESC_Section1)
9985
7d3b7b89929d more definitions
Claus Gittinger <cg@exept.de>
parents: 9982
diff changeset
  2971
%(SEMI_IF_NO_DOC_EXISTS)  !!insertmacro MUI_DESCRIPTION_TEXT ${Section2} $(DESC_Section2)
10575
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2972
%(SEMI_IF_NO_STX_SOURCES)  !!insertmacro MUI_DESCRIPTION_TEXT ${Section3} $(DESC_Section3)
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2973
%(SEMI_IF_NO_APP_SOURCES)  !!insertmacro MUI_DESCRIPTION_TEXT ${Section4} $(DESC_Section4)
8f6a01901163 *** empty log message ***
fm
parents: 10572
diff changeset
  2974
%(ADDITIONAL_SECTIONS_INSERT_DESCRIPTIONS)
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2975
!!insertmacro MUI_FUNCTION_DESCRIPTION_END
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2976
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2977
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2978
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2979
Function un.onUninstSuccess
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2980
  HideWindow
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2981
  MessageBox MB_ICONINFORMATION|MB_OK "%(PRODUCT_NAME) wurde erfolgreich deinstalliert"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2982
FunctionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2983
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2984
Function un.onInit
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2985
!!insertmacro MUI_UNGETLANGUAGE
20202
04db7d7bca44 #BUGFIX by sr
sr
parents: 20201
diff changeset
  2986
  MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Möchten Sie %(PRODUCT_NAME) und alle seine Komponenten deinstallieren?" IDYES +2
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2987
  Abort
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2988
FunctionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2989
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2990
Section Uninstall
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2991
  Delete "$INSTDIR\${PRODUCT_FILENAME}.url"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2992
  Delete "$INSTDIR\uninst.exe"
10626
e6ce341ac09b *** empty log message ***
fm
parents: 10575
diff changeset
  2993
%(DIRECTORY_UNINSTALL_LINES)
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2994
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2995
  Delete "$SMPROGRAMS\${PRODUCT_FILENAME}\Uninstall.lnk"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2996
  Delete "$SMPROGRAMS\${PRODUCT_FILENAME}\Website.lnk"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  2997
  Delete "$SMPROGRAMS\${PRODUCT_FILENAME}\%(APPLICATION).lnk"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2998
  Delete "$DESKTOP\%(APPLICATION).lnk"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  2999
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  3000
  RMDir "$SMPROGRAMS\${PRODUCT_FILENAME}"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3001
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3002
  DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
10427
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  3003
  DeleteRegKey HKCR "%(MODULE_KEY).%(PRODUCT_FILENAME).1"
4ced2ddca6fb *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 10425
diff changeset
  3004
%(FILE_EXTENSION_UNDEFINITION_LINES)
14383
sr
parents: 14379
diff changeset
  3005
%(UNDEFINITION_NOCONSOLE_APPLICATION_RUNASADMIN)
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3006
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3007
  SetAutoClose true
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3008
SectionEnd
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3009
'
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3010
    "
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3011
     bosch_dapasx_application packageName_dot_nsi
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3012
     bosch_dapasx_application generateFile:'dapasx.nsi'
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3013
    "
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3014
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3015
    "Modified: / 09-08-2006 / 15:10:57 / fm"
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3016
    "Created: / 14-09-2006 / 21:09:18 / cg"
10547
af59f1ae6f0b preparations for source code delivery option
Claus Gittinger <cg@exept.de>
parents: 10509
diff changeset
  3017
    "Modified: / 15-05-2007 / 17:22:37 / cg"
14383
sr
parents: 14379
diff changeset
  3018
    "Modified: / 12-10-2012 / 11:59:45 / sr"
9963
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3019
!
435a95596a82 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9961
diff changeset
  3020
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3021
packageName_dot_rc
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3022
    "the template code for the <appname>.rc file"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3023
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3024
^ 
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3025
'//
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3026
// DO NOT EDIT 
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3027
// automagically generated from the projectDefinition: ',self name,'.
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3028
//
11376
ba75adbf6a62 splash file definition
Claus Gittinger <cg@exept.de>
parents: 11351
diff changeset
  3029
#define IDR_MAINFRAME   128
ba75adbf6a62 splash file definition
Claus Gittinger <cg@exept.de>
parents: 11351
diff changeset
  3030
#define IDR_SPLASH      129
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3031
13971
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3032
#if (__BORLANDC__)
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3033
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13971
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3034
#endif
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3035
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3036
#pragma code_page(1252)
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3037
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3038
%(ICONDEFINITION_LINE)
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3039
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3040
VS_VERSION_INFO VERSIONINFO
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3041
  FILEVERSION     %(FILE_VERSION_COMMASEPARATED)
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3042
  PRODUCTVERSION  %(PRODUCT_VERSION_COMMASEPARATED)
13971
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3043
#if (__BORLANDC__)
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3044
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3045
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3046
  FILEOS          VOS_NT_WINDOWS32
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3047
  FILETYPE        %(FILETYPE)
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3048
  FILESUBTYPE     VS_USER_DEFINED
13971
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3049
#else
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3050
  FILEFLAGSMASK 0x3fL
26c55a2db128 changed: #packageName_dot_rc
Claus Gittinger <cg@exept.de>
parents: 13957
diff changeset
  3051
#endif
9816
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3052
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3053
BEGIN
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3054
  BLOCK "StringFileInfo"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3055
  BEGIN
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3056
    BLOCK "040904E4"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3057
    BEGIN
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3058
      VALUE "CompanyName", "%(COMPANY_NAME)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3059
      VALUE "FileDescription", "%(FILE_DESCRIPTION)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3060
      VALUE "FileVersion", "%(FILE_VERSION)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3061
      VALUE "InternalName", "%(INTERNAL_NAME)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3062
%(LEGAL_COPYRIGHT_LINE)
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3063
      VALUE "ProductName", "%(PRODUCT_NAME)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3064
      VALUE "ProductVersion", "%(PRODUCT_VERSION)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3065
      VALUE "ProductDate", "%(PRODUCT_DATE)\0"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3066
    END
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3067
  END
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3068
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3069
  BLOCK "VarFileInfo"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3070
  BEGIN                               //  Language   |    Translation
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3071
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3072
  END
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3073
END
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3074
'
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3075
    "
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3076
     stx_libbasic3 packageName_dot_rc
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3077
     stx_libbasic3 generate_packageName_dot_rc
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3078
    "
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3079
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3080
    "Modified: / 09-08-2006 / 15:10:57 / fm"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3081
    "Created: / 30-08-2006 / 18:41:47 / cg"
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3082
!
7a6c28ca9edc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9813
diff changeset
  3083
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  3084
preRequisiteLine_bc_dot_mak
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3085
    "Note: the trailing blank in 'CFLAGS_LOCAL=$(GLOBALDEFINES) '
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3086
     is required!!"
10381
9118d27357a9 make prerequisite dirs as well
Claus Gittinger <cg@exept.de>
parents: 10379
diff changeset
  3087
    ^
12960
5d7d08fd4c77 changed:
Claus Gittinger <cg@exept.de>
parents: 12600
diff changeset
  3088
'%(FILE_NAME).dll: %(MODULE_DIRECTORY)\$(OBJDIR)\%(FILE_NAME).dll
5d7d08fd4c77 changed:
Claus Gittinger <cg@exept.de>
parents: 12600
diff changeset
  3089
        copy %(MODULE_DIRECTORY)\$(OBJDIR)\%(FILE_NAME).dll *.*
5d7d08fd4c77 changed:
Claus Gittinger <cg@exept.de>
parents: 12600
diff changeset
  3090
20021
66ff2331e8cf #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19995
diff changeset
  3091
%(MODULE_DIRECTORY)\$(OBJDIR)\%(FILE_NAME).dll: $(FORCE)
66ff2331e8cf #OTHER by cg
Claus Gittinger <cg@exept.de>
parents: 19995
diff changeset
  3092
        pushd %(MODULE_DIRECTORY) & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3093
'
9900
3e770297c1a4 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9897
diff changeset
  3094
19959
358ac2af7261 #BUGFIX by cg
Claus Gittinger <cg@exept.de>
parents: 19956
diff changeset
  3095
    "Modified: / 06-06-2016 / 15:53:51 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3096
!
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3097
11378
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3098
preRequisiteLine_make_dot_proto
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3099
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3100
    "Note: the trailing blank in 'CFLAGS_LOCAL=$(GLOBALDEFINES) '
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3101
     is required!!"
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3102
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3103
    ^
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3104
'%(FILE_NAME).so: %(MODULE_DIRECTORY)/%(FILE_NAME).so
14878
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  3105
        ln -sf %(MODULE_DIRECTORY)/%(FILE_NAME).so .
29a9cc3bb1f3 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14867
diff changeset
  3106
15391
3652287f82e9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15370
diff changeset
  3107
%(MODULE_DIRECTORY)/%(FILE_NAME).so: %(MODULE_DIRECTORY)/makefile $(FORCE)
15602
e93324370989 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15529
diff changeset
  3108
        @if [ -f "%(MODULE_DIRECTORY)/.NOSOURCE" ]; then \
e93324370989 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15529
diff changeset
  3109
            echo "skip make in %(MODULE_DIRECTORY) (no source)"; \
e93324370989 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15529
diff changeset
  3110
        else \
e93324370989 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15529
diff changeset
  3111
            cd %(MODULE_DIRECTORY) && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "; \
e93324370989 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15529
diff changeset
  3112
        fi
15391
3652287f82e9 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15370
diff changeset
  3113
15392
cf68e96d7051 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15391
diff changeset
  3114
%(MODULE_DIRECTORY)/makefile: %(MODULE_DIRECTORY)/Make.proto
cf68e96d7051 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15391
diff changeset
  3115
        $(TOP)/rules/stmkmf --cd %(MODULE_DIRECTORY)
11378
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3116
'
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3117
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3118
    "Modified: / 09-02-2007 / 16:22:47 / cg"
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3119
!
bca27db64e92 Correct sort order for libraries in unix Make.proto
Stefan Vogel <sv@exept.de>
parents: 11376
diff changeset
  3120
10308
d5c23a970d7a Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 10302
diff changeset
  3121
subProjectLine_bc_dot_mak
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3122
    "Note: the trailing blank in 'CFLAGS_LOCAL=$(GLOBALDEFINES) '
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3123
     is required!!"
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3124
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3125
^'%(LIBRARY_NAME).dll: %(PATH_TO_SUB_PROJECT)\$(OBJDIR)\%(LIBRARY_NAME).dll
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3126
        copy %(PATH_TO_SUB_PROJECT)\$(OBJDIR)\%(LIBRARY_NAME).dll *.*
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3127
19962
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3128
%(PATH_TO_SUB_PROJECT)\$(OBJDIR)\%(LIBRARY_NAME).dll: $(FORCE)
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3129
        pushd %(PATH_TO_SUB_PROJECT) & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3130
'
12965
239e0d0eeca0 usevc/usebc handling
Claus Gittinger <cg@exept.de>
parents: 12960
diff changeset
  3131
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3132
    "Modified: / 03-03-2016 / 21:23:00 / cg"
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3133
!
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3134
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3135
subProjectLine_make_dot_proto
19289
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3136
    "Note: the trailing blank in 'CFLAGS_LOCAL=$(GLOBALDEFINES) '
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3137
     is required!!"
b55681941879 #BUGFIX
Claus Gittinger <cg@exept.de>
parents: 18501
diff changeset
  3138
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3139
^'%(LIBRARY_NAME).so: %(PATH_TO_SUB_PROJECT)/%(LIBRARY_NAME).so
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3140
        ln -sf %(PATH_TO_SUB_PROJECT)/%(LIBRARY_NAME).so .
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3141
19962
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3142
%(PATH_TO_SUB_PROJECT)/%(LIBRARY_NAME).so: %(PATH_TO_SUB_PROJECT)/makefile  $(FORCE)
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3143
        @if [ -f "%(PATH_TO_SUB_PROJECT)/.NOSOURCE" ]; then \
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3144
            echo "skip make in %(PATH_TO_SUB_PROJECT) (no source)"; \
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3145
        else \
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3146
            cd %(PATH_TO_SUB_PROJECT) && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "; \
115ed8ccb8c8 #BUGFIX by stefan
Stefan Vogel <sv@exept.de>
parents: 19959
diff changeset
  3147
        fi
15394
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3148
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3149
%(PATH_TO_SUB_PROJECT)/makefile: %(PATH_TO_SUB_PROJECT)/Make.proto
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3150
        $(TOP)/rules/stmkmf --cd %(PATH_TO_SUB_PROJECT)
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3151
'
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3152
!
fb7b579c9eb5 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15393
diff changeset
  3153
10094
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3154
undefineExtenionLine_nsi_for:extension
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3155
    "the template code for a single extenions undefinition line in the <appname>.nsi file"
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3156
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3157
^ 
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3158
'  DeleteRegKey HKCR ".',extension,'"'
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3159
f19c19308711 care for registered file-extensions
Claus Gittinger <cg@exept.de>
parents: 10079
diff changeset
  3160
    "Created: / 15-10-2006 / 12:51:00 / cg"
15393
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3161
!
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3162
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3163
undefineExtensionLine_nsi_for:extension
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3164
    "the template code for a single extenions undefinition line in the <appname>.nsi file"
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3165
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3166
^ 
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3167
'  DeleteRegKey HKCR ".',extension,'"'
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3168
2b8365dcfce0 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 15392
diff changeset
  3169
    "Created: / 15-10-2006 / 12:51:00 / cg"
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3170
! !
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3171
9813
50b986cea25b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9798
diff changeset
  3172
!ApplicationDefinition class methodsFor:'queries'!
50b986cea25b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9798
diff changeset
  3173
17243
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3174
definitionClassOfApplicationBundle
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3175
    "Return the applicationDefinition of the applicationBundle or nil. 
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3176
     This is the applicationDefinition of the package which gets actually deployed.
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3177
     This information is currently used for automatic check of language translations.
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3178
     Here, ssume that I am the bundle.
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3179
     Redefine in other applications if that is not true."
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3180
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3181
    ^ self
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3182
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3183
    "
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3184
     exept_expecco definitionClassOfApplicationBundle    
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3185
     exept_expecco_application definitionClassOfApplicationBundle    
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3186
     exept_expecco_plugin_swt definitionClassOfApplicationBundle    
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3187
    "
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3188
!
a511fae6b628 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 17187
diff changeset
  3189
19442
d0c08f806495 #DOCUMENTATION
Claus Gittinger <cg@exept.de>
parents: 19289
diff changeset
  3190
isAbstract
d0c08f806495 #DOCUMENTATION
Claus Gittinger <cg@exept.de>
parents: 19289
diff changeset
  3191
    ^ self == ApplicationDefinition
d0c08f806495 #DOCUMENTATION
Claus Gittinger <cg@exept.de>
parents: 19289
diff changeset
  3192
!
d0c08f806495 #DOCUMENTATION
Claus Gittinger <cg@exept.de>
parents: 19289
diff changeset
  3193
12332
8967d7e3d44c added: #projectType
Claus Gittinger <cg@exept.de>
parents: 12311
diff changeset
  3194
projectType
8967d7e3d44c added: #projectType
Claus Gittinger <cg@exept.de>
parents: 12311
diff changeset
  3195
    ^ self isGUIApplication
8967d7e3d44c added: #projectType
Claus Gittinger <cg@exept.de>
parents: 12311
diff changeset
  3196
        ifTrue:[ GUIApplicationType  ]
8967d7e3d44c added: #projectType
Claus Gittinger <cg@exept.de>
parents: 12311
diff changeset
  3197
        ifFalse:[ NonGUIApplicationType ]
12995
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3198
!
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3199
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3200
shouldBeLoadedInitially:aProjectID
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3201
    "answer true, if a class should not be loaded initially,
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3202
     but explicitly later by the application"
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3203
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3204
    |initiallyLoaded|
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3205
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3206
    initiallyLoaded := self initiallyLoadedPreRequisites.
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3207
    initiallyLoaded isNil ifTrue:[
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3208
        ^ true.
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3209
    ].
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3210
Stefan Vogel <sv@exept.de>
parents: 12984
diff changeset
  3211
    ^ initiallyLoaded includes:aProjectID
9813
50b986cea25b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9798
diff changeset
  3212
! !
50b986cea25b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9798
diff changeset
  3213
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3214
!ApplicationDefinition class methodsFor:'sanity checks'!
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3215
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3216
validateDescription
13807
733feed2f27c comment
Claus Gittinger <cg@exept.de>
parents: 13739
diff changeset
  3217
    "perform some consistency checks (set of classes in project same as those listed in description);
733feed2f27c comment
Claus Gittinger <cg@exept.de>
parents: 13739
diff changeset
  3218
     called before checking in build support files"
733feed2f27c comment
Claus Gittinger <cg@exept.de>
parents: 13739
diff changeset
  3219
9958
38b4e2871c56 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9943
diff changeset
  3220
    super validateDescription.
38b4e2871c56 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9943
diff changeset
  3221
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3222
    #(
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3223
        startupClassName
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3224
"/        startupSelector
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3225
    ) do:[:sel |
12306
7c83818f8b01 changed:
Claus Gittinger <cg@exept.de>
parents: 12203
diff changeset
  3226
        (self theMetaclass includesSelector:sel) ifFalse:[
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3227
            Dialog 
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3228
                warn:('The %1-method is missing from the description %2!!' 
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3229
                        bindWith:sel allBold
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3230
                        with:self name allBold).
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3231
            AbortSignal raise.
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3232
        ].
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3233
        (Error catch:[ self perform:sel ]) ifTrue:[
14371
c7288e118fd5 changed: #validateDescription
Claus Gittinger <cg@exept.de>
parents: 14367
diff changeset
  3234
            (Dialog 
c7288e118fd5 changed: #validateDescription
Claus Gittinger <cg@exept.de>
parents: 14367
diff changeset
  3235
                confirm:('The %1-method needs to be edited in the description %2!!\\Continue anyway?' 
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3236
                        bindWith:sel allBold
14371
c7288e118fd5 changed: #validateDescription
Claus Gittinger <cg@exept.de>
parents: 14367
diff changeset
  3237
                        with:self name allBold) withCRs) ifFalse:[
c7288e118fd5 changed: #validateDescription
Claus Gittinger <cg@exept.de>
parents: 14367
diff changeset
  3238
                AbortSignal raise.
c7288e118fd5 changed: #validateDescription
Claus Gittinger <cg@exept.de>
parents: 14367
diff changeset
  3239
            ].
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3240
        ].
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3241
    ].
9958
38b4e2871c56 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9943
diff changeset
  3242
38b4e2871c56 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9943
diff changeset
  3243
    "Modified: / 19-09-2006 / 20:17:38 / cg"
13807
733feed2f27c comment
Claus Gittinger <cg@exept.de>
parents: 13739
diff changeset
  3244
    "Modified (comment): / 31-10-2011 / 10:58:03 / cg"
9725
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3245
! !
6aafcea3655c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9687
diff changeset
  3246
9587
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
  3247
!ApplicationDefinition class methodsFor:'testing'!
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
  3248
9669
f0b5ad4fb4a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9623
diff changeset
  3249
isApplicationDefinition
14979
e517ad4c5b23 class: ApplicationDefinition
Stefan Vogel <sv@exept.de>
parents: 14976
diff changeset
  3250
    ^ self isAbstract not
9669
f0b5ad4fb4a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9623
diff changeset
  3251
f0b5ad4fb4a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9623
diff changeset
  3252
    "Created: / 23-08-2006 / 15:17:38 / cg"
9587
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
  3253
! !
172d616e9d8d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 9578
diff changeset
  3254
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3255
!ApplicationDefinition class methodsFor:'documentation'!
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3256
13731
7878d9e511ab changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13730
diff changeset
  3257
version
18501
1e7170250a51 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 18429
diff changeset
  3258
    ^ '$Header$'
13731
7878d9e511ab changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13730
diff changeset
  3259
!
7878d9e511ab changed: #bc_dot_mak
Claus Gittinger <cg@exept.de>
parents: 13730
diff changeset
  3260
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  3261
version_CVS
18501
1e7170250a51 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 18429
diff changeset
  3262
    ^ '$Header$'
12203
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  3263
!
485c127a702e changed:
Claus Gittinger <cg@exept.de>
parents: 12040
diff changeset
  3264
13417
23b97fa0be76 Jan's changes
vrany
parents: 13349
diff changeset
  3265
version_SVN
15228
bd8559a81c36 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 15218
diff changeset
  3266
    ^ '$ Id: ApplicationDefinition.st 10645 2011-06-09 15:28:45Z vranyj1  $'
9532
c897f2e72672 initial checkin
fm
parents:
diff changeset
  3267
! !
14645
29bcfa6db618 class: ApplicationDefinition
Claus Gittinger <cg@exept.de>
parents: 14541
diff changeset
  3268