|
|
1.23 misha 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="main"
1.29 moko 6: ProjectGUID="{650C3584-6F31-4CDE-9A4E-42BAAD4EA88E}"
1.23 misha 7: SccProjectName="main"
8: SccAuxPath=""
9: SccLocalPath=".."
10: SccProvider="MSSCCI:Jalindi Igloo"
11: Keyword="MFCProj">
12: <Platforms>
13: <Platform
14: Name="Win32"/>
15: </Platforms>
16: <Configurations>
17: <Configuration
18: Name="Release|Win32"
19: OutputDirectory=".\Release"
20: IntermediateDirectory=".\Release"
21: ConfigurationType="4"
22: UseOfMFC="0"
23: ATLMinimizesCRunTimeLibraryUsage="FALSE">
24: <Tool
25: Name="VCCLCompilerTool"
26: Optimization="2"
27: GlobalOptimizations="TRUE"
28: InlineFunctionExpansion="1"
1.24 misha 29: OptimizeForWindowsApplication="TRUE"
1.32 moko 30: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\punycode;..\..\..\win32\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include\libxml2;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.23 misha 31: PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
32: StringPooling="TRUE"
1.36 moko 33: RuntimeLibrary="0"
1.23 misha 34: EnableFunctionLevelLinking="TRUE"
1.38 moko 35: RuntimeTypeInfo="TRUE"
1.23 misha 36: UsePrecompiledHeader="2"
37: PrecompiledHeaderFile=".\Release/main.pch"
38: AssemblerListingLocation=".\Release/"
39: ObjectFile=".\Release/"
40: ProgramDataBaseFileName=".\Release/"
41: WarningLevel="4"
42: SuppressStartupBanner="TRUE"
43: DebugInformationFormat="3"
44: CompileAs="2"/>
45: <Tool
46: Name="VCCustomBuildTool"/>
47: <Tool
48: Name="VCLibrarianTool"
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"
1.32 moko 82: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\punycode;..\..\..\win32\pcre;..\sql;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include\libxml2;..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
1.23 misha 83: PreprocessorDefinitions="_DEBUG;_LIB;WIN32"
84: BasicRuntimeChecks="3"
1.36 moko 85: RuntimeLibrary="1"
1.38 moko 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: OutputFile=".\Debug\main.lib"
102: SuppressStartupBanner="TRUE"/>
103: <Tool
104: Name="VCMIDLTool"/>
105: <Tool
106: Name="VCPostBuildEventTool"/>
107: <Tool
108: Name="VCPreBuildEventTool"/>
109: <Tool
110: Name="VCPreLinkEventTool"/>
111: <Tool
112: Name="VCResourceCompilerTool"
113: PreprocessorDefinitions="_DEBUG"
114: Culture="1049"/>
115: <Tool
116: Name="VCWebServiceProxyGeneratorTool"/>
117: <Tool
118: Name="VCXMLDataGeneratorTool"/>
119: <Tool
120: Name="VCManagedWrapperGeneratorTool"/>
121: <Tool
122: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
123: </Configuration>
124: </Configurations>
125: <References>
126: </References>
127: <Files>
128: <Filter
129: Name="sql"
130: Filter="">
131: <File
132: RelativePath="..\sql\pa_sql_driver.h">
133: </File>
134: </Filter>
135: <File
136: RelativePath=".\compile.C">
137: </File>
138: <File
139: RelativePath=".\compile.tab.C">
140: </File>
141: <File
142: RelativePath="compile.y">
143: <FileConfiguration
1.35 moko 144: Name="Release|Win32"
145: ExcludedFromBuild="TRUE">
1.23 misha 146: <Tool
147: Name="VCCustomBuildTool"
148: Description="Compiling grammar..."
149: CommandLine="cd "$(InputDir)"
1.27 misha 150: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 151: "
152: Outputs="compile.tab.C"/>
153: </FileConfiguration>
154: <FileConfiguration
1.35 moko 155: Name="Debug|Win32"
156: ExcludedFromBuild="TRUE">
1.23 misha 157: <Tool
158: Name="VCCustomBuildTool"
159: Description="Compiling grammar..."
160: CommandLine="cd "$(InputDir)"
1.27 misha 161: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 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
1.33 moko 203: RelativePath=".\pa_base64.C">
204: </File>
205: <File
206: RelativePath="..\include\pa_base64.h">
207: </File>
208: <File
1.23 misha 209: RelativePath="..\include\pa_config_fixed.h">
210: </File>
211: <File
212: RelativePath="..\include\pa_config_includes.h">
213: </File>
214: <File
215: RelativePath=".\pa_dictionary.C">
216: </File>
217: <File
218: RelativePath="..\include\pa_dictionary.h">
219: </File>
220: <File
221: RelativePath=".\pa_dir.C">
222: </File>
223: <File
224: RelativePath="..\include\pa_dir.h">
225: </File>
226: <File
227: RelativePath=".\pa_exception.C">
228: </File>
229: <File
230: RelativePath="..\include\pa_exception.h">
231: </File>
232: <File
233: RelativePath=".\pa_exec.C">
234: </File>
235: <File
236: RelativePath="..\include\pa_exec.h">
237: </File>
238: <File
239: RelativePath=".\pa_globals.C">
240: </File>
241: <File
242: RelativePath="..\include\pa_globals.h">
243: </File>
244: <File
1.39 ! moko 245: RelativePath=".\pa_int.C">
! 246: </File>
! 247: <File
! 248: RelativePath="..\include\pa_int.h">
! 249: </File>
! 250: <File
1.23 misha 251: RelativePath="..\include\pa_hash.h">
252: </File>
253: <File
254: RelativePath=".\pa_http.C">
255: </File>
256: <File
257: RelativePath="..\include\pa_http.h">
258: </File>
259: <File
260: RelativePath=".\pa_memory.C">
261: </File>
262: <File
263: RelativePath="..\include\pa_memory.h">
264: </File>
265: <File
266: RelativePath="..\include\pa_opcode.h">
267: </File>
268: <File
269: RelativePath="..\include\pa_operation.h">
270: </File>
271: <File
272: RelativePath=".\pa_os.C">
273: </File>
1.37 moko 274: <File
275: RelativePath=".\pa_threads.C">
276: </File>
1.23 misha 277: <File
278: RelativePath="..\include\pa_os.h">
279: </File>
280: <File
281: RelativePath=".\pa_pool.C">
282: </File>
283: <File
284: RelativePath="..\include\pa_pool.h">
285: </File>
286: <File
287: RelativePath=".\pa_random.C">
288: </File>
289: <File
290: RelativePath="..\include\pa_random.h">
291: </File>
292: <File
293: RelativePath=".\pa_request.C">
294: </File>
295: <File
296: RelativePath="..\include\pa_request.h">
297: </File>
298: <File
299: RelativePath="..\include\pa_request_charsets.h">
300: </File>
301: <File
302: RelativePath="..\include\pa_request_info.h">
303: </File>
304: <File
305: RelativePath="..\include\pa_sapi.h">
306: </File>
307: <File
308: RelativePath=".\pa_socks.C">
309: </File>
310: <File
311: RelativePath="..\include\pa_socks.h">
312: </File>
313: <File
314: RelativePath="..\include\pa_sql_connection.h">
315: </File>
316: <File
317: RelativePath=".\pa_sql_driver_manager.C">
318: </File>
319: <File
320: RelativePath="..\include\pa_sql_driver_manager.h">
321: </File>
322: <File
323: RelativePath="..\include\pa_stack.h">
324: </File>
325: <File
326: RelativePath=".\pa_string.C">
327: </File>
328: <File
329: RelativePath="..\include\pa_string.h">
330: </File>
331: <File
332: RelativePath=".\pa_stylesheet_connection.C">
333: </File>
334: <File
335: RelativePath="..\include\pa_stylesheet_connection.h">
336: </File>
337: <File
338: RelativePath=".\pa_stylesheet_manager.C">
339: </File>
340: <File
341: RelativePath="..\include\pa_stylesheet_manager.h">
342: </File>
343: <File
1.31 moko 344: RelativePath=".\pa_symbols.C">
345: </File>
346: <File
347: RelativePath="..\include\pa_symbols.h">
348: </File>
349: <File
1.23 misha 350: RelativePath=".\pa_table.C">
351: </File>
352: <File
353: RelativePath="..\include\pa_table.h">
354: </File>
355: <File
356: RelativePath="..\include\pa_threads.h">
357: </File>
358: <File
359: RelativePath="..\include\pa_types.h">
360: </File>
361: <File
362: RelativePath=".\pa_uue.C">
363: </File>
364: <File
365: RelativePath="..\include\pa_uue.h">
366: </File>
367: <File
368: RelativePath="..\include\pa_version.h">
369: </File>
370: <File
371: RelativePath=".\pa_xml_exception.C">
372: </File>
373: <File
374: RelativePath="..\include\pa_xml_exception.h">
375: </File>
376: <File
377: RelativePath=".\pa_xml_io.C">
378: </File>
379: <File
380: RelativePath="..\include\pa_xml_io.h">
381: </File>
382: <File
383: RelativePath=".\untaint.C">
384: </File>
385: </Files>
386: <Globals>
387: </Globals>
388: </VisualStudioProject>