bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 10 Jun 2009 21:33:24 +0200
changeset 2561 e5a66f3365d6
parent 2490 4f05f9fb089e
child 2586 21543455e209
permissions -rw-r--r--
handles fixed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
     1
# $Header$
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
     2
#
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     3
# DO NOT EDIT 
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     4
# automagically generated from the projectDefinition: stx_libtool2.
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     5
#
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     6
# Warning: once you modify this file, do not rerun
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     8
#
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    11
# The nt.mak supports the following targets:
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    13
#    bmake clean   - clean all temp files
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    14
#    bmake clobber - clean all
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    15
#
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    16
#
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    17
TOP=..
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    19
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    20
!INCLUDE $(TOP)\rules\stdHeader_bc
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    21
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    22
!INCLUDE Make.spec
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    23
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    24
LIBNAME=libstx_libtool2
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    25
RESFILES=libtool2.res
1946
0f5db3944742 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    26
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    27
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    28
# see stdHeader_bc for LIBTOOL2_BASE
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    29
# LIBTOOL2_BASE   =0x65000000
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    30
LIB_BASE_LD_ARG=-b:$(LIBTOOL2_BASE)
1767
061d98b4acbd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1765
diff changeset
    31
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    32
2287
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    33
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libview -I$(INCLUDE_TOP)\stx\libwidg -I$(INCLUDE_TOP)\stx\libview2 -I$(INCLUDE_TOP)\stx\libwidg2 -I$(INCLUDE_TOP)\stx\libbasic
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    34
LOCALDEFINES=
2287
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    35
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    36
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    37
LOCALLIBS=
410bf52c9289 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2148
diff changeset
    38
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    39
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    40
2490
4f05f9fb089e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2470
diff changeset
    41
ALL::  classLibRule
4f05f9fb089e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2470
diff changeset
    42
4f05f9fb089e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2470
diff changeset
    43
classLibRule: $(OUTDIR)$(LIBNAME).dll
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    44
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    45
!INCLUDE $(TOP)\rules\stdRules_bc
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    46
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    47
# build all prerequisite packages for this package
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    48
prereq:
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    49
	pushd ..\libbasic & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    50
	pushd ..\goodies\refactoryBrowser\parser & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    51
	pushd ..\libbasic2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    52
	pushd ..\libcomp & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    53
	pushd ..\libview & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    54
	pushd ..\libbasic3 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    55
	pushd ..\libview2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    56
	pushd ..\libui & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    57
	pushd ..\libwidg & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    58
	pushd ..\libwidg2 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    59
	pushd ..\libwidg3 & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    60
	pushd ..\libtool & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    61
	pushd ..\librun & bmake "CFLAGS_LOCAL=$(GLOBALDEFINES) "
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    62
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    63
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    64
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    65
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    66
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2142
d2d345b528fd automatically generated by browser
boris
parents: 2086
diff changeset
    67
$(OUTDIR)ColorEditDialog.$(O) ColorEditDialog.$(H): ColorEditDialog.st $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    68
$(OUTDIR)DataSetBuilder.$(O) DataSetBuilder.$(H): DataSetBuilder.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\Array.$(H) $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(STCHDR)
2303
17d06263ee96 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2287
diff changeset
    69
$(OUTDIR)FlyByWindowInformation.$(O) FlyByWindowInformation.$(H): FlyByWindowInformation.st $(INCLUDE_TOP)\stx\libview2\FlyByHelp.$(H) $(INCLUDE_TOP)\stx\libview2\ActiveHelp.$(H) $(INCLUDE_TOP)\stx\libview2\EventListener.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    70
$(OUTDIR)ImageEditor.$(O) ImageEditor.$(H): ImageEditor.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    71
$(OUTDIR)MenuEditor.$(O) MenuEditor.$(H): MenuEditor.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    72
$(OUTDIR)SelectionBrowser.$(O) SelectionBrowser.$(H): SelectionBrowser.st $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2462
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    73
$(OUTDIR)TabListEditor.$(O) TabListEditor.$(H): TabListEditor.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
5bfc40558728 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2303
diff changeset
    74
$(OUTDIR)UIGalleryView.$(O) UIGalleryView.$(H): UIGalleryView.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) $(INCLUDE_TOP)\stx\libview2\DropObject.$(H) $(STCHDR)
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    75
$(OUTDIR)UIHelpTool.$(O) UIHelpTool.$(H): UIHelpTool.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\HierarchicalItem.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    76
$(OUTDIR)UILayoutTool.$(O) UILayoutTool.$(H): UILayoutTool.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2470
9c6837f0b250 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2462
diff changeset
    77
$(OUTDIR)UIListEditor.$(O) UIListEditor.$(H): UIListEditor.st $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    78
$(OUTDIR)UIObjectView.$(O) UIObjectView.$(H): UIObjectView.st $(INCLUDE_TOP)\stx\libwidg\ObjectView.$(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)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    79
$(OUTDIR)UIPainter.$(O) UIPainter.$(H): UIPainter.st $(INCLUDE_TOP)\stx\libview2\ResourceSpecEditor.$(H) $(INCLUDE_TOP)\stx\libview2\ToolApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(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) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    80
$(OUTDIR)UISelectionPanel.$(O) UISelectionPanel.$(H): UISelectionPanel.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    81
$(OUTDIR)UISpecificationTool.$(O) UISpecificationTool.$(H): UISpecificationTool.st $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libwidg2\ViewScroller.$(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) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    82
$(OUTDIR)stx_libtool2.$(O) stx_libtool2.$(H): stx_libtool2.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    83
$(OUTDIR)FileSelectionBrowser.$(O) FileSelectionBrowser.$(H): FileSelectionBrowser.st $(INCLUDE_TOP)\stx\libtool2\SelectionBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    84
$(OUTDIR)ResourceSelectionBrowser.$(O) ResourceSelectionBrowser.$(H): ResourceSelectionBrowser.st $(INCLUDE_TOP)\stx\libtool2\SelectionBrowser.$(H) $(INCLUDE_TOP)\stx\libview2\SimpleDialog.$(H) $(INCLUDE_TOP)\stx\libview2\ApplicationModel.$(H) $(INCLUDE_TOP)\stx\libview2\Model.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    85
$(OUTDIR)UIPainterView.$(O) UIPainterView.$(H): UIPainterView.st $(INCLUDE_TOP)\stx\libtool2\UIObjectView.$(H) $(INCLUDE_TOP)\stx\libwidg\ObjectView.$(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)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    86
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    87
# ENDMAKEDEPEND --- do not remove this line