bc.mak
author Claus Gittinger <cg@exept.de>
Fri, 19 Oct 2007 15:23:18 +0200
changeset 2187 39825ff916b8
parent 2148 cfe50085e991
child 2287 410bf52c9289
permissions -rw-r--r--
menu UI
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
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    26
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
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    27
2086
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    28
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
1946
0f5db3944742 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1767
diff changeset
    29
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    30
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    31
# see stdHeader_bc for LIBTOOL2_BASE
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    32
# LIBTOOL2_BASE   =0x65000000
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    33
LIB_BASE_LD_ARG=-b:$(LIBTOOL2_BASE)
1767
061d98b4acbd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1765
diff changeset
    34
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    35
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    36
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    37
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    38
ALL::   $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    39
2148
cfe50085e991 Rename stdRules_nt and stdHeader_nt to ..._bc
Stefan Vogel <sv@exept.de>
parents: 2142
diff changeset
    40
!INCLUDE $(TOP)\rules\stdRules_bc
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    41
2065
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    42
c942a63683dd automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2060
diff changeset
    43
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    44
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
2142
d2d345b528fd automatically generated by browser
boris
parents: 2086
diff changeset
    45
$(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
    46
$(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)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    47
$(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
    48
$(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
    49
$(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)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    50
$(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) $(STCHDR)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    51
$(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
    52
$(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)
0c16a690ab66 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2065
diff changeset
    53
$(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
    54
$(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
    55
$(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
    56
$(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
    57
$(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
    58
$(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
    59
$(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
    60
$(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
    61
1615
52553b6d917d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1536
diff changeset
    62
# ENDMAKEDEPEND --- do not remove this line