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

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

  ViewVC Help
Powered by ViewVC 1.1.20