bc.mak
author Stefan Vogel <sv@exept.de>
Wed, 04 Apr 2007 16:18:07 +0200
changeset 4748 fbbc9a20d88e
parent 4706 aefd5eae9f81
child 4862 daa4f7042178
permissions -rw-r--r--
Fix clipboard handling when Smalltalk objects are in the clipboard
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4748
fbbc9a20d88e Fix clipboard handling when Smalltalk objects are in the clipboard
Stefan Vogel <sv@exept.de>
parents: 4706
diff changeset
     1
# $Header: /cvs/stx/stx/libview/bc.mak,v 1.58 2007-04-04 14:18:07 stefan Exp $
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
     2
#
4748
fbbc9a20d88e Fix clipboard handling when Smalltalk objects are in the clipboard
Stefan Vogel <sv@exept.de>
parents: 4706
diff changeset
     3
# DO NOT EDIT
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     4
# automagically generated from the projectDefinition: stx_libview.
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     5
#
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     6
# Warning: once you modify this file, do not rerun
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
     8
#
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    11
# The nt.mak supports the following targets:
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    13
#    bmake clean   - clean all temp files
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    14
#    bmake clobber - clean all
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    15
#
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    16
#
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    17
TOP=..
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    19
4690
f68d06dd5401 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 4684
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    21
4545
ae3b41b3ad66 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4450
diff changeset
    22
!INCLUDE Make.spec
4273
1ba790db6d93 *** empty log message ***
ca
parents: 3959
diff changeset
    23
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    24
LIBNAME=libstx_libview
4556
e53583f7a902 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4546
diff changeset
    25
RESFILES=libview.res
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    26
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    27
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    28
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
4695
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    29
LOCALLIBS=
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    30
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    31
4695
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    32
# see stdHeader_bc for LIBVIEW_BASE
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    33
LIB_BASE_LD_ARG=-b:$(LIBVIEW_BASE)
733814c90449 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4690
diff changeset
    34
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    35
4546
4b84310a855f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4545
diff changeset
    36
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
4b84310a855f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4545
diff changeset
    37
4748
fbbc9a20d88e Fix clipboard handling when Smalltalk objects are in the clipboard
Stefan Vogel <sv@exept.de>
parents: 4706
diff changeset
    38
ALL::  $(BINDIR)\$(LIBNAME).dll
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    39
4690
f68d06dd5401 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 4684
diff changeset
    40
!INCLUDE $(TOP)\rules\stdRules_bc
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    41
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    42
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    43
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    44
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    45
$(OUTDIR)Color.$(O) Color.$(H): Color.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    46
$(OUTDIR)Colormap.$(O) Colormap.$(H): Colormap.st $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    47
$(OUTDIR)Controller.$(O) Controller.$(H): Controller.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    48
$(OUTDIR)Cursor.$(O) Cursor.$(H): Cursor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    49
$(OUTDIR)DeviceHandle.$(O) DeviceHandle.$(H): DeviceHandle.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    50
$(OUTDIR)FontDescription.$(O) FontDescription.$(H): FontDescription.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    51
$(OUTDIR)GraphicsContext.$(O) GraphicsContext.$(H): GraphicsContext.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    52
$(OUTDIR)GraphicsDevice.$(O) GraphicsDevice.$(H): GraphicsDevice.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    53
$(OUTDIR)Image.$(O) Image.$(H): Image.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    54
$(OUTDIR)ImageReader.$(O) ImageReader.$(H): ImageReader.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    55
$(OUTDIR)KeyboardForwarder.$(O) KeyboardForwarder.$(H): KeyboardForwarder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    56
$(OUTDIR)KeyboardMap.$(O) KeyboardMap.$(H): KeyboardMap.st $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    57
$(OUTDIR)OpenGLConstants.$(O) OpenGLConstants.$(H): OpenGLConstants.st $(INCLUDE_TOP)\stx\libbasic\SharedPool.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    58
$(OUTDIR)ResourcePack.$(O) ResourcePack.$(H): ResourcePack.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    59
$(OUTDIR)WindowEvent.$(O) WindowEvent.$(H): WindowEvent.st $(INCLUDE_TOP)\stx\libbasic\MessageSend.$(H) $(INCLUDE_TOP)\stx\libbasic\Message.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    60
$(OUTDIR)WindowGroup.$(O) WindowGroup.$(H): WindowGroup.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    61
$(OUTDIR)WindowSensor.$(O) WindowSensor.$(H): WindowSensor.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    62
$(OUTDIR)WindowingTransformation.$(O) WindowingTransformation.$(H): WindowingTransformation.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    63
$(OUTDIR)stx_libview.$(O) stx_libview.$(H): stx_libview.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    64
$(OUTDIR)ColorPalette.$(O) ColorPalette.$(H): ColorPalette.st $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    65
$(OUTDIR)Depth16Image.$(O) Depth16Image.$(H): Depth16Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    66
$(OUTDIR)Depth1Image.$(O) Depth1Image.$(H): Depth1Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    67
$(OUTDIR)Depth24Image.$(O) Depth24Image.$(H): Depth24Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    68
$(OUTDIR)Depth2Image.$(O) Depth2Image.$(H): Depth2Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    69
$(OUTDIR)Depth32Image.$(O) Depth32Image.$(H): Depth32Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    70
$(OUTDIR)Depth4Image.$(O) Depth4Image.$(H): Depth4Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    71
$(OUTDIR)Depth8Image.$(O) Depth8Image.$(H): Depth8Image.st $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    72
$(OUTDIR)DeviceGraphicsContext.$(O) DeviceGraphicsContext.$(H): DeviceGraphicsContext.st $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    73
$(OUTDIR)Font.$(O) Font.$(H): Font.st $(INCLUDE_TOP)\stx\libview\FontDescription.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    74
$(OUTDIR)HostGraphicsDevice.$(O) HostGraphicsDevice.$(H): HostGraphicsDevice.st $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    75
$(OUTDIR)SynchronousWindowSensor.$(O) SynchronousWindowSensor.$(H): SynchronousWindowSensor.st $(INCLUDE_TOP)\stx\libview\WindowSensor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    76
$(OUTDIR)ViewStyle.$(O) ViewStyle.$(H): ViewStyle.st $(INCLUDE_TOP)\stx\libview\ResourcePack.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    77
$(OUTDIR)DeviceWorkstation.$(O) DeviceWorkstation.$(H): DeviceWorkstation.st $(INCLUDE_TOP)\stx\libview\HostGraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    78
$(OUTDIR)GraphicsMedium.$(O) GraphicsMedium.$(H): GraphicsMedium.st $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    79
$(OUTDIR)ImageMask.$(O) ImageMask.$(H): ImageMask.st $(INCLUDE_TOP)\stx\libview\Depth1Image.$(H) $(INCLUDE_TOP)\stx\libview\Image.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    80
$(OUTDIR)MappedPalette.$(O) MappedPalette.$(H): MappedPalette.st $(INCLUDE_TOP)\stx\libview\ColorPalette.$(H) $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4684
13dc553c11cb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4603
diff changeset
    81
