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-apps/build/sample_debug.vcproj

    r1368 r2430  
    1010                <Platform 
    1111                        Name="Win32" 
     12                /> 
     13                <Platform 
     14                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1215                /> 
    1316        </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="1" 
     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="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/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                                AdditionalDependencies="ws2.lib" 
     164                                GenerateDebugInformation="true" 
     165                                OptimizeReferences="2" 
     166                                EnableCOMDATFolding="2" 
     167                                TargetMachine="0" 
     168                        /> 
     169                        <Tool 
     170                                Name="VCALinkTool" 
     171                        /> 
     172                        <Tool 
     173                                Name="VCXDCMakeTool" 
     174                        /> 
     175                        <Tool 
     176                                Name="VCBscMakeTool" 
     177                        /> 
     178                        <Tool 
     179                                Name="VCCodeSignTool" 
     180                        /> 
     181                        <Tool 
     182                                Name="VCPostBuildEventTool" 
     183                        /> 
     184                        <DeploymentTool 
     185                                ForceDirty="-1" 
     186                                RemoteDirectory="" 
     187                                RegisterOutput="0" 
     188                                AdditionalFiles="" 
     189                        /> 
     190                        <DebuggerTool 
     191                        /> 
     192                </Configuration> 
     193                <Configuration 
    113194                        Name="Release|Win32" 
    114195                        OutputDirectory="./output/samples-i386-win32-vc8-release" 
     
    205286                        <Tool 
    206287                                Name="VCPostBuildEventTool" 
     288                        /> 
     289                </Configuration> 
     290                <Configuration 
     291                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     292                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     293                        IntermediateDirectory="$(OutDir)" 
     294                        ConfigurationType="1" 
     295                        CharacterSet="1" 
     296                        > 
     297                        <Tool 
     298                                Name="VCPreBuildEventTool" 
     299                        /> 
     300                        <Tool 
     301                                Name="VCCustomBuildTool" 
     302                        /> 
     303                        <Tool 
     304                                Name="VCXMLDataGeneratorTool" 
     305                        /> 
     306                        <Tool 
     307                                Name="VCWebServiceProxyGeneratorTool" 
     308                        /> 
     309                        <Tool 
     310                                Name="VCMIDLTool" 
     311                        /> 
     312                        <Tool 
     313                                Name="VCCLCompilerTool" 
     314                                ExecutionBucket="7" 
     315                                Optimization="2" 
     316                                FavorSizeOrSpeed="2" 
     317                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
     318                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     319                                ExceptionHandling="0" 
     320                                RuntimeLibrary="0" 
     321                                WarningLevel="3" 
     322                                DebugInformationFormat="0" 
     323                                CompileAs="0" 
     324                                CompileForArchitecture="0" 
     325                        /> 
     326                        <Tool 
     327                                Name="VCManagedResourceCompilerTool" 
     328                        /> 
     329                        <Tool 
     330                                Name="VCResourceCompilerTool" 
     331                        /> 
     332                        <Tool 
     333                                Name="VCPreLinkEventTool" 
     334                        /> 
     335                        <Tool 
     336                                Name="VCLinkerTool" 
     337                                AdditionalOptions="" 
     338                                AdditionalDependencies="ws2.lib" 
     339                                OptimizeReferences="2" 
     340                                EnableCOMDATFolding="2" 
     341                                TargetMachine="0" 
     342                        /> 
     343                        <Tool 
     344                                Name="VCALinkTool" 
     345                        /> 
     346                        <Tool 
     347                                Name="VCXDCMakeTool" 
     348                        /> 
     349                        <Tool 
     350                                Name="VCBscMakeTool" 
     351                        /> 
     352                        <Tool 
     353                                Name="VCCodeSignTool" 
     354                        /> 
     355                        <Tool 
     356                                Name="VCPostBuildEventTool" 
     357                        /> 
     358                        <DeploymentTool 
     359                                ForceDirty="-1" 
     360                                RemoteDirectory="" 
     361                                RegisterOutput="0" 
     362                                AdditionalFiles="" 
     363                        /> 
     364                        <DebuggerTool 
    207365                        /> 
    208366                </Configuration> 
Note: See TracChangeset for help on using the changeset viewer.