|
|
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.30 ! moko 30: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\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: 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"
1.30 ! moko 82: AdditionalIncludeDirectories="..\lib\ltdl;..\classes\gd;..\include;..\types;..\classes;..\lib\gc\include;..\lib\cord\include;..\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"
85: RuntimeLibrary="3"
86: UsePrecompiledHeader="2"
87: PrecompiledHeaderFile=".\Debug/main.pch"
88: AssemblerListingLocation=".\Debug/"
89: ObjectFile=".\Debug/"
90: ProgramDataBaseFileName=".\Debug/"
91: BrowseInformation="1"
92: WarningLevel="4"
93: SuppressStartupBanner="TRUE"
94: DebugInformationFormat="3"
95: CompileAs="2"/>
96: <Tool
97: Name="VCCustomBuildTool"/>
98: <Tool
99: Name="VCLibrarianTool"
100: AdditionalDependencies="..\..\..\win32\pcre\Debug\pcre.lib"
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
144: Name="Release|Win32">
145: <Tool
146: Name="VCCustomBuildTool"
147: Description="Compiling grammar..."
148: CommandLine="cd "$(InputDir)"
1.27 misha 149: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 150: "
151: Outputs="compile.tab.C"/>
152: </FileConfiguration>
153: <FileConfiguration
154: Name="Debug|Win32">
155: <Tool
156: Name="VCCustomBuildTool"
157: Description="Compiling grammar..."
158: CommandLine="cd "$(InputDir)"
1.27 misha 159: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 160: "
161: Outputs="compile.tab.C"/>
162: </FileConfiguration>
163: </File>
164: <File
165: RelativePath=".\compile_tools.C">
166: </File>
167: <File
168: RelativePath=".\compile_tools.h">
169: </File>
170: <File
171: RelativePath=".\execute.C">
172: </File>
173: <File
174: RelativePath="..\include\pa_array.h">
175: </File>
176: <File
177: RelativePath=".\pa_cache_managers.C">
178: </File>
179: <File
180: RelativePath="..\include\pa_cache_managers.h">
181: </File>
182: <File
183: RelativePath=".\pa_charset.C">
184: </File>
185: <File
186: RelativePath="..\include\pa_charset.h">
187: </File>
188: <File
189: RelativePath=".\pa_charsets.C">
190: </File>
191: <File
192: RelativePath="..\include\pa_charsets.h">
193: </File>
194: <File
195: RelativePath=".\pa_common.C">
196: </File>
197: <File
198: RelativePath="..\include\pa_common.h">
199: </File>
200: <File
201: RelativePath="..\include\pa_config_fixed.h">
202: </File>
203: <File
204: RelativePath="..\include\pa_config_includes.h">
205: </File>
206: <File
207: RelativePath=".\pa_dictionary.C">
208: </File>
209: <File
210: RelativePath="..\include\pa_dictionary.h">
211: </File>
212: <File
213: RelativePath=".\pa_dir.C">
214: </File>
215: <File
216: RelativePath="..\include\pa_dir.h">
217: </File>
218: <File
219: RelativePath=".\pa_exception.C">
220: </File>
221: <File
222: RelativePath="..\include\pa_exception.h">
223: </File>
224: <File
225: RelativePath=".\pa_exec.C">
226: </File>
227: <File
228: RelativePath="..\include\pa_exec.h">
229: </File>
230: <File
231: RelativePath=".\pa_globals.C">
232: </File>
233: <File
234: RelativePath="..\include\pa_globals.h">
235: </File>
236: <File
237: RelativePath="..\include\pa_hash.h">
238: </File>
239: <File
240: RelativePath=".\pa_http.C">
241: </File>
242: <File
243: RelativePath="..\include\pa_http.h">
244: </File>
245: <File
246: RelativePath=".\pa_memory.C">
247: </File>
248: <File
249: RelativePath="..\include\pa_memory.h">
250: </File>
251: <File
252: RelativePath="..\include\pa_opcode.h">
253: </File>
254: <File
255: RelativePath="..\include\pa_operation.h">
256: </File>
257: <File
258: RelativePath=".\pa_os.C">
259: </File>
260: <File
261: RelativePath="..\include\pa_os.h">
262: </File>
263: <File
264: RelativePath=".\pa_pool.C">
265: </File>
266: <File
267: RelativePath="..\include\pa_pool.h">
268: </File>
269: <File
270: RelativePath=".\pa_random.C">
271: </File>
272: <File
273: RelativePath="..\include\pa_random.h">
274: </File>
275: <File
276: RelativePath=".\pa_request.C">
277: </File>
278: <File
279: RelativePath="..\include\pa_request.h">
280: </File>
281: <File
282: RelativePath="..\include\pa_request_charsets.h">
283: </File>
284: <File
285: RelativePath="..\include\pa_request_info.h">
286: </File>
287: <File
288: RelativePath="..\include\pa_sapi.h">
289: </File>
290: <File
291: RelativePath=".\pa_socks.C">
292: </File>
293: <File
294: RelativePath="..\include\pa_socks.h">
295: </File>
296: <File
297: RelativePath="..\include\pa_sql_connection.h">
298: </File>
299: <File
300: RelativePath=".\pa_sql_driver_manager.C">
301: </File>
302: <File
303: RelativePath="..\include\pa_sql_driver_manager.h">
304: </File>
305: <File
306: RelativePath="..\include\pa_stack.h">
307: </File>
308: <File
309: RelativePath=".\pa_string.C">
310: </File>
311: <File
312: RelativePath="..\include\pa_string.h">
313: </File>
314: <File
315: RelativePath=".\pa_stylesheet_connection.C">
316: </File>
317: <File
318: RelativePath="..\include\pa_stylesheet_connection.h">
319: </File>
320: <File
321: RelativePath=".\pa_stylesheet_manager.C">
322: </File>
323: <File
324: RelativePath="..\include\pa_stylesheet_manager.h">
325: </File>
326: <File
327: RelativePath=".\pa_table.C">
328: </File>
329: <File
330: RelativePath="..\include\pa_table.h">
331: </File>
332: <File
333: RelativePath="..\include\pa_threads.h">
334: </File>
335: <File
336: RelativePath="..\include\pa_types.h">
337: </File>
338: <File
339: RelativePath=".\pa_uue.C">
340: </File>
341: <File
342: RelativePath="..\include\pa_uue.h">
343: </File>
344: <File
345: RelativePath="..\include\pa_version.h">
346: </File>
347: <File
348: RelativePath=".\pa_xml_exception.C">
349: </File>
350: <File
351: RelativePath="..\include\pa_xml_exception.h">
352: </File>
353: <File
354: RelativePath=".\pa_xml_io.C">
355: </File>
356: <File
357: RelativePath="..\include\pa_xml_io.h">
358: </File>
359: <File
360: RelativePath=".\untaint.C">
361: </File>
362: </Files>
363: <Globals>
364: </Globals>
365: </VisualStudioProject>