stx_libview2.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 23 Oct 2012 19:24:17 +0200
changeset 3032 7771717a4087
parent 3031 e5621b8959a6
child 3042 820bd14492c0
permissions -rw-r--r--
stc compilation fix
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     1
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     3
              All Rights Reserved
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     4
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     5
 This software is furnished under a license and may be used
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     6
 only in accordance with the terms of that license and with the
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     8
 be provided or otherwise made available to, or used by, any
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     9
 other person.  No title to or ownership of the software is
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    10
 hereby transferred.
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    11
"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libview2' }"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libview2
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
2290
6827cdb5700a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2278
diff changeset
    18
	category:'* Projects & Packages *'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    21
!stx_libview2 class methodsFor:'documentation'!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    22
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    23
copyright
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    24
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    26
              All Rights Reserved
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    27
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    28
 This software is furnished under a license and may be used
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    29
 only in accordance with the terms of that license and with the
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    31
 be provided or otherwise made available to, or used by, any
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    32
 other person.  No title to or ownership of the software is
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    33
 hereby transferred.
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    34
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    35
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    36
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    37
documentation
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    38
"
3031
e5621b8959a6 comment
Claus Gittinger <cg@exept.de>
parents: 3010
diff changeset
    39
    Build- and package information for creation of the st/x standard library: stx_libview2.
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    40
    This library contains additional graphics-interfacing components and infrastructure.
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    41
"
2796
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
    42
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    43
! !
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
!stx_libview2 class methodsFor:'description'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    47
excludedFromPreRequisites
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    48
    "list all packages which should be ignored in the automatic
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    49
     preRequisites scan. See #preRequisites for more."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    50
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    51
    ^ #(
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    52
        #'stx:goodies/webServer'    "HTTPServer - referenced by ApplicationModel class>>startAsWebService:onPort: "
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    53
        #'stx:libcompat'    "TextAttributes - referenced by WindowBuilder>>resolveFont: "
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    54
        #'stx:libhtml'    "HTMLDocumentView - referenced by ApplicationModel>>openDocumentationFile: "
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    55
        #'stx:libtool'    "AboutBox - referenced by ToolApplicationModel class>>openAboutSTX "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    56
        #'stx:libtool2'    "ResourceSelectionBrowser - referenced by ResourceSpecEditor>>doLoad "
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    57
        #'stx:libui'    "UISpecification - referenced by UIBuilder>>buildWindowFromSpec: "
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    58
        #'stx:libwidg'    "Button - referenced by WindowBuilder>>resolveFont: "
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    59
        #'stx:libwidg2'    "MenuPanel - referenced by Menu>>showCenteredIn: "
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
    )
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    61
!
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    62
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    63
preRequisites
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    64
    "list all required packages.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    65
     This list can be maintained manually or (better) generated and
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    66
     updated by scanning the superclass hierarchies and looking for
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    67
     global variable accesses. (the browser has a menu function for that)
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    68
     Howevery, often too much is found, and you may want to explicitely
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    69
     exclude individual packages in the #excludedFromPrerequisites method."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    70
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    71
    ^ #(
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    72
        #'stx:libbasic'    "Object - superclass of PrinterContext "
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
    73
        #'stx:libbasic2'    "List - referenced by WindowBuilder>>listAspectFor: "
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    74
        #'stx:libview'    "SimpleView - superclass of ApplicationWindow "
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    75
    )
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    77
2176
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
    78
!stx_libview2 class methodsFor:'description - compilation'!
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
    79
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    80
additionalBaseAddressDefinition_bc_dot_mak
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    81
    "this is an optional definition, which (if present) may speed up the dll-loading a little
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    82
     on win32 systems."
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    83
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    84
    ^ '
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    85
# see stdHeader_bc for LIBVIEW2_BASE
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    86
LIB_BASE=$(LIBVIEW2_BASE)
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    87
'
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    88
!
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    89
2740
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    90
additionalDefinitions_bc_dot_mak
ac01b31e9f32 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2735
diff changeset
    91
    ^ '
2965
5a4445119181 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2959
diff changeset
    92
LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
5a4445119181 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2959
diff changeset
    93
2959
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    94
!!ifdef USEBC
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    95
LIBJPEG=$(LIBJPEG_DIR)\objbc\libjpeg.lib
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    96
!!else
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    97
!! ifdef USEVC
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    98
LIBJPEG=$(LIBJPEG_DIR)\objvc\libjpeg.lib
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
    99
!! else
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   100
!! endif
1168ad8c8c73 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2949
diff changeset
   101
!!endif
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   102
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   103
'
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   104
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   105
    "Created: / 22-08-2006 / 23:58:05 / cg"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   106
