stx_libview2.st
author Claus Gittinger <cg@exept.de>
Mon, 07 Sep 2009 20:45:59 +0200
changeset 2736 4798b0251087
parent 2735 f98f6f348949
child 2740 ac01b31e9f32
permissions -rw-r--r--
*** empty log message ***
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
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libview2.
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
"
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    42
! !
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libview2 class methodsFor:'description'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    46
excludedFromPreRequisites
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    47
    ^ #(
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    48
        #'stx:libhtml'    "HTMLDocumentView - referenced by ToolApplicationModel>>openHTMLDocument: "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    49
        #'stx:libtool'    "AboutBox - referenced by ToolApplicationModel class>>openAboutSTX "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    50
        #'stx:libtool2'    "ResourceSelectionBrowser - referenced by ResourceSpecEditor>>doLoad "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    51
        #'stx:libui'    "CompositeSpec - referenced by UIBuilder>>newComposite "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    52
        #'stx:libwidg'    "PopUpMenu - referenced by Menu>>asOldStylePopUpMenuFor: "
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    53
        #'stx:libwidg2'    "MenuPanel - referenced by Menu>>showCenteredIn: "
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
    54
        #'stx:libcompat'    "TextAttributes - referenced by WindowBuilder>>resolveFont: "
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
    55
        #'stx:goodies/webServer'    "HTTPServer - referenced by ApplicationModel class>>startAsWebService:onPort: "
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
    )
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    57
!
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    58
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    59
preRequisites
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    60
    ^ #(
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
    61
        #'stx:libbasic'    "Object - superclass of AlignmentOrigin "
2515
d465801cd221 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 2508
diff changeset
    62
        #'stx:libbasic2'    "PrinterStream - superclass of WinPrinterStream "
2332
6635722bdb85 Fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 2319
diff changeset
    63
        #'stx:libview'    "SimpleView - superclass of ApplicationWindow "
2245
7d7e5ee0f972 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2230
diff changeset
    64
    )
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
2176
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
    67
!stx_libview2 class methodsFor:'description - compilation'!
6486f04fa88d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2160
diff changeset
    68
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    69
additionalDefinitions_bc_dot_mak
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    70
    ^ '
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    71
# see stdHeader_bc for LIBVIEW2_BASE
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    72
# LIBVIEW2_BASE   =0x61800000
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    73
LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    74
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    75
LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    76
LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    77
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    78
'
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    79
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    80
    "Created: / 22-08-2006 / 23:58:05 / cg"
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    81
!
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
    82
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
additionalDefinitions_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
    ^ '
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
NT_ADDITIONAL_DEFS::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
        @-echo "LIBJPEG_DIR=$$(TOP)\\support\\libjpeg-6a"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
        @-echo "LIBJPEG=$$(LIBJPEG_DIR)\libjpeg.lib"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
        @-echo "CLOCAL_INCL=-I$$(LIBJPEG_DIR)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
        @-echo "LOCALLIBS=$$(LIBJPEG)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
NT_ADDITIONAL_RULES::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
        @-echo "ALL:: $$(LIBJPEG)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
        @-echo "$$(LIBJPEG):
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
        @-echo "#cd $$(LIBJPEG_DIR)" | tr "#" "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
        @-echo "#make.exe -f makefile.bcc32" | tr "#" "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
        @-echo "#cd $$(TOP)\libview2" | tr ''#'' "\\011"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    98
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
    "Created: / 22-08-2006 / 23:50:57 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
2427
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   103
additionalLinkLibraries_bc_dot_mak
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   104
    ^ '$(LIBJPEG)'
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   105
!
aa5ea28f0f87 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
   106
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   107
additionalRules_bc_dot_mak
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
    ^ '
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   109
$(LIBJPEG):
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   110
        cd $(LIBJPEG_DIR)
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   111
        bmake
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   112
        cd ..\..\libview2
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   113
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   114
$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   115
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   116
$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   119
    "Created: / 22-08-2006 / 23:58:29 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
