Changeset 1380 for GTP/trunk/App
- Timestamp:
- 09/15/06 18:21:44 (18 years ago)
- 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 9 9 Profile = Profile 10 10 Release = Release 11 Release_GTP = Release_GTP 11 12 EndGlobalSection 12 13 GlobalSection(ProjectConfiguration) = postSolution … … 17 18 {9C04CC2D-C188-4443-A185-CB0BCA6ED98D}.Release.ActiveCfg = Release|Win32 18 19 {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 19 22 EndGlobalSection 20 23 GlobalSection(ExtensibilityGlobals) = postSolution -
GTP/trunk/App/Games/Jungle_Rumble/src/WuermerDX9_2003.vcproj
r1378 r1380 83 83 InlineFunctionExpansion="1" 84 84 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" 86 86 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 87 87 StringPooling="TRUE" … … 188 188 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 189 189 </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> 190 252 </Configurations> 191 253 <References> … … 248 310 <FileConfiguration 249 311 Name="Profile|Win32"> 312 <Tool 313 Name="VCCLCompilerTool" 314 UsePrecompiledHeader="1"/> 315 </FileConfiguration> 316 <FileConfiguration 317 Name="Release_GTP|Win32"> 250 318 <Tool 251 319 Name="VCCLCompilerTool" -
GTP/trunk/App/Games/Jungle_Rumble/src/common/dxut.cpp
r1378 r1380 4388 4388 } 4389 4389 4390 case VK_PAUSE: 4390 case VK_F5: // MG 4391 case VK_PAUSE: 4391 4392 { 4392 4393 bool bTimePaused = DXUTIsTimePaused();
Note: See TracChangeset
for help on using the changeset viewer.