Ignore:
Timestamp:
Mar 30, 2009 12:15:43 PM (15 years ago)
Author:
ismangil
Message:

Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/samples.vcproj

    r2430 r2559  
    186186                        /> 
    187187                </Configuration> 
     188                <Configuration 
     189                        Name="Debug-Static|Win32" 
     190                        OutputDirectory="$(ConfigurationName)" 
     191                        IntermediateDirectory="$(ConfigurationName)" 
     192                        ConfigurationType="0" 
     193                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     194                        UseOfMFC="0" 
     195                        ATLMinimizesCRunTimeLibraryUsage="false" 
     196                        > 
     197                        <Tool 
     198                                Name="VCNMakeTool" 
     199                                BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 
     200                                ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 
     201                                CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 
     202                                Output="All samples" 
     203                                PreprocessorDefinitions="" 
     204                                IncludeSearchPath="" 
     205                                ForcedIncludes="" 
     206                                AssemblySearchPath="" 
     207                                ForcedUsingAssemblies="" 
     208                                CompileAsManaged="" 
     209                        /> 
     210                </Configuration> 
     211                <Configuration 
     212                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     213                        OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     214                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     215                        ConfigurationType="1" 
     216                        > 
     217                        <Tool 
     218                                Name="VCPreBuildEventTool" 
     219                        /> 
     220                        <Tool 
     221                                Name="VCCustomBuildTool" 
     222                        /> 
     223                        <Tool 
     224                                Name="VCXMLDataGeneratorTool" 
     225                        /> 
     226                        <Tool 
     227                                Name="VCWebServiceProxyGeneratorTool" 
     228                        /> 
     229                        <Tool 
     230                                Name="VCMIDLTool" 
     231                                TargetEnvironment="1" 
     232                        /> 
     233                        <Tool 
     234                                Name="VCCLCompilerTool" 
     235                                ExecutionBucket="7" 
     236                        /> 
     237                        <Tool 
     238                                Name="VCManagedResourceCompilerTool" 
     239                        /> 
     240                        <Tool 
     241                                Name="VCResourceCompilerTool" 
     242                        /> 
     243                        <Tool 
     244                                Name="VCPreLinkEventTool" 
     245                        /> 
     246                        <Tool 
     247                                Name="VCLinkerTool" 
     248                                TargetMachine="0" 
     249                        /> 
     250                        <Tool 
     251                                Name="VCALinkTool" 
     252                        /> 
     253                        <Tool 
     254                                Name="VCXDCMakeTool" 
     255                        /> 
     256                        <Tool 
     257                                Name="VCBscMakeTool" 
     258                        /> 
     259                        <Tool 
     260                                Name="VCCodeSignTool" 
     261                        /> 
     262                        <Tool 
     263                                Name="VCPostBuildEventTool" 
     264                        /> 
     265                        <DeploymentTool 
     266                                ForceDirty="-1" 
     267                                RemoteDirectory="" 
     268                                RegisterOutput="0" 
     269                                AdditionalFiles="" 
     270                        /> 
     271                        <DebuggerTool 
     272                        /> 
     273                </Configuration> 
     274                <Configuration 
     275                        Name="Release-Dynamic|Win32" 
     276                        OutputDirectory="$(ConfigurationName)" 
     277                        IntermediateDirectory="$(ConfigurationName)" 
     278                        ConfigurationType="0" 
     279                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     280                        UseOfMFC="0" 
     281                        ATLMinimizesCRunTimeLibraryUsage="false" 
     282                        > 
     283                        <Tool 
     284                                Name="VCNMakeTool" 
     285                                BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=8" 
     286                                ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=8 /a" 
     287                                CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=8 clean" 
     288                                Output="All samples" 
     289                                PreprocessorDefinitions="" 
     290                                IncludeSearchPath="" 
     291                                ForcedIncludes="" 
     292                                AssemblySearchPath="" 
     293                                ForcedUsingAssemblies="" 
     294                                CompileAsManaged="" 
     295                        /> 
     296                </Configuration> 
     297                <Configuration 
     298                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     299                        OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     300                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     301                        ConfigurationType="1" 
     302                        > 
     303                        <Tool 
     304                                Name="VCPreBuildEventTool" 
     305                        /> 
     306                        <Tool 
     307                                Name="VCCustomBuildTool" 
     308                        /> 
     309                        <Tool 
     310                                Name="VCXMLDataGeneratorTool" 
     311                        /> 
     312                        <Tool 
     313                                Name="VCWebServiceProxyGeneratorTool" 
     314                        /> 
     315                        <Tool 
     316                                Name="VCMIDLTool" 
     317                                TargetEnvironment="1" 
     318                        /> 
     319                        <Tool 
     320                                Name="VCCLCompilerTool" 
     321                                ExecutionBucket="7" 
     322                        /> 
     323                        <Tool 
     324                                Name="VCManagedResourceCompilerTool" 
     325                        /> 
     326                        <Tool 
     327                                Name="VCResourceCompilerTool" 
     328                        /> 
     329                        <Tool 
     330                                Name="VCPreLinkEventTool" 
     331                        /> 
     332                        <Tool 
     333                                Name="VCLinkerTool" 
     334                                TargetMachine="0" 
     335                        /> 
     336                        <Tool 
     337                                Name="VCALinkTool" 
     338                        /> 
     339                        <Tool 
     340                                Name="VCXDCMakeTool" 
     341                        /> 
     342                        <Tool 
     343                                Name="VCBscMakeTool" 
     344                        /> 
     345                        <Tool 
     346                                Name="VCCodeSignTool" 
     347                        /> 
     348                        <Tool 
     349                                Name="VCPostBuildEventTool" 
     350                        /> 
     351                        <DeploymentTool 
     352                                ForceDirty="-1" 
     353                                RemoteDirectory="" 
     354                                RegisterOutput="0" 
     355                                AdditionalFiles="" 
     356                        /> 
     357                        <DebuggerTool 
     358                        /> 
     359                </Configuration> 
     360                <Configuration 
     361                        Name="Debug-Dynamic|Win32" 
     362                        OutputDirectory="$(ConfigurationName)" 
     363                        IntermediateDirectory="$(ConfigurationName)" 
     364                        ConfigurationType="0" 
     365                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     366                        UseOfMFC="0" 
     367                        ATLMinimizesCRunTimeLibraryUsage="false" 
     368                        > 
     369                        <Tool 
     370                                Name="VCNMakeTool" 
     371                                BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 
     372                                ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 
     373                                CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 
     374                                Output="All samples" 
     375                                PreprocessorDefinitions="" 
     376                                IncludeSearchPath="" 
     377                                ForcedIncludes="" 
     378                                AssemblySearchPath="" 
     379                                ForcedUsingAssemblies="" 
     380                                CompileAsManaged="" 
     381                        /> 
     382                </Configuration> 
     383                <Configuration 
     384                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     385                        OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     386                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     387                        ConfigurationType="1" 
     388                        > 
     389                        <Tool 
     390                                Name="VCPreBuildEventTool" 
     391                        /> 
     392                        <Tool 
     393                                Name="VCCustomBuildTool" 
     394                        /> 
     395                        <Tool 
     396                                Name="VCXMLDataGeneratorTool" 
     397                        /> 
     398                        <Tool 
     399                                Name="VCWebServiceProxyGeneratorTool" 
     400                        /> 
     401                        <Tool 
     402                                Name="VCMIDLTool" 
     403                                TargetEnvironment="1" 
     404                        /> 
     405                        <Tool 
     406                                Name="VCCLCompilerTool" 
     407                                ExecutionBucket="7" 
     408                        /> 
     409                        <Tool 
     410                                Name="VCManagedResourceCompilerTool" 
     411                        /> 
     412                        <Tool 
     413                                Name="VCResourceCompilerTool" 
     414                        /> 
     415                        <Tool 
     416                                Name="VCPreLinkEventTool" 
     417                        /> 
     418                        <Tool 
     419                                Name="VCLinkerTool" 
     420                                TargetMachine="0" 
     421                        /> 
     422                        <Tool 
     423                                Name="VCALinkTool" 
     424                        /> 
     425                        <Tool 
     426                                Name="VCXDCMakeTool" 
     427                        /> 
     428                        <Tool 
     429                                Name="VCBscMakeTool" 
     430                        /> 
     431                        <Tool 
     432                                Name="VCCodeSignTool" 
     433                        /> 
     434                        <Tool 
     435                                Name="VCPostBuildEventTool" 
     436                        /> 
     437                        <DeploymentTool 
     438                                ForceDirty="-1" 
     439                                RemoteDirectory="" 
     440                                RegisterOutput="0" 
     441                                AdditionalFiles="" 
     442                        /> 
     443                        <DebuggerTool 
     444                        /> 
     445                </Configuration> 
     446                <Configuration 
     447                        Name="Release-Static|Win32" 
     448                        OutputDirectory="$(ConfigurationName)" 
     449                        IntermediateDirectory="$(ConfigurationName)" 
     450                        ConfigurationType="0" 
     451                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     452                        UseOfMFC="0" 
     453                        ATLMinimizesCRunTimeLibraryUsage="false" 
     454                        > 
     455                        <Tool 
     456                                Name="VCNMakeTool" 
     457                                BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8" 
     458                                ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a" 
     459                                CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean" 
     460                                Output="All samples" 
     461                                PreprocessorDefinitions="" 
     462                                IncludeSearchPath="" 
     463                                ForcedIncludes="" 
     464                                AssemblySearchPath="" 
     465                                ForcedUsingAssemblies="" 
     466                                CompileAsManaged="" 
     467                        /> 
     468                </Configuration> 
     469                <Configuration 
     470                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     471                        OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     472                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     473                        ConfigurationType="1" 
     474                        > 
     475                        <Tool 
     476                                Name="VCPreBuildEventTool" 
     477                        /> 
     478                        <Tool 
     479                                Name="VCCustomBuildTool" 
     480                        /> 
     481                        <Tool 
     482                                Name="VCXMLDataGeneratorTool" 
     483                        /> 
     484                        <Tool 
     485                                Name="VCWebServiceProxyGeneratorTool" 
     486                        /> 
     487                        <Tool 
     488                                Name="VCMIDLTool" 
     489                                TargetEnvironment="1" 
     490                        /> 
     491                        <Tool 
     492                                Name="VCCLCompilerTool" 
     493                                ExecutionBucket="7" 
     494                        /> 
     495                        <Tool 
     496                                Name="VCManagedResourceCompilerTool" 
     497                        /> 
     498                        <Tool 
     499                                Name="VCResourceCompilerTool" 
     500                        /> 
     501                        <Tool 
     502                                Name="VCPreLinkEventTool" 
     503                        /> 
     504                        <Tool 
     505                                Name="VCLinkerTool" 
     506                                TargetMachine="0" 
     507                        /> 
     508                        <Tool 
     509                                Name="VCALinkTool" 
     510                        /> 
     511                        <Tool 
     512                                Name="VCXDCMakeTool" 
     513                        /> 
     514                        <Tool 
     515                                Name="VCBscMakeTool" 
     516                        /> 
     517                        <Tool 
     518                                Name="VCCodeSignTool" 
     519                        /> 
     520                        <Tool 
     521                                Name="VCPostBuildEventTool" 
     522                        /> 
     523                        <DeploymentTool 
     524                                ForceDirty="-1" 
     525                                RemoteDirectory="" 
     526                                RegisterOutput="0" 
     527                                AdditionalFiles="" 
     528                        /> 
     529                        <DebuggerTool 
     530                        /> 
     531                </Configuration> 
    188532        </Configurations> 
    189533        <References> 
Note: See TracChangeset for help on using the changeset viewer.