!
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   107
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
additionalDefinitions_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
    ^ '
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
NT_ADDITIONAL_DEFS::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
        @-echo "LIBJPEG_DIR=$$(TOP)\\support\\libjpeg-6a"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
        @-echo "LIBJPEG=$$(LIBJPEG_DIR)\libjpeg.lib"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
        @-echo "CLOCAL_INCL=-I$$(LIBJPEG_DIR)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
        @-echo "LOCALLIBS=$$(LIBJPEG)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
NT_ADDITIONAL_RULES::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
        @-echo "ALL:: $$(LIBJPEG)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
        @-echo "$$(LIBJPEG):
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
        @-echo "#cd $$(LIBJPEG_DIR)" | tr "#" "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
        @-echo "#make.exe -f makefile.bcc32" | tr "#" "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
        @-echo "#cd $$(TOP)\libview2" | tr ''#'' "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
    "Created: / 22-08-2006 / 23:50:57 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
2427
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   128
additionalLinkLibraries_bc_dot_mak
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   129
    ^ '$(LIBJPEG)'
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   130
!
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   131
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   132
additionalRules_bc_dot_mak
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
    ^ '
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   134
$(LIBJPEG):
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   135
        cd $(LIBJPEG_DIR)
2949
b03b88240620 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2887
diff changeset
   136
        $(MAKE_BAT)
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   137
        cd ..\..\libview2
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   138
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   139
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   140
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   141
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   142
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   144
    "Created: / 22-08-2006 / 23:58:29 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