$(OUTDIR)DisplaySurface.$(O) DisplaySurface.$(H): DisplaySurface.st $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
13dc553c11cb automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4603
diff changeset
    82
$(OUTDIR)Form.$(O) Form.$(H): Form.st $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    83
$(OUTDIR)MonoMappedPalette.$(O) MonoMappedPalette.$(H): MonoMappedPalette.st $(INCLUDE_TOP)\stx\libview\MappedPalette.$(H) $(INCLUDE_TOP)\stx\libview\ColorPalette.$(H) $(INCLUDE_TOP)\stx\libview\Colormap.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    84
$(OUTDIR)DisplayRootView.$(O) DisplayRootView.$(H): DisplayRootView.st $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    85
$(OUTDIR)SimpleView.$(O) SimpleView.$(H): SimpleView.st $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    86
$(OUTDIR)ShadowView.$(O) ShadowView.$(H): ShadowView.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    87
$(OUTDIR)View.$(O) View.$(H): View.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    88
$(OUTDIR)TopView.$(O) TopView.$(H): TopView.st $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    89
$(OUTDIR)PopUpView.$(O) PopUpView.$(H): PopUpView.st $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    90
$(OUTDIR)StandardSystemView.$(O) StandardSystemView.$(H): StandardSystemView.st $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    91
$(OUTDIR)ModalBox.$(O) ModalBox.$(H): ModalBox.st $(INCLUDE_TOP)\stx\libview\StandardSystemView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4701
d744f7fc8424 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 4695
diff changeset
    92
$(OUTDIR)WinWorkstation.$(O) WinWorkstation.$(H): WinWorkstation.st $(INCLUDE_TOP)\stx\libview\DeviceWorkstation.$(H) $(INCLUDE_TOP)\stx\libview\HostGraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libview\DeviceHandle.$(H) $(STCHDR)
4748
fbbc9a20d88e Fix clipboard handling when Smalltalk objects are in the clipboard
Stefan Vogel <sv@exept.de>
parents: 4706
diff changeset
    93
$(OUTDIR)WinPrinter.$(O) WinPrinter.$(H): WinPrinter.st $(INCLUDE_TOP)\stx\libview\WinWorkstation.$(H) $(INCLUDE_TOP)\stx\libview\DeviceWorkstation.$(H) $(INCLUDE_TOP)\stx\libview\HostGraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsDevice.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
4589
ea5d10cb3666 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4581
diff changeset
    94
3959
344656e5ada8 dll addresses
Claus Gittinger <cg@exept.de>
parents: 3890
diff changeset
    95
# ENDMAKEDEPEND --- do not remove this line