additionalRules_make_dot_proto
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
# prelink JPEGReader.o with libjpeg
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
#
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
JPEGReader: $(LIBJPEG)
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
        @$(MAKE) JPEGReader.$(O) \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   129
                CC="$(LIBJPEG_CC)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
                OPT="$(LIBJPEG_OPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
                LOCALDEFS="-I$(LIBJPEG_DIR)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   132
                LIBNAME="$(LIBNAME)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
                STCOPT="$(STCOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
                STCLOCALOPT="$(STCLOCALOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
                CCLOCALOPT="$(CCLOCALOPT)" \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
                LINKOBJRULE="$(LINKOBJRULE)"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
        @if [ "$(NO_PRELINK_LIBJPEG)" = "" ]; then \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
            mv JPEGReader.$(O) __JPEGReader.$(O); \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
            echo; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   140
            echo "prelinking JPEGReader with libjpg ..."; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
            echo; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   142
            echo ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
            ld $(LD_REL_FLAG) -o JPEGReader.$(O) __JPEGReader.$(O) $(LIBJPEG); \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   144
            rm -f __JPEGReader.$(O); \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
            echo; \
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
        fi
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
$(LIBJPEG)::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
        @-echo "making libjpg support library ..."
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
        -(cd $(LIBJPEG_DIR) ; $(MAKE) libjpeg.a CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)")
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   153
        @-echo
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
Makefiles::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
        -( cd $(LIBJPEG_DIR) ; configure )
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
additionalMakefiles::
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
        -( cd $(LIBJPEG_DIR) ; configure ) 
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
    "Created: / 22-08-2006 / 23:58:51 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   165
additionalTargets_bc_dot_mak
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   166
    "additional targets to be added to the nt.mak file."
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   168
    ^ '$(LIBJPEG)'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
2278
f733925f01c6 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 2245
diff changeset
   170
    "Created: / 23-08-2006 / 00:01:19 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
additionalTargets_make_dot_proto
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
    "additional targets to be added to the make.proto file."
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
    ^ 'JPEGReader'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
    "Created: / 22-08-2006 / 23:54:37 / cg"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   181
stcOptimizationOptions
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   182
    ^ '+optspace2 -warnNonStandard'
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   183
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   184
    "Created: / 23-08-2006 / 11:27:11 / cg"
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   185
! !
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   186
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   187
!stx_libview2 class methodsFor:'description - contents'!
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   188
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   189
classNamesAndAttributes
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   190
    ^ #(
