From 79aa90b87615eec3a0fb95a0630493dc0697fbda Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 8 May 2009 16:41:08 +0000 Subject: [PATCH] really fix SOIL-related troubles, i think :p git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3183 8ced0084-cf51-0410-be5f-012b33b47a6e --- Externals/SOIL/SOIL.vcproj | 382 ++--- Source/Core/VideoCommon/Src/HiresTextures.cpp | 1 + Source/Core/VideoCommon/VideoCommon.vcproj | 1385 ++++++++--------- Source/Dolphin.sln | 1 + .../Plugin_VideoOGL/Plugin_VideoOGL.vcproj | 37 +- 5 files changed, 881 insertions(+), 925 deletions(-) diff --git a/Externals/SOIL/SOIL.vcproj b/Externals/SOIL/SOIL.vcproj index a49f4a5e62..80e36b5960 100644 --- a/Externals/SOIL/SOIL.vcproj +++ b/Externals/SOIL/SOIL.vcproj @@ -20,9 +20,9 @@ @@ -59,16 +60,11 @@ Name="VCPreLinkEventTool" /> - @@ -79,7 +75,65 @@ Name="VCFxCopTool" /> + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -389,16 +369,11 @@ Name="VCPreLinkEventTool" /> - @@ -408,9 +383,6 @@ - @@ -419,64 +391,46 @@ - - - - - - - - - - - + - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + diff --git a/Source/Core/VideoCommon/Src/HiresTextures.cpp b/Source/Core/VideoCommon/Src/HiresTextures.cpp index d55bbccaad..16a19eb41e 100644 --- a/Source/Core/VideoCommon/Src/HiresTextures.cpp +++ b/Source/Core/VideoCommon/Src/HiresTextures.cpp @@ -23,6 +23,7 @@ #include "CommonPaths.h" #include "FileUtil.h" #include "FileSearch.h" + namespace HiresTextures { diff --git a/Source/Core/VideoCommon/VideoCommon.vcproj b/Source/Core/VideoCommon/VideoCommon.vcproj index 9f2830426d..eaa810a193 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcproj +++ b/Source/Core/VideoCommon/VideoCommon.vcproj @@ -1,696 +1,695 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ProjectType="Visual C++" + Version="9.00" + Name="VideoCommon" + ProjectGUID="{E5D1F0C0-AA07-4841-A4EB-4CF4DAA6B0FA}" + RootNamespace="VideoCommon" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/Dolphin.sln b/Source/Dolphin.sln index 16a702f181..d8b3cc9072 100644 --- a/Source/Dolphin.sln +++ b/Source/Dolphin.sln @@ -82,6 +82,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Debugger", "Core\DebuggerWX EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VideoCommon", "Core\VideoCommon\VideoCommon.vcproj", "{E5D1F0C0-AA07-4841-A4EB-4CF4DAA6B0FA}" ProjectSection(ProjectDependencies) = postProject + {C0B84DA9-FF15-4FAB-9590-17132F3C6DE4} = {C0B84DA9-FF15-4FAB-9590-17132F3C6DE4} {C573CAF7-EE6A-458E-8049-16C0BF34C2E9} = {C573CAF7-EE6A-458E-8049-16C0BF34C2E9} EndProjectSection EndProject diff --git a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj index 3d110544d3..2f6ad843d2 100644 --- a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj +++ b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj @@ -57,7 +57,7 @@ EnableIntrinsicFunctions="true" OmitFramePointers="true" WholeProgramOptimization="true" - AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/InputCommon/Src;../../Core/VideoCommon/Src;./Src;./Src/Windows;../../../Externals;..\..\..\Externals\libjpeg;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\Glew;..\..\..\Externals\SOIL" + AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/InputCommon/Src;../../Core/VideoCommon/Src;./Src;./Src/Windows;../../../Externals;..\..\..\Externals\libjpeg;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\Glew" PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" StringPooling="true" RuntimeLibrary="0" @@ -90,11 +90,11 @@ />