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

Annotation of /dao/DelphiScanner/Components/tpsystools_4.04/examples/CBuilder/DbExport.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: 6262 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 = DbExport.exe
41     OBJFILES = DbExport.obj dbexprt0.obj
42     RESFILES = DbExport.res
43     DEFFILE =
44     RESDEPEN = $(RESFILES) dbexprt0.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=3
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    
112     [HistoryLists\hlLibraryPath]
113     Count=4
114     Item0=..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
115     Item1=..\..\..\systools;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
116     Item2=$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
117     Item3=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=2
125     Item0=_RTLDLL
126     Item1=_RTLDLL;USEPACKAGES
127    
128     [HistoryLists\hlUnitAliases]
129     Count=1
130     Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE
131    
132     [Debugging]
133     DebugSourceDirs=$(BCB)\source\vcl
134    
135     [Parameters]
136     RunParams=
137     HostApplication=
138    
139     !endif
140    
141     # ---------------------------------------------------------------------------
142     # MAKE SECTION
143     # ---------------------------------------------------------------------------
144     # This section of the project file is not used by the BCB IDE. It is for
145     # the benefit of building from the command-line using the MAKE utility.
146     # ---------------------------------------------------------------------------
147    
148     .autodepend
149     # ---------------------------------------------------------------------------
150     !if !$d(BCC32)
151     BCC32 = bcc32
152     !endif
153    
154     !if !$d(DCC32)
155     DCC32 = dcc32
156     !endif
157    
158     !if !$d(TASM32)
159     TASM32 = tasm32
160     !endif
161    
162     !if !$d(LINKER)
163     LINKER = ilink32
164     !endif
165    
166     !if !$d(BRCC32)
167     BRCC32 = brcc32
168     !endif
169     # ---------------------------------------------------------------------------
170     !if $d(PATHCPP)
171     .PATH.CPP = $(PATHCPP)
172     .PATH.C = $(PATHCPP)
173     !endif
174    
175     !if $d(PATHPAS)
176     .PATH.PAS = $(PATHPAS)
177     !endif
178    
179     !if $d(PATHASM)
180     .PATH.ASM = $(PATHASM)
181     !endif
182    
183     !if $d(PATHRC)
184     .PATH.RC = $(PATHRC)
185     !endif
186     # ---------------------------------------------------------------------------
187     $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
188     $(BCB)\BIN\$(LINKER) @&&!
189     $(LFLAGS) +
190     $(ALLOBJ), +
191     $(PROJECT),, +
192     $(ALLLIB), +
193     $(DEFFILE), +
194     $(ALLRES)
195     !
196     # ---------------------------------------------------------------------------
197     .pas.hpp:
198     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
199    
200     .pas.obj:
201     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
202    
203     .cpp.obj:
204     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
205    
206     .c.obj:
207     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
208    
209     .asm.obj:
210     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
211    
212     .rc.res:
213     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
214     # ---------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.20