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