From a34b81cc01feca9fbec02bc765853f5c583cb9ad Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 8 Feb 2011 04:03:48 +0000 Subject: vs2010: buildfix move much of the build settings to .props files -please use them as much as possible in the future, instead of changing individual projects NOTE: to avoid left over blobs, clean your builds *before* applying these changes. TODO: add DebugFast target for projects that are lacking it. Lack of DebugFast targets cause the linker to use LTCG when we don't want it. please test for regressions which could be caused by being too happy with compiler flags :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7109 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/InputCommon.vcxproj | 116 +++++++--------------------- 1 file changed, 28 insertions(+), 88 deletions(-) (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index f7ee5fa3d7..80aaeaa140 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -39,191 +39,131 @@ StaticLibrary true - MultiByte + Unicode StaticLibrary false - true Unicode + true StaticLibrary false - true Unicode StaticLibrary false + Unicode true - MultiByte StaticLibrary false - true - MultiByte + Unicode + + + + + + + + + + + + - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - - - $(PlatformName)\$(Configuration)\ - $(PlatformName)\$(Configuration)\ - + + + + + + - Level3 - Disabled ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - _SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDebug true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + - Level3 - Disabled ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - _SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDebug true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + - Level3 - MaxSpeed - true - true ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - _SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded true true true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + - Level3 - MaxSpeed - true - true ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - DEBUGFAST;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - false true true true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + - Level3 - MaxSpeed - true - true ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - _SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded true true true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + - Level3 - MaxSpeed - true - true ..\Common\Src;..\..\..\Externals\SDL\Include_1.2;%(AdditionalIncludeDirectories) - DEBUGFAST;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - false true true true - - xinput.lib - ..\..\..\Externals\SDL\$(PlatformName);%(AdditionalLibraryDirectories) - + -- cgit v1.2.3