Changeset 1380


Ignore:
Timestamp:
09/15/06 18:21:44 (18 years ago)
Author:
giegl
Message:

GTPD - Jungle Rumble - Release build also working

Location:
GTP/trunk/App/Games/Jungle_Rumble
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Games/Jungle_Rumble/src/WuermerDX9_2003.sln

    r1378 r1380  
    99                Profile = Profile 
    1010                Release = Release 
     11                Release_GTP = Release_GTP 
    1112        EndGlobalSection 
    1213        GlobalSection(ProjectConfiguration) = postSolution 
     
    1718                {9C04CC2D-C188-4443-A185-CB0BCA6ED98D}.Release.ActiveCfg = Release|Win32 
    1819                {9C04CC2D-C188-4443-A185-CB0BCA6ED98D}.Release.Build.0 = Release|Win32 
     20                {9C04CC2D-C188-4443-A185-CB0BCA6ED98D}.Release_GTP.ActiveCfg = Release_GTP|Win32 
     21                {9C04CC2D-C188-4443-A185-CB0BCA6ED98D}.Release_GTP.Build.0 = Release_GTP|Win32 
    1922        EndGlobalSection 
    2023        GlobalSection(ExtensibilityGlobals) = postSolution 
  • GTP/trunk/App/Games/Jungle_Rumble/src/WuermerDX9_2003.vcproj

    r1378 r1380  
    8383                                InlineFunctionExpansion="1" 
    8484                                OmitFramePointers="TRUE" 
    85                                 AdditionalIncludeDirectories=".\physic\Cooking\include;.\physic\PhysXLoader\include;.\physic\Physics\include;.\physic\Foundation\include;Common" 
     85                                AdditionalIncludeDirectories="..\..\..\..\..\..\NonGTP\Boost;.\physic\Cooking\include;.\physic\PhysXLoader\include;.\physic\Physics\include;.\physic\Foundation\include;Common" 
    8686                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    8787                                StringPooling="TRUE" 
     
    188188                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    189189                </Configuration> 
     190                <Configuration 
     191                        Name="Release_GTP|Win32" 
     192                        OutputDirectory="$(ConfigurationName)" 
     193                        IntermediateDirectory="$(ConfigurationName)" 
     194                        ConfigurationType="1" 
     195                        CharacterSet="1"> 
     196                        <Tool 
     197                                Name="VCCLCompilerTool" 
     198                                Optimization="3" 
     199                                GlobalOptimizations="TRUE" 
     200                                FavorSizeOrSpeed="1" 
     201                                OptimizeForProcessor="3" 
     202                                AdditionalIncludeDirectories="..\..\..\..\..\..\NonGTP\Boost;.\physic\Cooking\include;.\physic\PhysXLoader\include;.\physic\Physics\include;.\physic\Foundation\include;Common" 
     203                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
     204                                MinimalRebuild="TRUE" 
     205                                BasicRuntimeChecks="0" 
     206                                RuntimeLibrary="0" 
     207                                BufferSecurityCheck="FALSE" 
     208                                EnableFunctionLevelLinking="TRUE" 
     209                                EnableEnhancedInstructionSet="1" 
     210                                UsePrecompiledHeader="2" 
     211                                PrecompiledHeaderThrough="dxstdafx.h" 
     212                                WarningLevel="3" 
     213                                Detect64BitPortabilityProblems="TRUE" 
     214                                DebugInformationFormat="3" 
     215                                DisableSpecificWarnings="4995; 4512"/> 
     216                        <Tool 
     217                                Name="VCCustomBuildTool"/> 
     218                        <Tool 
     219                                Name="VCLinkerTool" 
     220                                AdditionalOptions="/IGNORE:4089 /MAPINFO:LINES" 
     221                                AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9d.lib d3d9.lib winmm.lib comctl32.lib dsound.lib dinput8.lib " 
     222                                OutputFile="..\bin\JungleRumble.exe" 
     223                                LinkIncremental="2" 
     224                                GenerateDebugInformation="TRUE" 
     225                                ProgramDatabaseFile="$(OutDir)/WuermerDX9.pdb" 
     226                                GenerateMapFile="TRUE" 
     227                                MapExports="TRUE" 
     228                                MapLines="TRUE" 
     229                                SubSystem="2" 
     230                                TargetMachine="1"/> 
     231                        <Tool 
     232                                Name="VCMIDLTool"/> 
     233                        <Tool 
     234                                Name="VCPostBuildEventTool"/> 
     235                        <Tool 
     236                                Name="VCPreBuildEventTool"/> 
     237                        <Tool 
     238                                Name="VCPreLinkEventTool"/> 
     239                        <Tool 
     240                                Name="VCResourceCompilerTool"/> 
     241                        <Tool 
     242                                Name="VCWebServiceProxyGeneratorTool"/> 
     243                        <Tool 
     244                                Name="VCXMLDataGeneratorTool"/> 
     245                        <Tool 
     246                                Name="VCWebDeploymentTool"/> 
     247                        <Tool 
     248                                Name="VCManagedWrapperGeneratorTool"/> 
     249                        <Tool 
     250                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     251                </Configuration> 
    190252        </Configurations> 
    191253        <References> 
     
    248310                                <FileConfiguration 
    249311                                        Name="Profile|Win32"> 
     312                                        <Tool 
     313                                                Name="VCCLCompilerTool" 
     314                                                UsePrecompiledHeader="1"/> 
     315                                </FileConfiguration> 
     316                                <FileConfiguration 
     317                                        Name="Release_GTP|Win32"> 
    250318                                        <Tool 
    251319                                                Name="VCCLCompilerTool" 
  • GTP/trunk/App/Games/Jungle_Rumble/src/common/dxut.cpp

    r1378 r1380  
    43884388                    } 
    43894389 
    4390                     case VK_PAUSE:  
     4390                    case VK_F5: // MG 
     4391                                                                                case VK_PAUSE:  
    43914392                    { 
    43924393                        bool bTimePaused = DXUTIsTimePaused(); 
Note: See TracChangeset for help on using the changeset viewer.