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/test_pjsip.vcproj

    r2402 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="Release|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="2" 
     141                                FavorSizeOrSpeed="2" 
     142                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 
     143                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     144                                ExceptionHandling="0" 
     145                                RuntimeLibrary="0" 
     146                                WarningLevel="3" 
     147                                DebugInformationFormat="0" 
     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                                OptimizeReferences="2" 
     165                                EnableCOMDATFolding="2" 
     166                                TargetMachine="0" 
     167                        /> 
     168                        <Tool 
     169                                Name="VCALinkTool" 
     170                        /> 
     171                        <Tool 
     172                                Name="VCXDCMakeTool" 
     173                        /> 
     174                        <Tool 
     175                                Name="VCBscMakeTool" 
     176                        /> 
     177                        <Tool 
     178                                Name="VCCodeSignTool" 
     179                        /> 
     180                        <Tool 
     181                                Name="VCPostBuildEventTool" 
     182                        /> 
     183                        <DeploymentTool 
     184                                ForceDirty="-1" 
     185                                RemoteDirectory="" 
     186                                RegisterOutput="0" 
     187                                AdditionalFiles="" 
     188                        /> 
     189                        <DebuggerTool 
     190                        /> 
     191                </Configuration> 
     192                <Configuration 
    113193                        Name="Debug|Win32" 
    114194                        OutputDirectory=".\output\test-pjsip-i386-win32-vc8-debug" 
     
    203283                        /> 
    204284                </Configuration> 
     285                <Configuration 
     286                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     287                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     288                        IntermediateDirectory="$(OutDir)" 
     289                        ConfigurationType="1" 
     290                        CharacterSet="1" 
     291                        > 
     292                        <Tool 
     293                                Name="VCPreBuildEventTool" 
     294                        /> 
     295                        <Tool 
     296                                Name="VCCustomBuildTool" 
     297                        /> 
     298                        <Tool 
     299                                Name="VCXMLDataGeneratorTool" 
     300                        /> 
     301                        <Tool 
     302                                Name="VCWebServiceProxyGeneratorTool" 
     303                        /> 
     304                        <Tool 
     305                                Name="VCMIDLTool" 
     306                        /> 
     307                        <Tool 
     308                                Name="VCCLCompilerTool" 
     309                                ExecutionBucket="7" 
     310                                Optimization="0" 
     311                                FavorSizeOrSpeed="0" 
     312                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 
     313                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     314                                ExceptionHandling="0" 
     315                                RuntimeLibrary="1" 
     316                                WarningLevel="3" 
     317                                DebugInformationFormat="3" 
     318                                CompileAs="0" 
     319                                CompileForArchitecture="0" 
     320                        /> 
     321                        <Tool 
     322                                Name="VCManagedResourceCompilerTool" 
     323                        /> 
     324                        <Tool 
     325                                Name="VCResourceCompilerTool" 
     326                        /> 
     327                        <Tool 
     328                                Name="VCPreLinkEventTool" 
     329                        /> 
     330                        <Tool 
     331                                Name="VCLinkerTool" 
     332                                AdditionalOptions="" 
     333                                AdditionalDependencies="ws2.lib" 
     334                                GenerateDebugInformation="true" 
     335                                OptimizeReferences="2" 
     336                                EnableCOMDATFolding="2" 
     337                                TargetMachine="0" 
     338                        /> 
     339                        <Tool 
     340                                Name="VCALinkTool" 
     341                        /> 
     342                        <Tool 
     343                                Name="VCXDCMakeTool" 
     344                        /> 
     345                        <Tool 
     346                                Name="VCBscMakeTool" 
     347                        /> 
     348                        <Tool 
     349                                Name="VCCodeSignTool" 
     350                        /> 
     351                        <Tool 
     352                                Name="VCPostBuildEventTool" 
     353                        /> 
     354                        <DeploymentTool 
     355                                ForceDirty="-1" 
     356                                RemoteDirectory="" 
     357                                RegisterOutput="0" 
     358                                AdditionalFiles="" 
     359                        /> 
     360                        <DebuggerTool 
     361                        /> 
     362                </Configuration> 
    205363        </Configurations> 
    206364        <References> 
     
    272430                                </FileConfiguration> 
    273431                                <FileConfiguration 
    274                                         Name="Debug|Win32" 
    275                                         > 
    276                                         <Tool 
    277                                                 Name="VCCLCompilerTool" 
    278                                                 AdditionalIncludeDirectories="" 
    279                                                 PreprocessorDefinitions="" 
     432                                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     433                                        ExcludedFromBuild="true" 
     434                                        > 
     435                                        <Tool 
     436                                                Name="VCCLCompilerTool" 
     437                                        /> 
     438                                </FileConfiguration> 
     439                                <FileConfiguration 
     440                                        Name="Debug|Win32" 
     441                                        > 
     442                                        <Tool 
     443                                                Name="VCCLCompilerTool" 
     444                                                AdditionalIncludeDirectories="" 
     445                                                PreprocessorDefinitions="" 
     446                                        /> 
     447                                </FileConfiguration> 
     448                                <FileConfiguration 
     449                                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     450                                        ExcludedFromBuild="true" 
     451                                        > 
     452                                        <Tool 
     453                                                Name="VCCLCompilerTool" 
     454                                        /> 
     455                                </FileConfiguration> 
     456                        </File> 
     457                        <File 
     458                                RelativePath="..\src\test-pjsip\main_win32.c" 
     459                                > 
     460                                <FileConfiguration 
     461                                        Name="Release|Win32" 
     462                                        ExcludedFromBuild="true" 
     463                                        > 
     464                                        <Tool 
     465                                                Name="VCCLCompilerTool" 
     466                                        /> 
     467                                </FileConfiguration> 
     468                                <FileConfiguration 
     469                                        Name="Debug|Win32" 
     470                                        ExcludedFromBuild="true" 
     471                                        > 
     472                                        <Tool 
     473                                                Name="VCCLCompilerTool" 
    280474                                        /> 
    281475                                </FileConfiguration> 
Note: See TracChangeset for help on using the changeset viewer.