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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (hide annotations) (download)
Tue Aug 25 18:15:15 2015 UTC (8 years, 10 months ago) by torben
File size: 4331 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     VERSION = BCB.03
27     # ---------------------------------------------------------------------------
28     !ifndef BCB
29     BCB = $(MAKEDIR)\..
30     !endif
31     # ---------------------------------------------------------------------------
32     PROJECT = ExVrInfo.exe
33     OBJFILES = ExVrInfo.obj ExVInfoU.obj
34     RESFILES = ExVrInfo.res
35     RESDEPEN = $(RESFILES) ExVInfoU.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 -H=$(BCB)\lib\vcld.csm
50     CFLAG3 =
51     PFLAGS = -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE \
52     -U..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) \
53     -I..\..\;$(BCB)\include;$(BCB)\include\vcl;..\..\packages;..\..\source -$Y -$W -$O- -v -JPHNV -M
54     RFLAGS = -i..\..\;$(BCB)\include;$(BCB)\include\vcl
55     AFLAGS = /i..\..\ /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zd /d_RTLDLL \
56     /dUSEPACKAGES
57     LFLAGS = -L..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source;$(DEBUGLIBPATH) -aa -Tpe -x -v
58     IFLAGS =
59     LINKER = ilink32
60     # ---------------------------------------------------------------------------
61     ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
62     ALLRES = $(RESFILES)
63     ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib
64     # ---------------------------------------------------------------------------
65     .autodepend
66    
67     !ifdef IDEOPTIONS
68    
69     [Version Info]
70     IncludeVerInfo=1
71     AutoIncBuild=0
72     MajorVer=2
73     MinorVer=0
74     Release=1
75     Build=0
76     Debug=0
77     PreRelease=0
78     Special=0
79     Private=0
80     DLL=0
81     Locale=1033
82     CodePage=1252
83    
84     [Version Info Keys]
85     CompanyName=TurboPower Software Co.
86     FileDescription=SysTools Version Info Example
87     FileVersion=2.0.1.0
88     InternalName=Nuttin
89     LegalCopyright=Copyright (c) 1998-2002, TurboPower Software Co.
90     LegalTrademarks=
91     OriginalFilename=I dunno
92     ProductName=SysTools 2
93     ProductVersion=2.0.0.0
94     Comments=Test
95     ExtraInfo1=Some extra version info
96     ExtraInfo2=More extra stuff
97    
98     [HistoryLists\hlIncludePath]
99     Count=1
100     Item0=..\..\;$(BCB)\include;$(BCB)\include\vcl
101    
102     [HistoryLists\hlLibraryPath]
103     Count=1
104     Item0=..\..\;$(BCB)\lib\obj;$(BCB)\lib;..\..\packages;..\..\source
105    
106     [HistoryLists\hlConditionals]
107     Count=1
108     Item0=_RTLDLL;USEPACKAGES
109    
110     [HistoryLists\hlUnitAliases]
111     Count=1
112     Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE
113    
114     [Debugging]
115     DebugSourceDirs=
116    
117     [Parameters]
118     RunParams=
119     HostApplication=
120    
121     !endif
122    
123     $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
124     $(BCB)\BIN\$(LINKER) @&&!
125     $(LFLAGS) +
126     $(ALLOBJ), +
127     $(PROJECT),, +
128     $(ALLLIB), +
129     $(DEFFILE), +
130     $(ALLRES)
131     !
132    
133     .pas.hpp:
134     $(BCB)\BIN\dcc32 $(PFLAGS) { $** }
135    
136     .pas.obj:
137     $(BCB)\BIN\dcc32 $(PFLAGS) { $** }
138    
139     .cpp.obj:
140     $(BCB)\BIN\bcc32 $(CFLAG1) $(CFLAG2) -o$* $*
141    
142     .c.obj:
143     $(BCB)\BIN\bcc32 $(CFLAG1) $(CFLAG2) -o$* $**
144    
145     .rc.res:
146     $(BCB)\BIN\brcc32 $(RFLAGS) $<
147     #-----------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.20