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/pjsip/build/pjsip_ua.vcproj

    r1463 r2430  
    99                <Platform 
    1010                        Name="Win32" 
     11                /> 
     12                <Platform 
     13                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1114                /> 
    1215        </Platforms> 
     
    9295                </Configuration> 
    9396                <Configuration 
     97                        Name="Release|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="2" 
     122                                FavorSizeOrSpeed="2" 
     123                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 
     124                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     125                                ExceptionHandling="0" 
     126                                RuntimeLibrary="0" 
     127                                WarningLevel="3" 
     128                                DebugInformationFormat="0" 
     129                                CompileAs="0" 
     130                        /> 
     131                        <Tool 
     132                                Name="VCManagedResourceCompilerTool" 
     133                        /> 
     134                        <Tool 
     135                                Name="VCResourceCompilerTool" 
     136                        /> 
     137                        <Tool 
     138                                Name="VCPreLinkEventTool" 
     139                        /> 
     140                        <Tool 
     141                                Name="VCLibrarianTool" 
     142                                AdditionalOptions="" 
     143                        /> 
     144                        <Tool 
     145                                Name="VCALinkTool" 
     146                        /> 
     147                        <Tool 
     148                                Name="VCXDCMakeTool" 
     149                        /> 
     150                        <Tool 
     151                                Name="VCBscMakeTool" 
     152                        /> 
     153                        <Tool 
     154                                Name="VCCodeSignTool" 
     155                        /> 
     156                        <Tool 
     157                                Name="VCPostBuildEventTool" 
     158                        /> 
     159                        <DeploymentTool 
     160                                ForceDirty="-1" 
     161                                RemoteDirectory="" 
     162                                RegisterOutput="0" 
     163                                AdditionalFiles="" 
     164                        /> 
     165                        <DebuggerTool 
     166                        /> 
     167                </Configuration> 
     168                <Configuration 
    94169                        Name="Debug|Win32" 
    95170                        OutputDirectory=".\output\pjsip-ua-i386-win32-vc8-debug" 
     
    167242                        /> 
    168243                </Configuration> 
     244                <Configuration 
     245                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     246                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     247                        IntermediateDirectory="$(OutDir)" 
     248                        ConfigurationType="4" 
     249                        CharacterSet="1" 
     250                        > 
     251                        <Tool 
     252                                Name="VCPreBuildEventTool" 
     253                        /> 
     254                        <Tool 
     255                                Name="VCCustomBuildTool" 
     256                        /> 
     257                        <Tool 
     258                                Name="VCXMLDataGeneratorTool" 
     259                        /> 
     260                        <Tool 
     261                                Name="VCWebServiceProxyGeneratorTool" 
     262                        /> 
     263                        <Tool 
     264                                Name="VCMIDLTool" 
     265                        /> 
     266                        <Tool 
     267                                Name="VCCLCompilerTool" 
     268                                ExecutionBucket="7" 
     269                                Optimization="0" 
     270                                FavorSizeOrSpeed="0" 
     271                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 
     272                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     273                                ExceptionHandling="0" 
     274                                RuntimeLibrary="1" 
     275                                WarningLevel="3" 
     276                                DebugInformationFormat="3" 
     277                                CompileAs="0" 
     278                                CompileForArchitecture="0" 
     279                        /> 
     280                        <Tool 
     281                                Name="VCManagedResourceCompilerTool" 
     282                        /> 
     283                        <Tool 
     284                                Name="VCResourceCompilerTool" 
     285                        /> 
     286                        <Tool 
     287                                Name="VCPreLinkEventTool" 
     288                        /> 
     289                        <Tool 
     290                                Name="VCLibrarianTool" 
     291                                AdditionalOptions="" 
     292                        /> 
     293                        <Tool 
     294                                Name="VCALinkTool" 
     295                        /> 
     296                        <Tool 
     297                                Name="VCXDCMakeTool" 
     298                        /> 
     299                        <Tool 
     300                                Name="VCBscMakeTool" 
     301                        /> 
     302                        <Tool 
     303                                Name="VCCodeSignTool" 
     304                        /> 
     305                        <Tool 
     306                                Name="VCPostBuildEventTool" 
     307                        /> 
     308                        <DeploymentTool 
     309                                ForceDirty="-1" 
     310                                RemoteDirectory="" 
     311                                RegisterOutput="0" 
     312                                AdditionalFiles="" 
     313                        /> 
     314                        <DebuggerTool 
     315                        /> 
     316                </Configuration> 
    169317        </Configurations> 
    170318        <References> 
Note: See TracChangeset for help on using the changeset viewer.