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

Contents of /dao/DelphiScanner/Components/tpsystools_4.04/examples/CBuilder/Ex2DArr.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: 4347 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 VERSION = BCB.03
27 # ---------------------------------------------------------------------------
28 !ifndef BCB
29 BCB = $(MAKEDIR)\..
30 !endif
31 # ---------------------------------------------------------------------------
32 PROJECT = Ex2DArr.exe
33 OBJFILES = Ex2DArr.obj Ex2DArrU.obj
34 RESFILES = Ex2DArr.res
35 RESDEPEN = $(RESFILES) Ex2DArrU.dfm
36 LIBFILES =
37 LIBRARIES = vcldbx35.lib vcldb35.lib vclx35.lib vcl35.lib
38 SPARELIBS = vcl35.lib vclx35.lib vcldb35.lib vcldbx35.lib
39 PACKAGES = vclx35.bpi VCL35.bpi
40 PATHASM = .;
41 PATHCPP = .;
42 PATHPAS = .;
43 PATHRC = .;
44 DEBUGLIBPATH = $(BCB)\lib\debug
45 RELEASELIBPATH = $(BCB)\lib\release
46 DEFFILE =
47 # ---------------------------------------------------------------------------
48 CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx
49 CFLAG2 = -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source \
50 -H=$(BCB)\lib\vcld.csm
51 CFLAG3 =
52 PFLAGS = -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE \
53 -U..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
54 -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source -$Y -$W \
55 -$O- -v -JPHNV -M
56 RFLAGS = -i..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source
57 AFLAGS = /i..\..\ /i$(BCB)\include /i$(BCB)\include\vcl /i..\..\packages /i..\..\source \
58 /mx /w2 /zd /d_RTLDLL /dUSEPACKAGES
59 LFLAGS = -L..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
60 -aa -Tpe -x -v
61 IFLAGS =
62 LINKER = ilink32
63 # ---------------------------------------------------------------------------
64 ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
65 ALLRES = $(RESFILES)
66 ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
67 # ---------------------------------------------------------------------------
68 .autodepend
69
70 !ifdef IDEOPTIONS
71
72 [Version Info]
73 IncludeVerInfo=0
74 AutoIncBuild=0
75 MajorVer=1
76 MinorVer=0
77 Release=0
78 Build=0
79 Debug=0
80 PreRelease=0
81 Special=0
82 Private=0
83 DLL=0
84 Locale=1033
85 CodePage=1252
86
87 [Version Info Keys]
88 FileVersion=1.0.0.0
89
90 [HistoryLists\hlIncludePath]
91 Count=2
92 Item0=..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source
93 Item1=..\..\;$(BCB)\include;$(BCB)\include\vcl
94
95 [HistoryLists\hlLibraryPath]
96 Count=3
97 Item0=..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
98 Item1=..\..\..\systools;..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
99 Item2=..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
100
101 [HistoryLists\hlDebugSourcePath]
102 Count=1
103 Item0=
104
105 [HistoryLists\hlConditionals]
106 Count=1
107 Item0=_RTLDLL;USEPACKAGES
108
109 [HistoryLists\hlUnitAliases]
110 Count=1
111 Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE
112
113 [Debugging]
114 DebugSourceDirs=
115
116 [Parameters]
117 RunParams=
118 HostApplication=
119
120 !endif
121
122 $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
123 $(BCB)\BIN\$(LINKER) @&&!
124 $(LFLAGS) +
125 $(ALLOBJ), +
126 $(PROJECT),, +
127 $(ALLLIB), +
128 $(DEFFILE), +
129 $(ALLRES)
130 !
131
132 .pas.hpp:
133 $(BCB)\BIN\dcc32 $(PFLAGS) { $** }
134
135 .pas.obj:
136 $(BCB)\BIN\dcc32 $(PFLAGS) { $** }
137
138 .cpp.obj:
139 $(BCB)\BIN\bcc32 $(CFLAG1) $(CFLAG2) -o$* $*
140
141 .c.obj:
142 $(BCB)\BIN\bcc32 $(CFLAG1) $(CFLAG2) -o$* $**
143
144 .rc.res:
145 $(BCB)\BIN\brcc32 $(RFLAGS) $<
146 #-----------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.20