|
|
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"
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"
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;..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
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)"
148: set BISON_SIMPLE=..\..\..\win32\tools\usr\share\bison.simple
149: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C
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)"
159: ..\..\..\win32\tools\bison -v "$(InputName)".y -o compile.tab.C -S/../../../cygdrive/y/parser3project/win32/tools/yacc.c
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>