Changeset 2430 for pjproject/trunk/third_party/build/speex/libspeex.vcproj
- Timestamp:
- Jan 27, 2009 10:14:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/speex/libspeex.vcproj
r2002 r2430 9 9 <Platform 10 10 Name="Win32" 11 /> 12 <Platform 13 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 11 14 /> 12 15 </Platforms> … … 87 90 </Configuration> 88 91 <Configuration 92 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 93 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 94 IntermediateDirectory="$(OutDir)" 95 ConfigurationType="4" 96 CharacterSet="1" 97 > 98 <Tool 99 Name="VCPreBuildEventTool" 100 /> 101 <Tool 102 Name="VCCustomBuildTool" 103 /> 104 <Tool 105 Name="VCXMLDataGeneratorTool" 106 /> 107 <Tool 108 Name="VCWebServiceProxyGeneratorTool" 109 /> 110 <Tool 111 Name="VCMIDLTool" 112 /> 113 <Tool 114 Name="VCCLCompilerTool" 115 ExecutionBucket="7" 116 Optimization="0" 117 FavorSizeOrSpeed="0" 118 AdditionalIncludeDirectories=".,../../speex/include,../../../pjlib/include" 119 PreprocessorDefinitions="HAVE_CONFIG_H;_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 120 ExceptionHandling="0" 121 RuntimeLibrary="1" 122 WarningLevel="3" 123 DebugInformationFormat="3" 124 CompileAs="0" 125 CompileForArchitecture="0" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLibrarianTool" 138 AdditionalOptions="" 139 /> 140 <Tool 141 Name="VCALinkTool" 142 /> 143 <Tool 144 Name="VCXDCMakeTool" 145 /> 146 <Tool 147 Name="VCBscMakeTool" 148 /> 149 <Tool 150 Name="VCCodeSignTool" 151 /> 152 <Tool 153 Name="VCPostBuildEventTool" 154 /> 155 <DeploymentTool 156 ForceDirty="-1" 157 RemoteDirectory="" 158 RegisterOutput="0" 159 AdditionalFiles="" 160 /> 161 <DebuggerTool 162 /> 163 </Configuration> 164 <Configuration 89 165 Name="Release|Win32" 90 166 OutputDirectory=".\output\libspeex-i386-win32-vc8-release" … … 159 235 /> 160 236 </Configuration> 237 <Configuration 238 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 239 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 240 IntermediateDirectory="$(OutDir)" 241 ConfigurationType="4" 242 CharacterSet="1" 243 > 244 <Tool 245 Name="VCPreBuildEventTool" 246 /> 247 <Tool 248 Name="VCCustomBuildTool" 249 /> 250 <Tool 251 Name="VCXMLDataGeneratorTool" 252 /> 253 <Tool 254 Name="VCWebServiceProxyGeneratorTool" 255 /> 256 <Tool 257 Name="VCMIDLTool" 258 /> 259 <Tool 260 Name="VCCLCompilerTool" 261 ExecutionBucket="7" 262 Optimization="2" 263 FavorSizeOrSpeed="2" 264 AdditionalIncludeDirectories=".,../../speex/include,../../../pjlib/include" 265 PreprocessorDefinitions="HAVE_CONFIG_H;NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 266 ExceptionHandling="0" 267 RuntimeLibrary="0" 268 WarningLevel="3" 269 DebugInformationFormat="0" 270 CompileAs="0" 271 /> 272 <Tool 273 Name="VCManagedResourceCompilerTool" 274 /> 275 <Tool 276 Name="VCResourceCompilerTool" 277 /> 278 <Tool 279 Name="VCPreLinkEventTool" 280 /> 281 <Tool 282 Name="VCLibrarianTool" 283 AdditionalOptions="" 284 /> 285 <Tool 286 Name="VCALinkTool" 287 /> 288 <Tool 289 Name="VCXDCMakeTool" 290 /> 291 <Tool 292 Name="VCBscMakeTool" 293 /> 294 <Tool 295 Name="VCCodeSignTool" 296 /> 297 <Tool 298 Name="VCPostBuildEventTool" 299 /> 300 <DeploymentTool 301 ForceDirty="-1" 302 RemoteDirectory="" 303 RegisterOutput="0" 304 AdditionalFiles="" 305 /> 306 <DebuggerTool 307 /> 308 </Configuration> 161 309 </Configurations> 162 310 <References>
Note: See TracChangeset
for help on using the changeset viewer.