From 3201b61b5285c4426b7f0ba8da19d1a1dfd4d20d Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 5 Feb 2011 20:14:23 +0000 Subject: [PATCH] LTCG (link time code gen) was off in some projects, so turn it off in all of them so that the linker doesn't have to restart halfway through. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7084 8ced0084-cf51-0410-be5f-012b33b47a6e --- Externals/CLRun/clrun/CLRun.vcproj | 8 +- Languages/Languages.vcproj | 4 +- Source/Core/Common/SVNRevGen.vcproj | 4 +- .../DebuggerUICommon/DebuggerUICommon.vcproj | 12 +- Source/Core/VideoCommon/VideoCommon.vcproj | 28 +++-- .../Core/VideoUICommon/VideoUICommon.vcproj | 12 +- Source/DSPTool/DSPTool.vcproj | 4 +- .../Plugin_VideoDX11/Plugin_VideoDX11.vcproj | 10 +- .../Plugin_VideoDX9/Plugin_VideoDX9.vcproj | 10 +- .../Plugin_VideoOGL/Plugin_VideoOGL.vcproj | 8 +- .../Plugin_VideoSoftware.vcproj | 112 +++++++++--------- Source/UnitTests/UnitTests.vcproj | 4 +- 12 files changed, 116 insertions(+), 100 deletions(-) diff --git a/Externals/CLRun/clrun/CLRun.vcproj b/Externals/CLRun/clrun/CLRun.vcproj index 9bb4b04847..e94a097529 100644 --- a/Externals/CLRun/clrun/CLRun.vcproj +++ b/Externals/CLRun/clrun/CLRun.vcproj @@ -1,7 +1,7 @@ - - - - @@ -704,6 +698,14 @@ RelativePath=".\Src\OpenCL\OCLTextureDecoder.h" > + + + + diff --git a/Source/Core/VideoUICommon/VideoUICommon.vcproj b/Source/Core/VideoUICommon/VideoUICommon.vcproj index 7c961edbb9..85edda3fb1 100644 --- a/Source/Core/VideoUICommon/VideoUICommon.vcproj +++ b/Source/Core/VideoUICommon/VideoUICommon.vcproj @@ -1,7 +1,7 @@ - - - - @@ -400,14 +394,6 @@ RelativePath=".\Src\EfbInterface.h" > - - - - @@ -416,10 +402,6 @@ RelativePath=".\Src\HwRasterizer.h" > - - @@ -432,14 +414,6 @@ RelativePath=".\Src\OpcodeDecoder.h" > - - - - @@ -448,14 +422,6 @@ RelativePath=".\Src\Rasterizer.h" > - - - - @@ -464,14 +430,6 @@ RelativePath=".\Src\SetupUnit.h" > - - - - @@ -512,6 +470,58 @@ RelativePath=".\Src\stdafx.h" > + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -556,14 +566,6 @@ RelativePath=".\Src\Vec3.h" > - - - - diff --git a/Source/UnitTests/UnitTests.vcproj b/Source/UnitTests/UnitTests.vcproj index 74e96a8263..a93651b3e4 100644 --- a/Source/UnitTests/UnitTests.vcproj +++ b/Source/UnitTests/UnitTests.vcproj @@ -1,7 +1,7 @@