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