additionalRules_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
    ^ '
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
#
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
# prelink JPEGReader.o with libjpeg
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
#
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
JPEGReader: $(LIBJPEG)
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   153
        @$(MAKE) JPEGReader.$(O) \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
                CC="$(LIBJPEG_CC)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
                OPT="$(LIBJPEG_OPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
                LOCALDEFS="-I$(LIBJPEG_DIR)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
                LIBNAME="$(LIBNAME)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
                STCOPT="$(STCOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
                STCLOCALOPT="$(STCLOCALOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
                CCLOCALOPT="$(CCLOCALOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
                LINKOBJRULE="$(LINKOBJRULE)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
        @if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
            echo; \
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   164
            echo "prelinking JPEGReader with libjpeg ..."; \
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165
            echo; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
            echo ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   167
            mv JPEGReader.$(O) __JPEGReader.$(O) && \
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   168
            ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG) && \
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
            rm -f __JPEGReader.$(O); \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
            echo; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
        fi
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   173
$(LIBJPEG): $(LIBJPEG_DIR)/.libs/libjpeg.a
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   174
        cp $(LIBJPEG_DIR)/.libs/libjpeg.a $(LIBJPEG)
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   175
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   176
$(LIBJPEG_DIR)/.libs/libjpeg.a: $(LIBJPEG_DIR)/Makefile $(LIBJPEG_DIR)/*.c $(LIBJPEG_DIR)/*.h
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
        @-echo
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   178
        @-echo "making libjpeg support library ..."
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
        @-echo
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   180
        cd $(LIBJPEG_DIR) \
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   181
            && $(MAKE) all CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)" 
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
2810
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   184
$(LIBJPEG_DIR)/Makefile:
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   185
        @-echo
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   186
        @-echo "configure libjpeg support library ..."
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   187
        @-echo
115f9b774f6c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2796
diff changeset
   188
        cd $(LIBJPEG_DIR) && ./configure
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
    "Created: / 22-08-2006 / 23:58:51 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   194
additionalTargets_bc_dot_mak
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   195
    "additional targets to be added to the nt.mak file."
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   196
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   197
    ^ '$(LIBJPEG)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   199
    "Created: / 23-08-2006 / 00:01:19 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
additionalTargets_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
    "additional targets to be added to the make.proto file."
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
    ^ 'JPEGReader'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   206
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   207
    "Created: / 22-08-2006 / 23:54:37 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   210
stcOptimizationOptions
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   211
    ^ '+optspace2 -warnNonStandard'
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   212
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   213
    "Created: / 23-08-2006 / 11:27:11 / cg"
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   214
! !
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   215
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   216
!stx_libview2 class methodsFor:'description - contents'!
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   217
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   218
classNamesAndAttributes
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   219
    "lists the classes which are to be included in the project.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   220
     Each entry in the list may be: a single class-name (symbol),
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   221
     or an array-literal consisting of class name and attributes.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   222
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   223
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   224
    ^ #(
2312
7a7a11fa4ff9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2290
diff changeset
   225
        "<className> or (<className> attributes...) in load order"
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   226
        (AVIReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   227
        ActiveHelpView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   228
        (ApplicationController autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   229
        ApplicationSubView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   230
        ApplicationWindow
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   231
        (BlitImageReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   232
        (BorderedWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   233
        (BoundedWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   234
        ColorValue
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   235
        (CompositePart autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   236
        (CompositeTransform autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   237
        (ConvertedValue autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   238
        (DependentPart autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   239
        DisplayObject
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   240
        (DisplayTransform autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   241
        DragAndDropManager
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   242
        DragHandler
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   243
        DrawAdaptor
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   244
        DropContext
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   245
        DropObject
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   246
        DropSource
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   247
        DropTarget
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   248
        EventListener
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   249
        ExternalTopView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   250
        (FLIReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   251
        (FaceReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   252
        (FillingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   253
        GIFReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   254
        (GeometricWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   255
        (HersheyFont autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   256
        Icon
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   257
        ImageFrame
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   258
        ImageSequence
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   259
        InputView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   260
        (Insets autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   261
        (IrisRGBReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   262
        JPEGReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   263
        KeyboardProcessor
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   264
        Layout
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   265
        (LayoutWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   266
        MIMETypeIconLibrary
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   267
        MIMETypes
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   268
        (MatrixTransform2x3 autoload)
2862
39f913242e2e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2838
diff changeset
   269
        Model
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   270
        Menu
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   271
        MenuItem
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   272
        MultiImage
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   273
        (PBMReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   274
        (PCXReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   275
        (PICTReader autoload)
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   276
        PNGReader
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   277
        (PluggableView autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   278
        PopUpBanner
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   279
        PrintConverter
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   280
        PrinterContext
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   281
        PropertyListDictionary
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   282
        (RIFFReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   283
        ResourceRetriever
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   284
        (ST80FormReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   285
        (ScreenLock autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   286
        StandardSystemController
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   287
        (StrokingOrFillingWrapper autoload)
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   288
        (StrokingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   289
        (SunRasterReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   290
        TIFFReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   291
        (TargaReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   292
        (TranslatingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   293
        TransparentBox
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   294
        (ViewForwardingController autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   295
        VisualRegion
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   296
        (WinPrinterContext win32)
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   297
        (WinPrinterStream win32)
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   298
        WindowBuilder
2577
9bed01bd4714 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2525
diff changeset
   299
        WindowsIconReader
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   300
        (Wrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   301
        XBMReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   302
        XPMReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   303
        (XWDReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   304
        #'stx_libview2'
2422
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   305
        ActiveHelp
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   306
        ApplicationModel
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   307
        LayoutOrigin
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   308
        Plug
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   309
        UIBuilder
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   310
        ValueModel
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   311
        VisualComponent
2422
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   312
        AlignmentOrigin
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   313
        BlockValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   314
        FlyByHelp
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   315
        IndirectValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   316
        LayoutFrame
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   317
        PluggableAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   318
        ProtocolAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   319
        SimpleDialog
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   320
        ToolApplicationModel
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   321
        ValueHolder
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   322
        VisualPart
2422
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   323
        AspectAdaptor
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   324
        BooleanBlockValue
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   325
        BooleanValueHolder
2422
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   326
        BufferedValueHolder
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   327
        DictionaryAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   328
        RangeAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   329
        ResourceSpecEditor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   330
        TriggerValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   331
        TypeConverter
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   332
        ValueHolderWithWeakDependents
2998
079e7fde8bc2 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2965
diff changeset
   333
        AspectAdaptorWithDefault
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   334
    )
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   335
!
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   336
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   337
extensionMethodNames
2838
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   338
    "lists the extension methods which are to be included in the project.
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   339
     Entries are 2-element array literals, consisting of class-name and selector."
c0eb9cb73d28 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2810
diff changeset
   340
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   341
    ^ #(
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   342
        CharacterArray asMimeType
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   343
    )
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   344
! !
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   345
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   346
!stx_libview2 class methodsFor:'description - project information'!
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   347
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   348
companyName
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   349
    "Return a companyname which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   350
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   351
    ^ 'eXept Software AG'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   352
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   353
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   354
description
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   355
    "Return a description string which will appear in nt.def / bc.def"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   356
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   357
    ^ 'Smalltalk/X Additional Graphic Interfacing'
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   358
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   359
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   360
legalCopyright
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   361
    "Return copyright string which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   362
3010
3d75dd48f9c6 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2998
diff changeset
   363
    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012'
2350
51be248dae3c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2349
diff changeset
   364
3010
3d75dd48f9c6 changed: #legalcopyright
Claus Gittinger <cg@exept.de>
parents: 2998
diff changeset
   365
    "Modified: / 18-07-2012 / 19:12:07 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   366
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   367
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   368
!stx_libview2 class methodsFor:'documentation'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   369
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   370
version
3032
7771717a4087 stc compilation fix
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3031
diff changeset
   371
    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.52 2012-10-23 17:24:17 vrany Exp $'
2796
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   372
!
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   373
9ca6422007ad automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2740
diff changeset
   374
version_CVS
3032
7771717a4087 stc compilation fix
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3031
diff changeset
   375
    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.52 2012-10-23 17:24:17 vrany Exp $'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   376
! !