2312
7a7a11fa4ff9 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2290
diff changeset
   191
        "<className> or (<className> attributes...) in load order"
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   192
        (AVIReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   193
        ActiveHelpView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   194
        (ApplicationController autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   195
        ApplicationSubView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   196
        ApplicationWindow
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   197
        (BlitImageReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   198
        (BorderedWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   199
        (BoundedWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   200
        ColorValue
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   201
        (CompositePart autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   202
        (CompositeTransform autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   203
        (ConvertedValue autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   204
        (DependentPart autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   205
        DisplayObject
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   206
        (DisplayTransform autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   207
        DragAndDropManager
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   208
        DragHandler
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   209
        DropContext
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   210
        DropObject
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   211
        DropSource
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   212
        DropTarget
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   213
        EventListener
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   214
        ExternalTopView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   215
        (FLIReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   216
        (FaceReader autoload)
2643
Claus Gittinger <cg@exept.de>
parents: 2642
diff changeset
   217
        (StrokingOrFillingWrapper autoload)
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   218
        (FillingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   219
        GIFReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   220
        (GeometricWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   221
        (HersheyFont autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   222
        Icon
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   223
        (ImageFrame autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   224
        (ImageSequence autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   225
        InputView
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   226
        (Insets autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   227
        (IrisRGBReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   228
        JPEGReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   229
        KeyboardProcessor
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   230
        Layout
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   231
        (LayoutWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   232
        MIMETypeIconLibrary
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   233
        MIMETypes
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   234
        (MatrixTransform2x3 autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   235
        Menu
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   236
        MenuItem
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   237
        Model
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   238
        MultiImage
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   239
        (PBMReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   240
        (PCXReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   241
        (PICTReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   242
        (PluggableView autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   243
        PopUpBanner
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   244
        PrintConverter
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   245
        PrinterContext
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   246
        PropertyListDictionary
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   247
        (RIFFReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   248
        ResourceRetriever
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   249
        (ST80FormReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   250
        (ScreenLock autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   251
        StandardSystemController
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   252
        (StrokingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   253
        (SunRasterReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   254
        TIFFReader
2717
f8cc0591bffb automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2650
diff changeset
   255
        PNGReader
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   256
        (TargaReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   257
        (TranslatingWrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   258
        TransparentBox
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   259
        (ViewForwardingController autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   260
        VisualComponent
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   261
        VisualRegion
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   262
        WindowBuilder
2577
9bed01bd4714 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2525
diff changeset
   263
        WindowsIconReader
2319
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   264
        (Wrapper autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   265
        XBMReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   266
        XPMReader
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   267
        (XWDReader autoload)
c8a63339cd67 Mark win32 classes
Stefan Vogel <sv@exept.de>
parents: 2318
diff changeset
   268
        #'stx_libview2'
2422
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   269
        ActiveHelp
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   270
        ApplicationModel
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   271
        LayoutOrigin
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   272
        Plug
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   273
        UIBuilder
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   274
        ValueModel
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   275
        VisualPart
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   276
        AlignmentOrigin
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   277
        BlockValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   278
        FlyByHelp
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   279
        IndirectValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   280
        LayoutFrame
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   281
        PluggableAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   282
        ProtocolAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   283
        SimpleDialog
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   284
        ToolApplicationModel
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   285
        ValueHolder
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   286
        AspectAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   287
        BufferedValueHolder
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   288
        DictionaryAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   289
        RangeAdaptor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   290
        ResourceSpecEditor
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   291
        TriggerValue
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   292
        TypeConverter
75c136f26fc9 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2350
diff changeset
   293
        ValueHolderWithWeakDependents
2318
409a63a2636c *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2312
diff changeset
   294
        (WinPrinterStream win32)
409a63a2636c *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 2312
diff changeset
   295
        (WinPrinterContext win32)
2459
ee3a60818115 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2427
diff changeset
   296
        BooleanValueHolder
2471
1a6efb24a484 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2459
diff changeset
   297
        BooleanBlockValue
2508
39db50fe8137 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2471
diff changeset
   298
        DrawAdaptor
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   299
    )
2729
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   300
!
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   301
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   302
extensionMethodNames
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   303
    ^ #(
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   304
        CharacterArray asMimeType
0b3fbe23a9e7 +extensions
Claus Gittinger <cg@exept.de>
parents: 2723
diff changeset
   305
    )
2201
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   306
! !
cc2f5b83a021 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2198
diff changeset
   307
2192
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   308
!stx_libview2 class methodsFor:'description - project information'!
ed4bfebac711 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2183
diff changeset
   309
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   310
companyName
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   311
    "Return a companyname which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   312
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
    ^ 'eXept Software AG'
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   314
!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   315
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   316
description
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   317
    "Return a description string which will appear in nt.def / bc.def"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   318
2152
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   319
    ^ 'Smalltalk/X Additional Graphic Interfacing'
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   320
!
9c76a6023c5f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
   321
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   322
legalCopyright
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   323
    "Return copyright string which will appear in <lib>.rc"
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   324
2597
299cbb71458a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2577
diff changeset
   325
    ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
2350
51be248dae3c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2349
diff changeset
   326
51be248dae3c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2349
diff changeset
   327
    "Modified: / 08-11-2007 / 16:59:12 / cg"
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   328
! !
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   329
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   330
!stx_libview2 class methodsFor:'documentation'!
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   331
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   332
version
2735
f98f6f348949 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2729
diff changeset
   333
    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.39 2009-09-03 15:57:53 cg Exp $'
2151
ee49fc31b2d6 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   334
! !