From 60de218281a1227081afbd74d153e8acbd431f80 Mon Sep 17 00:00:00 2001 From: daco65 Date: Fri, 23 Jan 2009 01:42:33 +0000 Subject: [PATCH] changed the project files. building in windows is still broken (trowing sdl.h not found in inputmanager.h when building core?!) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1989 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Core.vcproj | 10 +--------- Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj | 3 ++- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index f4352351fd..7d151bece3 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1,7 +1,7 @@ - - - - diff --git a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj index 7202ae84dd..2ebc2fd9b1 100644 --- a/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj +++ b/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj @@ -97,6 +97,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Externals\Cg;..\..\..\Externals\GLew;..\..\..\Externals\libjpeg" GenerateManifest="false" + GenerateDebugInformation="true" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" @@ -206,7 +207,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories="..\..\..\Externals\Cg64;..\..\..\Externals\GLew;..\..\..\Externals\libjpeg" GenerateManifest="false" - GenerateDebugInformation="false" + GenerateDebugInformation="true" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" RandomizedBaseAddress="1" FixedBaseAddress="1"