/[projects]/dao/DelphiScanner/Components/tpsystools_4.04/examples/CBuilder/DataMerg.bpr
ViewVC logotype

Annotation of /dao/DelphiScanner/Components/tpsystools_4.04/examples/CBuilder/DataMerg.bpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (hide annotations) (download)
Tue Aug 25 18:15:15 2015 UTC (8 years, 9 months ago) by torben
File size: 6215 byte(s)
Added tpsystools component
1 torben 2671 # * ***** BEGIN LICENSE BLOCK *****
2     # * Version: MPL 1.1
3     # *
4     # * The contents of this file are subject to the Mozilla Public License Version
5     # * 1.1 (the "License"); you may not use this file except in compliance with
6     # * the License. You may obtain a copy of the License at
7     # * http://www.mozilla.org/MPL/
8     # *
9     # * Software distributed under the License is distributed on an "AS IS" basis,
10     # * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11     # * for the specific language governing rights and limitations under the
12     # * License.
13     # *
14     # * The Original Code is TurboPower SysTools
15     # *
16     # * The Initial Developer of the Original Code is
17     # * TurboPower Software
18     # *
19     # * Portions created by the Initial Developer are Copyright (C) 1996-2002
20     # * the Initial Developer. All Rights Reserved.
21     # *
22     # * Contributor(s):
23     # *
24     # * ***** END LICENSE BLOCK *****
25     # ---------------------------------------------------------------------------
26     !if !$d(BCB)
27     BCB = $(MAKEDIR)\..
28     !endif
29    
30     # ---------------------------------------------------------------------------
31     # IDE SECTION
32     # ---------------------------------------------------------------------------
33     # The following section of the project makefile is managed by the BCB IDE.
34     # It is recommended to use the IDE to change any of the values in this
35     # section.
36     # ---------------------------------------------------------------------------
37    
38     VERSION = BCB.03
39     # ---------------------------------------------------------------------------
40     PROJECT = DataMerg.exe
41     OBJFILES = DataMerg.obj datamrg0.obj
42     RESFILES = DataMerg.res
43     DEFFILE =
44     RESDEPEN = $(RESFILES) datamrg0.dfm
45     LIBFILES =
46     LIBRARIES = vcldbx35.lib vcldb35.lib vclx35.lib vcl35.lib
47     SPARELIBS = vcl35.lib vclx35.lib vcldb35.lib vcldbx35.lib
48     PACKAGES = vclx35.bpi VCL35.bpi
49     PATHASM = .;
50     PATHCPP = .;
51     PATHPAS = .;
52     PATHRC = .;
53     DEBUGLIBPATH = $(BCB)\lib\debug
54     RELEASELIBPATH = $(BCB)\lib\release
55     DEFFILE =
56     # ---------------------------------------------------------------------------
57     CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx
58     CFLAG2 = -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source \
59     -H=$(BCB)\lib\vcld.csm
60     CFLAG3 =
61     PFLAGS = -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE \
62     -U..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
63     -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source -$Y -$W \
64     -$O- -v -JPHNV -M
65     RFLAGS = -i..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source
66     AFLAGS = /i..\..\ /i$(BCB)\include /i$(BCB)\include\vcl /i..\..\packages /i..\..\source \
67     /mx /w2 /zd /d_RTLDLL /dUSEPACKAGES
68     LFLAGS = -L..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
69     -aa -Tpe -x -v
70     IFLAGS =
71     LINKER = ilink32
72     # ---------------------------------------------------------------------------
73     ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
74     ALLRES = $(RESFILES)
75     ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
76     # ---------------------------------------------------------------------------
77     !ifdef IDEOPTIONS
78    
79     [Version Info]
80     IncludeVerInfo=0
81     AutoIncBuild=0
82     MajorVer=1
83     MinorVer=0
84     Release=0
85     Build=0
86     Debug=0
87     PreRelease=0
88     Special=0
89     Private=0
90     DLL=0
91     Locale=1033
92     CodePage=1252
93    
94     [Version Info Keys]
95     CompanyName=
96     FileDescription=
97     FileVersion=1.0.0.0
98     InternalName=
99     LegalCopyright=
100     LegalTrademarks=
101     OriginalFilename=
102     ProductName=
103     ProductVersion=1.0.0.0
104     Comments=
105    
106     [HistoryLists\hlIncludePath]
107     Count=4
108     Item0=..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source
109     Item1=$(BCB)\include;$(BCB)\include\vcl;..\..
110     Item2=$(BCB)\include;$(BCB)\include\vcl;c:\systools
111     Item3=$(BCB)\include;$(BCB)\include\vcl
112    
113     [HistoryLists\hlLibraryPath]
114     Count=3
115     Item0=..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
116     Item1=$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
117     Item2=d:\cmp\rz\libbcb3;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
118    
119     [HistoryLists\hlDebugSourcePath]
120     Count=1
121     Item0=$(BCB)\source\vcl
122    
123     [HistoryLists\hlConditionals]
124     Count=1
125     Item0=_RTLDLL;USEPACKAGES
126    
127     [HistoryLists\hlUnitAliases]
128     Count=1
129     Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE
130    
131     [Debugging]
132     DebugSourceDirs=$(BCB)\source\vcl
133    
134     [Parameters]
135     RunParams=
136     HostApplication=
137    
138     !endif
139    
140     # ---------------------------------------------------------------------------
141     # MAKE SECTION
142     # ---------------------------------------------------------------------------
143     # This section of the project file is not used by the BCB IDE. It is for
144     # the benefit of building from the command-line using the MAKE utility.
145     # ---------------------------------------------------------------------------
146    
147     .autodepend
148     # ---------------------------------------------------------------------------
149     !if !$d(BCC32)
150     BCC32 = bcc32
151     !endif
152    
153     !if !$d(DCC32)
154     DCC32 = dcc32
155     !endif
156    
157     !if !$d(TASM32)
158     TASM32 = tasm32
159     !endif
160    
161     !if !$d(LINKER)
162     LINKER = ilink32
163     !endif
164    
165     !if !$d(BRCC32)
166     BRCC32 = brcc32
167     !endif
168     # ---------------------------------------------------------------------------
169     !if $d(PATHCPP)
170     .PATH.CPP = $(PATHCPP)
171     .PATH.C = $(PATHCPP)
172     !endif
173    
174     !if $d(PATHPAS)
175     .PATH.PAS = $(PATHPAS)
176     !endif
177    
178     !if $d(PATHASM)
179     .PATH.ASM = $(PATHASM)
180     !endif
181    
182     !if $d(PATHRC)
183     .PATH.RC = $(PATHRC)
184     !endif
185     # ---------------------------------------------------------------------------
186     $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
187     $(BCB)\BIN\$(LINKER) @&&!
188     $(LFLAGS) +
189     $(ALLOBJ), +
190     $(PROJECT),, +
191     $(ALLLIB), +
192     $(DEFFILE), +
193     $(ALLRES)
194     !
195     # ---------------------------------------------------------------------------
196     .pas.hpp:
197     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
198    
199     .pas.obj:
200     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
201    
202     .cpp.obj:
203     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
204    
205     .c.obj:
206     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
207    
208     .asm.obj:
209     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
210    
211     .rc.res:
212     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
213     # ---------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.20