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

Contents of /dao/DelphiScanner/Components/tpsystools_4.04/examples/CBuilder/ExEnumF.bpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (show annotations) (download)
Tue Aug 25 18:15:15 2015 UTC (8 years, 8 months ago) by torben
File size: 5948 byte(s)
Added tpsystools component
1 # * ***** 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 = ExEnumF.exe
41 OBJFILES = ExEnumF.obj exenumfu.obj
42 RESFILES = ExEnumF.res
43 DEFFILE =
44 RESDEPEN = $(RESFILES) exenumfu.dfm
45 LIBFILES =
46 LIBRARIES = vcldbx35.lib vcldb35.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 -H=$(BCB)\lib\vcld.csm
59 CFLAG3 =
60 PFLAGS = -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE \
61 -U..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
62 -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source -$Y -$W -$O- -v -JPHNV -M
63 RFLAGS = -i..\..\;$(BCB)\include;$(BCB)\include\vcl
64 AFLAGS = /i..\..\ /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd /d_RTLDLL \
65 /dUSEPACKAGES
66 LFLAGS = -L..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) -aa -Tpe -x -v
67 IFLAGS =
68 LINKER = ilink32
69 # ---------------------------------------------------------------------------
70 ALLOBJ = c0w32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
71 ALLRES = $(RESFILES)
72 ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
73 # ---------------------------------------------------------------------------
74 !ifdef IDEOPTIONS
75
76 [Version Info]
77 IncludeVerInfo=0
78 AutoIncBuild=0
79 MajorVer=1
80 MinorVer=0
81 Release=0
82 Build=0
83 Debug=0
84 PreRelease=0
85 Special=0
86 Private=0
87 DLL=0
88 Locale=1033
89 CodePage=1252
90
91 [Version Info Keys]
92 CompanyName=
93 FileDescription=
94 FileVersion=1.0.0.0
95 InternalName=
96 LegalCopyright=
97 LegalTrademarks=
98 OriginalFilename=
99 ProductName=
100 ProductVersion=1.0.0.0
101 Comments=
102
103 [Excluded Packages]
104 C:\SysTools\S400bd35.bpl=TurboPower SysTools 4.00 (Beta 4) DB Design-time package - VCL35
105
106 [HistoryLists\hlIncludePath]
107 Count=2
108 Item0=$(BCB)\include;$(BCB)\include\vcl;c:\SysTools
109 Item1=$(BCB)\include;$(BCB)\include\vcl
110
111 [HistoryLists\hlLibraryPath]
112 Count=2
113 Item0=..\..\..\..\..\..\cmp\rz\libbcb3;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
114 Item1=$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
115
116 [HistoryLists\hlDebugSourcePath]
117 Count=1
118 Item0=$(BCB)\source\vcl
119
120 [HistoryLists\hlConditionals]
121 Count=1
122 Item0=_RTLDLL;USEPACKAGES
123
124 [Debugging]
125 DebugSourceDirs=$(BCB)\source\vcl
126
127 [Parameters]
128 RunParams=
129 HostApplication=
130
131 !endif
132
133 # ---------------------------------------------------------------------------
134 # MAKE SECTION
135 # ---------------------------------------------------------------------------
136 # This section of the project file is not used by the BCB IDE. It is for
137 # the benefit of building from the command-line using the MAKE utility.
138 # ---------------------------------------------------------------------------
139
140 .autodepend
141 # ---------------------------------------------------------------------------
142 !if !$d(BCC32)
143 BCC32 = bcc32
144 !endif
145
146 !if !$d(DCC32)
147 DCC32 = dcc32
148 !endif
149
150 !if !$d(TASM32)
151 TASM32 = tasm32
152 !endif
153
154 !if !$d(LINKER)
155 LINKER = ilink32
156 !endif
157
158 !if !$d(BRCC32)
159 BRCC32 = brcc32
160 !endif
161 # ---------------------------------------------------------------------------
162 !if $d(PATHCPP)
163 .PATH.CPP = $(PATHCPP)
164 .PATH.C = $(PATHCPP)
165 !endif
166
167 !if $d(PATHPAS)
168 .PATH.PAS = $(PATHPAS)
169 !endif
170
171 !if $d(PATHASM)
172 .PATH.ASM = $(PATHASM)
173 !endif
174
175 !if $d(PATHRC)
176 .PATH.RC = $(PATHRC)
177 !endif
178 # ---------------------------------------------------------------------------
179 $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
180 $(BCB)\BIN\$(LINKER) @&&!
181 $(LFLAGS) +
182 $(ALLOBJ), +
183 $(PROJECT),, +
184 $(ALLLIB), +
185 $(DEFFILE), +
186 $(ALLRES)
187 !
188 # ---------------------------------------------------------------------------
189 .pas.hpp:
190 $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
191
192 .pas.obj:
193 $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
194
195 .cpp.obj:
196 $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
197
198 .c.obj:
199 $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
200
201 .asm.obj:
202 $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
203
204 .rc.res:
205 $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
206 # ---------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.20