Ignore:
Timestamp:
Jan 27, 2009 10:14:52 AM (15 years ago)
Author:
bennylp
Message:

Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/resample/libresample_dll.vcproj

    r1232 r2430  
    99                <Platform 
    1010                        Name="Win32" 
     11                /> 
     12                <Platform 
     13                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1114                /> 
    1215        </Platforms> 
     
    111114                </Configuration> 
    112115                <Configuration 
     116                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     117                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     118                        IntermediateDirectory="$(OutDir)" 
     119                        ConfigurationType="2" 
     120                        CharacterSet="1" 
     121                        > 
     122                        <Tool 
     123                                Name="VCPreBuildEventTool" 
     124                        /> 
     125                        <Tool 
     126                                Name="VCCustomBuildTool" 
     127                        /> 
     128                        <Tool 
     129                                Name="VCXMLDataGeneratorTool" 
     130                        /> 
     131                        <Tool 
     132                                Name="VCWebServiceProxyGeneratorTool" 
     133                        /> 
     134                        <Tool 
     135                                Name="VCMIDLTool" 
     136                        /> 
     137                        <Tool 
     138                                Name="VCCLCompilerTool" 
     139                                ExecutionBucket="7" 
     140                                Optimization="0" 
     141                                FavorSizeOrSpeed="0" 
     142                                AdditionalIncludeDirectories=".,../../resample/include" 
     143                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     144                                ExceptionHandling="0" 
     145                                RuntimeLibrary="1" 
     146                                WarningLevel="3" 
     147                                DebugInformationFormat="3" 
     148                                CompileAs="0" 
     149                                CompileForArchitecture="0" 
     150                        /> 
     151                        <Tool 
     152                                Name="VCManagedResourceCompilerTool" 
     153                        /> 
     154                        <Tool 
     155                                Name="VCResourceCompilerTool" 
     156                        /> 
     157                        <Tool 
     158                                Name="VCPreLinkEventTool" 
     159                        /> 
     160                        <Tool 
     161                                Name="VCLinkerTool" 
     162                                AdditionalOptions="" 
     163                                GenerateDebugInformation="true" 
     164                        /> 
     165                        <Tool 
     166                                Name="VCALinkTool" 
     167                        /> 
     168                        <Tool 
     169                                Name="VCXDCMakeTool" 
     170                        /> 
     171                        <Tool 
     172                                Name="VCBscMakeTool" 
     173                        /> 
     174                        <Tool 
     175                                Name="VCCodeSignTool" 
     176                        /> 
     177                        <Tool 
     178                                Name="VCPostBuildEventTool" 
     179                        /> 
     180                        <DeploymentTool 
     181                                ForceDirty="-1" 
     182                                RemoteDirectory="" 
     183                                RegisterOutput="0" 
     184                                AdditionalFiles="" 
     185                        /> 
     186                        <DebuggerTool 
     187                        /> 
     188                </Configuration> 
     189                <Configuration 
    113190                        Name="Release|Win32" 
    114191                        OutputDirectory=".\output\libresample-dll-i386-win32-vc8-release" 
     
    203280                        <Tool 
    204281                                Name="VCPostBuildEventTool" 
     282                        /> 
     283                </Configuration> 
     284                <Configuration 
     285                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     286                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     287                        IntermediateDirectory="$(OutDir)" 
     288                        ConfigurationType="2" 
     289                        CharacterSet="1" 
     290                        > 
     291                        <Tool 
     292                                Name="VCPreBuildEventTool" 
     293                        /> 
     294                        <Tool 
     295                                Name="VCCustomBuildTool" 
     296                        /> 
     297                        <Tool 
     298                                Name="VCXMLDataGeneratorTool" 
     299                        /> 
     300                        <Tool 
     301                                Name="VCWebServiceProxyGeneratorTool" 
     302                        /> 
     303                        <Tool 
     304                                Name="VCMIDLTool" 
     305                        /> 
     306                        <Tool 
     307                                Name="VCCLCompilerTool" 
     308                                ExecutionBucket="7" 
     309                                Optimization="2" 
     310                                FavorSizeOrSpeed="2" 
     311                                AdditionalIncludeDirectories=".,../../resample/include" 
     312                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     313                                ExceptionHandling="0" 
     314                                RuntimeLibrary="0" 
     315                                WarningLevel="3" 
     316                                DebugInformationFormat="0" 
     317                                CompileAs="0" 
     318                        /> 
     319                        <Tool 
     320                                Name="VCManagedResourceCompilerTool" 
     321                        /> 
     322                        <Tool 
     323                                Name="VCResourceCompilerTool" 
     324                        /> 
     325                        <Tool 
     326                                Name="VCPreLinkEventTool" 
     327                        /> 
     328                        <Tool 
     329                                Name="VCLinkerTool" 
     330                                AdditionalOptions="" 
     331                        /> 
     332                        <Tool 
     333                                Name="VCALinkTool" 
     334                        /> 
     335                        <Tool 
     336                                Name="VCXDCMakeTool" 
     337                        /> 
     338                        <Tool 
     339                                Name="VCBscMakeTool" 
     340                        /> 
     341                        <Tool 
     342                                Name="VCCodeSignTool" 
     343                        /> 
     344                        <Tool 
     345                                Name="VCPostBuildEventTool" 
     346                        /> 
     347                        <DeploymentTool 
     348                                ForceDirty="-1" 
     349                                RemoteDirectory="" 
     350                                RegisterOutput="0" 
     351                                AdditionalFiles="" 
     352                        /> 
     353                        <DebuggerTool 
    205354                        /> 
    206355                </Configuration> 
Note: See TracChangeset for help on using the changeset viewer.