bc.mak
author Stefan Vogel <sv@exept.de>
Thu, 11 Jan 2007 18:09:18 +0100
changeset 3162 de727a1b0724
parent 3154 b9f126379d70
child 3256 6334fcf91600
permissions -rw-r--r--
Rename stdRules_nt and stdHeader_nt to ..._bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3162
de727a1b0724 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3154
diff changeset
     1
# $Header: /cvs/stx/stx/libwidg2/bc.mak,v 1.63 2007-01-11 17:09:18 stefan Exp $
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
     2
#
3036
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
     3
# DO NOT EDIT 
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
     4
# automagically generated from the projectDefinition: stx_libwidg2.
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
     5
#
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
     6
# Warning: once you modify this file, do not rerun
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
     8
#
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    11
# The nt.mak supports the following targets:
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    13
#    bmake clean   - clean all temp files
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    14
#    bmake clobber - clean all
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
    15
#
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    16
#
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    17
TOP=..
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
2588
b5182c097c13 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2586
diff changeset
    19
3162
de727a1b0724 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3154
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
    21
2588
b5182c097c13 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2586
diff changeset
    22
!INCLUDE Make.spec
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
    23
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    24
LIBNAME=libstx_libwidg2
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    25
RESFILES=libwidg2.res
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    26
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libbasic2 -I$(INCLUDE_TOP)\stx\libbasic
2588
b5182c097c13 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2586
diff changeset
    27
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    28
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
    29
3036
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
    30
3162
de727a1b0724 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3154
diff changeset
    31
# see stdHeader_bc for LIBWIDG2_BASE
3059
455275846810 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3052
diff changeset
    32
# LIBWIDG2_BASE   =0x64500000
3052
8db2bcef5cd4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3043
diff changeset
    33
LIB_BASE_LD_ARG=-b:$(LIBWIDG2_BASE)
8db2bcef5cd4 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3043
diff changeset
    34
3036
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
    35
2986
4d8a46871ee5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2980
diff changeset
    36
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
    37
3036
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
    38
ALL::   $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
    39
3162
de727a1b0724 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 3154
diff changeset
    40
!INCLUDE $(TOP)\rules\stdRules_bc
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
    41
3036
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
    42
4d0f3d006d3c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3030
diff changeset
    43
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
    44
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
3117
d0d9cc500c4e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3108
diff changeset
    45
$(OUTDIR)CharacterSetView.$(O) CharacterSetView.$(H): CharacterSetView.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)
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    46
$(OUTDIR)CheckBox.$(O) CheckBox.$(H): CheckBox.st $(INCLUDE_TOP)\stx\libwidg\HorizontalPanelView.$(H) $(INCLUDE_TOP)\stx\libwidg\PanelView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    47
$(OUTDIR)ComboBoxButton.$(O) ComboBoxButton.$(H): ComboBoxButton.st $(INCLUDE_TOP)\stx\libwidg\Toggle.$(H) $(INCLUDE_TOP)\stx\libwidg\Button.$(H) $(INCLUDE_TOP)\stx\libwidg\Label.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    48
$(OUTDIR)ComboView.$(O) ComboView.$(H): ComboView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    49
$(OUTDIR)DSVColumnView.$(O) DSVColumnView.$(H): DSVColumnView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    50
$(OUTDIR)DSVLabelView.$(O) DSVLabelView.$(H): DSVLabelView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    51
$(OUTDIR)DataSetColumn.$(O) DataSetColumn.$(H): DataSetColumn.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    52
$(OUTDIR)DataSetLabel.$(O) DataSetLabel.$(H): DataSetLabel.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    53
$(OUTDIR)DataSetView.$(O) DataSetView.$(H): DataSetView.st $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    54
$(OUTDIR)DoWhatIMeanSupport.$(O) DoWhatIMeanSupport.$(H): DoWhatIMeanSupport.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    55
$(OUTDIR)EnterBoxWithList.$(O) EnterBoxWithList.$(H): EnterBoxWithList.st $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(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)
3085
d9f89b2c87df automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3076
diff changeset
    56
