|
|
1.23 misha 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="main"
6: SccProjectName="main"
7: SccAuxPath=""
8: SccLocalPath=".."
9: SccProvider="MSSCCI:Jalindi Igloo"
10: Keyword="MFCProj">
11: <Platforms>
12: <Platform
13: Name="Win32"/>
14: </Platforms>
15: <Configurations>
16: <Configuration
17: Name="Release|Win32"
18: OutputDirectory=".\Release"
19: IntermediateDirectory=".\Release"
20: ConfigurationType="4"
21: UseOfMFC="0"
22: ATLMinimizesCRunTimeLibraryUsage="FALSE">
23: <Tool
24: Name="VCCLCompilerTool"
25: Optimization="2"
26: GlobalOptimizations="TRUE"
27: InlineFunctionExpansion="1"
1.24 misha 28: OptimizeForWindowsApplication="TRUE"
1.23 misha 29: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
30: PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
31: StringPooling="TRUE"
32: RuntimeLibrary="2"
33: EnableFunctionLevelLinking="TRUE"
1.24 misha 34: RuntimeTypeInfo="TRUE"
1.23 misha 35: UsePrecompiledHeader="2"
36: PrecompiledHeaderFile=".\Release/main.pch"
37: AssemblerListingLocation=".\Release/"
38: ObjectFile=".\Release/"
39: ProgramDataBaseFileName=".\Release/"
40: WarningLevel="4"
41: SuppressStartupBanner="TRUE"
42: DebugInformationFormat="3"
43: CompileAs="2"/>
44: <Tool
45: Name="VCCustomBuildTool"/>
46: <Tool
47: Name="VCLibrarianTool"
48: AdditionalDependencies="..\..\..\win32\pcre\Release\pcre.lib"
49: OutputFile=".\Release\main.lib"
50: SuppressStartupBanner="TRUE"/>
51: <Tool
52: Name="VCMIDLTool"/>
53: <Tool
54: Name="VCPostBuildEventTool"/>
55: <Tool
56: Name="VCPreBuildEventTool"/>
57: <Tool
58: Name="VCPreLinkEventTool"/>
59: <Tool
60: Name="VCResourceCompilerTool"
61: PreprocessorDefinitions="NDEBUG"
62: Culture="1049"/>
63: <Tool
64: Name="VCWebServiceProxyGeneratorTool"/>
65: <Tool
66: Name="VCXMLDataGeneratorTool"/>
67: <Tool
68: Name="VCManagedWrapperGeneratorTool"/>
69: <Tool
70: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71: </Configuration>
72: <Configuration
73: Name="Debug|Win32"
74: OutputDirectory=".\Debug"
75: IntermediateDirectory=".\Debug"
76: ConfigurationType="4"
77: UseOfMFC="2"
78: ATLMinimizesCRunTimeLibraryUsage="FALSE">
79: <Tool
80: Name="VCCLCompilerTool"
81: Optimization="0"
82: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\..\..\win32\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
83: PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
84: BasicRuntimeChecks="3"
85: RuntimeLibrary="3"
1.24 misha 86: RuntimeTypeInfo="TRUE"
1.23 misha 87: UsePrecompiledHeader="2"
88: PrecompiledHeaderFile=".\Debug/main.pch"
89: AssemblerListingLocation=".\Debug/"
90: ObjectFile=".\Debug/"
91: ProgramDataBaseFileName=".\Debug/"
92: BrowseInformation="1"
93: WarningLevel="4"
94: SuppressStartupBanner="TRUE"
95: DebugInformationFormat="3"
96: CompileAs="2"/>
97: <Tool
98: Name="VCCustomBuildTool"/>
99: <Tool
100: Name="VCLibrarianTool"
101: AdditionalDependencies="..\..\..\win32\pcre\Debug\pcre.lib"
102: OutputFile=".\Debug\main.lib"
103: SuppressStartupBanner="TRUE"/>
104: <Tool
105: Name="VCMIDLTool"/>
106: <Tool
107: Name="VCPostBuildEventTool"/>
108: <Tool
109: Name="VCPreBuildEventTool"/>
110: <Tool
111: Name="VCPreLinkEventTool"/>
112: <Tool
113: Name="VCResourceCompilerTool"
114: PreprocessorDefinitions="_DEBUG"
115: Culture="1049"/>
116: <Tool
117: Name="VCWebServiceProxyGeneratorTool"/>
118: <Tool
119: Name="VCXMLDataGeneratorTool"/>
120: <Tool
121: Name="VCManagedWrapperGeneratorTool"/>
122: <Tool
123: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124: </Configuration>
125: </Configurations>
126: <References>
127: </References>
128: <Files>
129: <Filter
130: Name="sql"
131: Filter="">
132: <File
133: RelativePath="..\sql\pa_sql_driver.h">
134: </File>
135: </Filter>
136: <File
137: RelativePath=".\compile.C">
138: </File>
139: <File
140: RelativePath=".\compile.tab.C">
141: </File>
142: <File
143: RelativePath="compile.y">
144: <FileConfiguration
145: Name="Release|Win32">
146: <Tool
147: Name="VCCustomBuildTool"
148: Description="Compiling grammar..."
149: CommandLine="cd "$(InputDir)"
150: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
151: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C
152: "
153: Outputs="compile.tab.C"/>
154: </FileConfiguration>
155: <FileConfiguration
156: Name="Debug|Win32">
157: <Tool
158: Name="VCCustomBuildTool"
159: Description="Compiling grammar..."
160: CommandLine="cd "$(InputDir)"
161: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C -S/../../../cygdrive/y/parser3project/win32/tools/yacc.c
162: "
163: Outputs="compile.tab.C"/>
164: </FileConfiguration>
165: </File>
166: <File
167: RelativePath=".\compile_tools.C">
168: </File>
169: <File
170: RelativePath=".\compile_tools.h">
171: </File>
172: <File
173: RelativePath=".\execute.C">
174: </File>
175: <File
176: RelativePath="..\include\pa_array.h">
177: </File>
178: <File
179: RelativePath=".\pa_cache_managers.C">
180: </File>
181: <File
182: RelativePath="..\include\pa_cache_managers.h">
183: </File>
184: <File
185: RelativePath=".\pa_charset.C">
186: </File>
187: <File
188: RelativePath="..\include\pa_charset.h">
189: </File>
190: <File
191: RelativePath=".\pa_charsets.C">
192: </File>
193: <File
194: RelativePath="..\include\pa_charsets.h">
195: </File>
196: <File
197: RelativePath=".\pa_common.C">
198: </File>
199: <File
200: RelativePath="..\include\pa_common.h">
201: </File>
202: <File
203: RelativePath="..\include\pa_config_fixed.h">
204: </File>
205: <File
206: RelativePath="..\include\pa_config_includes.h">
207: </File>
208: <File
209: RelativePath=".\pa_dictionary.C">
210: </File>
211: <File
212: RelativePath="..\include\pa_dictionary.h">
213: </File>
214: <File
215: RelativePath=".\pa_dir.C">
216: </File>
217: <File
218: RelativePath="..\include\pa_dir.h">
219: </File>
220: <File
221: RelativePath=".\pa_exception.C">
222: </File>
223: <File
224: RelativePath="..\include\pa_exception.h">
225: </File>
226: <File
227: RelativePath=".\pa_exec.C">
228: </File>
229: <File
230: RelativePath="..\include\pa_exec.h">
231: </File>
232: <File
233: RelativePath=".\pa_globals.C">
234: </File>
235: <File
236: RelativePath="..\include\pa_globals.h">
237: </File>
238: <File
239: RelativePath="..\include\pa_hash.h">
240: </File>
241: <File
242: RelativePath=".\pa_http.C">
243: </File>
244: <File
245: RelativePath="..\include\pa_http.h">
246: </File>
247: <File
248: RelativePath=".\pa_memory.C">
249: </File>
250: <File
251: RelativePath="..\include\pa_memory.h">
252: </File>
253: <File
254: RelativePath="..\include\pa_opcode.h">
255: </File>
256: <File
257: RelativePath="..\include\pa_operation.h">
258: </File>
259: <File
260: RelativePath=".\pa_os.C">
261: </File>
262: <File
263: RelativePath="..\include\pa_os.h">
264: </File>
265: <File
266: RelativePath=".\pa_pool.C">
267: </File>
268: <File
269: RelativePath="..\include\pa_pool.h">
270: </File>
271: <File
272: RelativePath=".\pa_random.C">
273: </File>
274: <File
275: RelativePath="..\include\pa_random.h">
276: </File>
277: <File
278: RelativePath=".\pa_request.C">
279: </File>
280: <File
281: RelativePath="..\include\pa_request.h">
282: </File>
283: <File
284: RelativePath="..\include\pa_request_charsets.h">
285: </File>
286: <File
287: RelativePath="..\include\pa_request_info.h">
288: </File>
289: <File
290: RelativePath="..\include\pa_sapi.h">
291: </File>
292: <File
293: RelativePath=".\pa_socks.C">
294: </File>
295: <File
296: RelativePath="..\include\pa_socks.h">
297: </File>
298: <File
299: RelativePath="..\include\pa_sql_connection.h">
300: </File>
301: <File
302: RelativePath=".\pa_sql_driver_manager.C">
303: </File>
304: <File
305: RelativePath="..\include\pa_sql_driver_manager.h">
306: </File>
307: <File
308: RelativePath="..\include\pa_stack.h">
309: </File>
310: <File
311: RelativePath=".\pa_string.C">
312: </File>
313: <File
314: RelativePath="..\include\pa_string.h">
315: </File>
316: <File
317: RelativePath=".\pa_stylesheet_connection.C">
318: </File>
319: <File
320: RelativePath="..\include\pa_stylesheet_connection.h">
321: </File>
322: <File
323: RelativePath=".\pa_stylesheet_manager.C">
324: </File>
325: <File
326: RelativePath="..\include\pa_stylesheet_manager.h">
327: </File>
328: <File
329: RelativePath=".\pa_table.C">
330: </File>
331: <File
332: RelativePath="..\include\pa_table.h">
333: </File>
334: <File
335: RelativePath="..\include\pa_threads.h">
336: </File>
337: <File
338: RelativePath="..\include\pa_types.h">
339: </File>
340: <File
341: RelativePath=".\pa_uue.C">
342: </File>
343: <File
344: RelativePath="..\include\pa_uue.h">
345: </File>
346: <File
347: RelativePath="..\include\pa_version.h">
348: </File>
349: <File
350: RelativePath=".\pa_xml_exception.C">
351: </File>
352: <File
353: RelativePath="..\include\pa_xml_exception.h">
354: </File>
355: <File
356: RelativePath=".\pa_xml_io.C">
357: </File>
358: <File
359: RelativePath="..\include\pa_xml_io.h">
360: </File>
361: <File
362: RelativePath=".\untaint.C">
363: </File>
364: </Files>
365: <Globals>
366: </Globals>
367: </VisualStudioProject>