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

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

  ViewVC Help
Powered by ViewVC 1.1.20