|
|
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.28 ! 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\libxml2;..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
1.23 misha 30: PreprocessorDefinitions="NDEBUG;_LIB;WIN32"
31: StringPooling="TRUE"
32: RuntimeLibrary="2"
33: EnableFunctionLevelLinking="TRUE"
34: UsePrecompiledHeader="2"
35: PrecompiledHeaderFile=".\Release/main.pch"
36: AssemblerListingLocation=".\Release/"
37: ObjectFile=".\Release/"
38: ProgramDataBaseFileName=".\Release/"
39: WarningLevel="4"
40: SuppressStartupBanner="TRUE"
41: DebugInformationFormat="3"
42: CompileAs="2"/>
43: <Tool
44: Name="VCCustomBuildTool"/>
45: <Tool
46: Name="VCLibrarianTool"
47: AdditionalDependencies="..\..\..\win32\pcre\Release\pcre.lib"
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.28 ! misha 81: 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\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: AdditionalDependencies="..\..\..\win32\pcre\Debug\pcre.lib"
100: OutputFile=".\Debug\main.lib"
101: SuppressStartupBanner="TRUE"/>
102: <Tool
103: Name="VCMIDLTool"/>
104: <Tool
105: Name="VCPostBuildEventTool"/>
106: <Tool
107: Name="VCPreBuildEventTool"/>
108: <Tool
109: Name="VCPreLinkEventTool"/>
110: <Tool
111: Name="VCResourceCompilerTool"
112: PreprocessorDefinitions="_DEBUG"
113: Culture="1049"/>
114: <Tool
115: Name="VCWebServiceProxyGeneratorTool"/>
116: <Tool
117: Name="VCXMLDataGeneratorTool"/>
118: <Tool
119: Name="VCManagedWrapperGeneratorTool"/>
120: <Tool
121: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
122: </Configuration>
123: </Configurations>
124: <References>
125: </References>
126: <Files>
127: <Filter
128: Name="sql"
129: Filter="">
130: <File
131: RelativePath="..\sql\pa_sql_driver.h">
132: </File>
133: </Filter>
134: <File
135: RelativePath=".\compile.C">
136: </File>
137: <File
138: RelativePath=".\compile.tab.C">
139: </File>
140: <File
141: RelativePath="compile.y">
142: <FileConfiguration
143: Name="Release|Win32">
144: <Tool
145: Name="VCCustomBuildTool"
146: Description="Compiling grammar..."
147: CommandLine="cd "$(InputDir)"
1.27 misha 148: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 149: "
150: Outputs="compile.tab.C"/>
151: </FileConfiguration>
152: <FileConfiguration
153: Name="Debug|Win32">
154: <Tool
155: Name="VCCustomBuildTool"
156: Description="Compiling grammar..."
157: CommandLine="cd "$(InputDir)"
1.27 misha 158: ..\..\..\win32\tools\cygwin\bin\bison -v "$(InputName)".y -o compile.tab.C -Syacc.c
1.23 misha 159: "
160: Outputs="compile.tab.C"/>
161: </FileConfiguration>
162: </File>
163: <File
164: RelativePath=".\compile_tools.C">
165: </File>
166: <File
167: RelativePath=".\compile_tools.h">
168: </File>
169: <File
170: RelativePath=".\execute.C">
171: </File>
172: <File
173: RelativePath="..\include\pa_array.h">
174: </File>
175: <File
176: RelativePath=".\pa_cache_managers.C">
177: </File>
178: <File
179: RelativePath="..\include\pa_cache_managers.h">
180: </File>
181: <File
182: RelativePath=".\pa_charset.C">
183: </File>
184: <File
185: RelativePath="..\include\pa_charset.h">
186: </File>
187: <File
188: RelativePath=".\pa_charsets.C">
189: </File>
190: <File
191: RelativePath="..\include\pa_charsets.h">
192: </File>
193: <File
194: RelativePath=".\pa_common.C">
195: </File>
196: <File
197: RelativePath="..\include\pa_common.h">
198: </File>
199: <File
200: RelativePath="..\include\pa_config_fixed.h">
201: </File>
202: <File
203: RelativePath="..\include\pa_config_includes.h">
204: </File>
205: <File
206: RelativePath=".\pa_dictionary.C">
207: </File>
208: <File
209: RelativePath="..\include\pa_dictionary.h">
210: </File>
211: <File
212: RelativePath=".\pa_dir.C">
213: </File>
214: <File
215: RelativePath="..\include\pa_dir.h">
216: </File>
217: <File
218: RelativePath=".\pa_exception.C">
219: </File>
220: <File
221: RelativePath="..\include\pa_exception.h">
222: </File>
223: <File
224: RelativePath=".\pa_exec.C">
225: </File>
226: <File
227: RelativePath="..\include\pa_exec.h">
228: </File>
229: <File
230: RelativePath=".\pa_globals.C">
231: </File>
232: <File
233: RelativePath="..\include\pa_globals.h">
234: </File>
235: <File
236: RelativePath="..\include\pa_hash.h">
237: </File>
238: <File
239: RelativePath=".\pa_http.C">
240: </File>
241: <File
242: RelativePath="..\include\pa_http.h">
243: </File>
244: <File
245: RelativePath=".\pa_memory.C">
246: </File>
247: <File
248: RelativePath="..\include\pa_memory.h">
249: </File>
250: <File
251: RelativePath="..\include\pa_opcode.h">
252: </File>
253: <File
254: RelativePath="..\include\pa_operation.h">
255: </File>
256: <File
257: RelativePath=".\pa_os.C">
258: </File>
259: <File
260: RelativePath="..\include\pa_os.h">
261: </File>
262: <File
263: RelativePath=".\pa_pool.C">
264: </File>
265: <File
266: RelativePath="..\include\pa_pool.h">
267: </File>
268: <File
269: RelativePath=".\pa_random.C">
270: </File>
271: <File
272: RelativePath="..\include\pa_random.h">
273: </File>
274: <File
275: RelativePath=".\pa_request.C">
276: </File>
277: <File
278: RelativePath="..\include\pa_request.h">
279: </File>
280: <File
281: RelativePath="..\include\pa_request_charsets.h">
282: </File>
283: <File
284: RelativePath="..\include\pa_request_info.h">
285: </File>
286: <File
287: RelativePath="..\include\pa_sapi.h">
288: </File>
289: <File
290: RelativePath=".\pa_socks.C">
291: </File>
292: <File
293: RelativePath="..\include\pa_socks.h">
294: </File>
295: <File
296: RelativePath="..\include\pa_sql_connection.h">
297: </File>
298: <File
299: RelativePath=".\pa_sql_driver_manager.C">
300: </File>
301: <File
302: RelativePath="..\include\pa_sql_driver_manager.h">
303: </File>
304: <File
305: RelativePath="..\include\pa_stack.h">
306: </File>
307: <File
308: RelativePath=".\pa_string.C">
309: </File>
310: <File
311: RelativePath="..\include\pa_string.h">
312: </File>
313: <File
314: RelativePath=".\pa_stylesheet_connection.C">
315: </File>
316: <File
317: RelativePath="..\include\pa_stylesheet_connection.h">
318: </File>
319: <File
320: RelativePath=".\pa_stylesheet_manager.C">
321: </File>
322: <File
323: RelativePath="..\include\pa_stylesheet_manager.h">
324: </File>
325: <File
326: RelativePath=".\pa_table.C">
327: </File>
328: <File
329: RelativePath="..\include\pa_table.h">
330: </File>
331: <File
332: RelativePath="..\include\pa_threads.h">
333: </File>
334: <File
335: RelativePath="..\include\pa_types.h">
336: </File>
337: <File
338: RelativePath=".\pa_uue.C">
339: </File>
340: <File
341: RelativePath="..\include\pa_uue.h">
342: </File>
343: <File
344: RelativePath="..\include\pa_version.h">
345: </File>
346: <File
347: RelativePath=".\pa_xml_exception.C">
348: </File>
349: <File
350: RelativePath="..\include\pa_xml_exception.h">
351: </File>
352: <File
353: RelativePath=".\pa_xml_io.C">
354: </File>
355: <File
356: RelativePath="..\include\pa_xml_io.h">
357: </File>
358: <File
359: RelativePath=".\untaint.C">
360: </File>
361: </Files>
362: <Globals>
363: </Globals>
364: </VisualStudioProject>