|
|
1.17 misha 1: <?xml version="1.0" encoding="windows-1251"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.10"
5: Name="parser3"
6: SccProjectName="parser3"
7: SccAuxPath=""
8: SccLocalPath="."
9: SccProvider="MSSCCI:Jalindi Igloo">
10: <Platforms>
11: <Platform
12: Name="Win32"/>
13: </Platforms>
14: <Configurations>
15: <Configuration
16: Name="Release|Win32"
17: OutputDirectory=".\Release"
18: IntermediateDirectory=".\Release"
19: ConfigurationType="1"
20: UseOfMFC="0"
21: ATLMinimizesCRunTimeLibraryUsage="FALSE">
22: <Tool
23: Name="VCCLCompilerTool"
24: AdditionalOptions="/vmg"
25: Optimization="2"
26: GlobalOptimizations="TRUE"
27: InlineFunctionExpansion="1"
28: OptimizeForWindowsApplication="TRUE"
29: AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\release\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\release\include"
30: PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
31: StringPooling="TRUE"
32: RuntimeLibrary="2"
33: EnableFunctionLevelLinking="TRUE"
34: UsePrecompiledHeader="2"
35: PrecompiledHeaderFile=".\Release/parser3.pch"
36: AssemblerListingLocation=".\Release/"
37: ObjectFile=".\Release/"
38: ProgramDataBaseFileName=".\Release/"
39: BrowseInformation="1"
40: WarningLevel="4"
41: SuppressStartupBanner="TRUE"
42: DebugInformationFormat="3"
43: CompileAs="2"/>
44: <Tool
45: Name="VCCustomBuildTool"/>
46: <Tool
47: Name="VCLinkerTool"
48: AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
49: OutputFile=".\Release/parser3.exe"
50: LinkIncremental="1"
51: SuppressStartupBanner="TRUE"
52: GenerateDebugInformation="TRUE"
53: ProgramDatabaseFile=".\Release/parser3.pdb"
54: GenerateMapFile="TRUE"
55: MapLines="TRUE"
56: SubSystem="1"
1.20 ! misha 57: StackReserveSize="2097152"
1.17 misha 58: OptimizeReferences="2"
59: OptimizeForWindows98="1"
60: TargetMachine="1"/>
61: <Tool
62: Name="VCMIDLTool"
63: TypeLibraryName=".\Release/parser3.tlb"
64: HeaderFileName=""/>
65: <Tool
66: Name="VCPostBuildEventTool"/>
67: <Tool
68: Name="VCPreBuildEventTool"/>
69: <Tool
70: Name="VCPreLinkEventTool"/>
71: <Tool
72: Name="VCResourceCompilerTool"
73: PreprocessorDefinitions="NDEBUG"
74: Culture="1049"/>
75: <Tool
76: Name="VCWebServiceProxyGeneratorTool"/>
77: <Tool
78: Name="VCXMLDataGeneratorTool"/>
79: <Tool
80: Name="VCWebDeploymentTool"/>
81: <Tool
82: Name="VCManagedWrapperGeneratorTool"/>
83: <Tool
84: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
85: </Configuration>
86: <Configuration
87: Name="Debug|Win32"
88: OutputDirectory=".\Debug"
89: IntermediateDirectory=".\Debug"
90: ConfigurationType="1"
91: UseOfMFC="0"
92: ATLMinimizesCRunTimeLibraryUsage="FALSE">
93: <Tool
94: Name="VCCLCompilerTool"
95: AdditionalOptions="/vmg"
96: Optimization="0"
97: AdditionalIncludeDirectories="..\..;..\..\types;..\..\include;..\..\classes;..\..\sql;..\..\lib\gc\include;..\..\lib\cord\include;..\..\..\..\win32\pcre;..\..\..\..\win32\gnome\libxml2-x.x.x\win32\debug\include;..\..\..\..\win32\gnome\libxslt-x.x.x\win32\debug\include"
98: PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
99: BasicRuntimeChecks="3"
100: RuntimeLibrary="3"
101: UsePrecompiledHeader="2"
102: PrecompiledHeaderFile=".\Debug/parser3.pch"
103: AssemblerListingLocation=".\Debug/"
104: ObjectFile=".\Debug/"
105: ProgramDataBaseFileName=".\Debug/"
106: BrowseInformation="1"
107: WarningLevel="4"
108: SuppressStartupBanner="TRUE"
109: DebugInformationFormat="3"
110: CompileAs="2"/>
111: <Tool
112: Name="VCCustomBuildTool"/>
113: <Tool
114: Name="VCLinkerTool"
115: AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
116: OutputFile="Debug/parser3.exe "
117: LinkIncremental="2"
118: SuppressStartupBanner="TRUE"
119: IgnoreDefaultLibraryNames="msvcrt"
120: GenerateDebugInformation="TRUE"
121: ProgramDatabaseFile=".\Debug/parser3.pdb"
122: SubSystem="1"
123: TargetMachine="1"/>
124: <Tool
125: Name="VCMIDLTool"
126: TypeLibraryName=".\Debug/parser3.tlb"
127: HeaderFileName=""/>
128: <Tool
129: Name="VCPostBuildEventTool"/>
130: <Tool
131: Name="VCPreBuildEventTool"/>
132: <Tool
133: Name="VCPreLinkEventTool"/>
134: <Tool
135: Name="VCResourceCompilerTool"
136: PreprocessorDefinitions="_DEBUG"
137: Culture="1049"/>
138: <Tool
139: Name="VCWebServiceProxyGeneratorTool"/>
140: <Tool
141: Name="VCXMLDataGeneratorTool"/>
142: <Tool
143: Name="VCWebDeploymentTool"/>
144: <Tool
145: Name="VCManagedWrapperGeneratorTool"/>
146: <Tool
147: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
148: </Configuration>
149: </Configurations>
150: <References>
151: </References>
152: <Files>
153: <File
154: RelativePath=".\getopt.c">
155: </File>
156: <File
157: RelativePath=".\getopt.h">
158: </File>
159: <File
160: RelativePath=".\pa_threads.C">
161: </File>
162: <File
163: RelativePath=".\parser3.C">
164: </File>
165: </Files>
166: <Globals>
167: </Globals>
168: </VisualStudioProject>