$(OUTDIR)ExtendedComboBox.$(O) ExtendedComboBox.$(H): ExtendedComboBox.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) $(INCLUDE_TOP)\stx\libview\PopUpView.$(H) $(INCLUDE_TOP)\stx\libview\TopView.$(H) $(STCHDR)
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    57
$(OUTDIR)FilenameEditField.$(O) FilenameEditField.$(H): FilenameEditField.st $(INCLUDE_TOP)\stx\libwidg\EditField.$(H) $(INCLUDE_TOP)\stx\libwidg\EditTextView.$(H) $(INCLUDE_TOP)\stx\libwidg\TextView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    58
$(OUTDIR)FilenameEnterBox.$(O) FilenameEnterBox.$(H): FilenameEnterBox.st $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    59
$(OUTDIR)GridBagConstraints.$(O) GridBagConstraints.$(H): GridBagConstraints.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    60
$(OUTDIR)GridBagLayoutInfo.$(O) GridBagLayoutInfo.$(H): GridBagLayoutInfo.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    61
$(OUTDIR)GridBagLayoutView.$(O) GridBagLayoutView.$(H): GridBagLayoutView.st $(INCLUDE_TOP)\stx\libwidg\PanelView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    62
$(OUTDIR)HierarchicalItem.$(O) HierarchicalItem.$(H): HierarchicalItem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    63
$(OUTDIR)HierarchicalList.$(O) HierarchicalList.$(H): HierarchicalList.st $(INCLUDE_TOP)\stx\libbasic2\List.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    64
$(OUTDIR)HierarchyNode.$(O) HierarchyNode.$(H): HierarchyNode.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    65
$(OUTDIR)ImageView.$(O) ImageView.$(H): ImageView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    66
$(OUTDIR)LabelledEnterField.$(O) LabelledEnterField.$(H): LabelledEnterField.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    67
$(OUTDIR)ListEntry.$(O) ListEntry.$(H): ListEntry.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    68
$(OUTDIR)ListModelView.$(O) ListModelView.$(H): ListModelView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    69
$(OUTDIR)MenuPanel.$(O) MenuPanel.$(H): MenuPanel.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    70
$(OUTDIR)MultipleItemSelectionWidget.$(O) MultipleItemSelectionWidget.$(H): MultipleItemSelectionWidget.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    71
$(OUTDIR)NoteBookView.$(O) NoteBookView.$(H): NoteBookView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    72
$(OUTDIR)PrintAbortDialog.$(O) PrintAbortDialog.$(H): PrintAbortDialog.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    73
$(OUTDIR)PrintingDialog.$(O) PrintingDialog.$(H): PrintingDialog.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    74
$(OUTDIR)ProgressIndicator.$(O) ProgressIndicator.$(H): ProgressIndicator.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    75
$(OUTDIR)SelectionInHierarchy.$(O) SelectionInHierarchy.$(H): SelectionInHierarchy.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    76
$(OUTDIR)SelectionInTree.$(O) SelectionInTree.$(H): SelectionInTree.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    77
$(OUTDIR)SelectionInTreeView.$(O) SelectionInTreeView.$(H): SelectionInTreeView.st $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    78
$(OUTDIR)Separator.$(O) Separator.$(H): Separator.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    79
$(OUTDIR)Slider.$(O) Slider.$(H): Slider.st $(INCLUDE_TOP)\stx\libwidg\Scroller.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    80
$(OUTDIR)SubCanvas.$(O) SubCanvas.$(H): SubCanvas.st $(INCLUDE_TOP)\stx\libwidg\ScrollableView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    81
$(OUTDIR)SyncedMultiColumnTextView.$(O) SyncedMultiColumnTextView.$(H): SyncedMultiColumnTextView.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    82
$(OUTDIR)TabItem.$(O) TabItem.$(H): TabItem.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    83
$(OUTDIR)TabSpecRuler.$(O) TabSpecRuler.$(H): TabSpecRuler.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    84
$(OUTDIR)TabWidget.$(O) TabWidget.$(H): TabWidget.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    85
$(OUTDIR)TabulatorSpecification.$(O) TabulatorSpecification.$(H): TabulatorSpecification.st $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    86
$(OUTDIR)TextBox.$(O) TextBox.$(H): TextBox.st $(INCLUDE_TOP)\stx\libwidg\EnterBox.$(H) $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    87
$(OUTDIR)TreeItem.$(O) TreeItem.$(H): TreeItem.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    88
$(OUTDIR)UpDownButton.$(O) UpDownButton.$(H): UpDownButton.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    89
$(OUTDIR)ViewScroller.$(O) ViewScroller.$(H): ViewScroller.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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    90
$(OUTDIR)stx_libwidg2.$(O) stx_libwidg2.$(H): stx_libwidg2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    91
$(OUTDIR)ColorMenu.$(O) ColorMenu.$(H): ColorMenu.st $(INCLUDE_TOP)\stx\libwidg2\MenuPanel.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    92
$(OUTDIR)ComboBoxView.$(O) ComboBoxView.$(H): ComboBoxView.st $(INCLUDE_TOP)\stx\libwidg2\ComboView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    93
$(OUTDIR)ComboListView.$(O) ComboListView.$(H): ComboListView.st $(INCLUDE_TOP)\stx\libwidg2\ComboView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    94
$(OUTDIR)FileSelectionItem.$(O) FileSelectionItem.$(H): FileSelectionItem.st $(INCLUDE_TOP)\stx\libwidg2\TreeItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    95
$(OUTDIR)FileSelectionTree.$(O) FileSelectionTree.$(H): FileSelectionTree.st $(INCLUDE_TOP)\stx\libwidg2\SelectionInTreeView.$(H) $(INCLUDE_TOP)\stx\libwidg\SelectionInListView.$(H) $(INCLUDE_TOP)\stx\libwidg\ListView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    96
$(OUTDIR)FontMenu.$(O) FontMenu.$(H): FontMenu.st $(INCLUDE_TOP)\stx\libwidg2\MenuPanel.$(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)
3085
d9f89b2c87df automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3076
diff changeset
    97
$(OUTDIR)HierarchicalFileList.$(O) HierarchicalFileList.$(H): HierarchicalFileList.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalList.$(H) $(INCLUDE_TOP)\stx\libbasic2\List.$(H) $(INCLUDE_TOP)\stx\libbasic\OrderedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    98
$(OUTDIR)HierarchicalItemWithLabel.$(O) HierarchicalItemWithLabel.$(H): HierarchicalItemWithLabel.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
    99
$(OUTDIR)HorizontalSlider.$(O) HorizontalSlider.$(H): HorizontalSlider.st $(INCLUDE_TOP)\stx\libwidg2\Slider.$(H) $(INCLUDE_TOP)\stx\libwidg\Scroller.$(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)
3117
d0d9cc500c4e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3108
diff changeset
   100
$(OUTDIR)ImageEditView.$(O) ImageEditView.$(H): ImageEditView.st $(INCLUDE_TOP)\stx\libwidg2\ImageView.$(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)
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   101
$(OUTDIR)ModelListEntry.$(O) ModelListEntry.$(H): ModelListEntry.st $(INCLUDE_TOP)\stx\libwidg2\ListEntry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   102
$(OUTDIR)MultiColListEntry.$(O) MultiColListEntry.$(H): MultiColListEntry.st $(INCLUDE_TOP)\stx\libwidg2\ListEntry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   103
$(OUTDIR)SelectionInListModelView.$(O) SelectionInListModelView.$(H): SelectionInListModelView.st $(INCLUDE_TOP)\stx\libwidg2\ListModelView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   104
$(OUTDIR)TabView.$(O) TabView.$(H): TabView.st $(INCLUDE_TOP)\stx\libwidg2\NoteBookView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   105
$(OUTDIR)TreeItemWithImage.$(O) TreeItemWithImage.$(H): TreeItemWithImage.st $(INCLUDE_TOP)\stx\libwidg2\TreeItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   106
$(OUTDIR)TwoColumnTextView.$(O) TwoColumnTextView.$(H): TwoColumnTextView.st $(INCLUDE_TOP)\stx\libwidg2\SyncedMultiColumnTextView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   107
$(OUTDIR)FilenameComboBoxView.$(O) FilenameComboBoxView.$(H): FilenameComboBoxView.st $(INCLUDE_TOP)\stx\libwidg2\ComboBoxView.$(H) $(INCLUDE_TOP)\stx\libwidg2\ComboView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   108
$(OUTDIR)HierarchicalItemWithLabelAndIcon.$(O) HierarchicalItemWithLabelAndIcon.$(H): HierarchicalItemWithLabelAndIcon.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   109
$(OUTDIR)HierarchicalListView.$(O) HierarchicalListView.$(H): HierarchicalListView.st $(INCLUDE_TOP)\stx\libwidg2\SelectionInListModelView.$(H) $(INCLUDE_TOP)\stx\libwidg2\ListModelView.$(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)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   110
$(OUTDIR)LabelAndIcon.$(O) LabelAndIcon.$(H): LabelAndIcon.st $(INCLUDE_TOP)\stx\libwidg2\ModelListEntry.$(H) $(INCLUDE_TOP)\stx\libwidg2\ListEntry.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   111
$(OUTDIR)HierarchicalItemWithLabelAndIconAndValue.$(O) HierarchicalItemWithLabelAndIconAndValue.$(H): HierarchicalItemWithLabelAndIconAndValue.st $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabelAndIcon.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItemWithLabel.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
3085
d9f89b2c87df automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3076
diff changeset
   112
$(OUTDIR)LicenceBox.$(O) LicenceBox.$(H): LicenceBox.st $(INCLUDE_TOP)\stx\libwidg\DialogBox.$(H) $(INCLUDE_TOP)\stx\libview\ModalBox.$(H) $(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)
3076
55dd0eb60909 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3066
diff changeset
   113
2242
f24399253120 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2218
diff changeset
   114
# ENDMAKEDEPEND --- do not remove this line