From f91e8e9423c60915c744b30325130f138251c515 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 18 Feb 2015 13:29:39 -0800 Subject: [PATCH] make libusb vcxproj use standard dolphin template and don't compile strerror.c. --- Externals/libusb/libusb_static_2013.vcxproj | 78 +++++++++++++++++++++ Source/Core/Core/Core.vcxproj | 2 +- Source/dolphin-emu.sln | 2 +- 3 files changed, 80 insertions(+), 2 deletions(-) create mode 100644 Externals/libusb/libusb_static_2013.vcxproj diff --git a/Externals/libusb/libusb_static_2013.vcxproj b/Externals/libusb/libusb_static_2013.vcxproj new file mode 100644 index 0000000000..cbdbd686ea --- /dev/null +++ b/Externals/libusb/libusb_static_2013.vcxproj @@ -0,0 +1,78 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + libusb-1.0 (static) + {349EE8F9-7D25-4909-AAF5-FF3FADE72187} + + + + StaticLibrary + v120 + Unicode + + + true + + + false + + + + + + + + + + + + + + + .\msvc;%(AdditionalIncludeDirectories) + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/Core/Core/Core.vcxproj b/Source/Core/Core/Core.vcxproj index 43fc2034a0..7343c193a7 100644 --- a/Source/Core/Core/Core.vcxproj +++ b/Source/Core/Core/Core.vcxproj @@ -446,7 +446,7 @@ {8ada04d7-6db1-4da4-ab55-64fb12a0997b} - + {349ee8f9-7d25-4909-aaf5-ff3fade72187} diff --git a/Source/dolphin-emu.sln b/Source/dolphin-emu.sln index ab9df5f158..232b9b6115 100644 --- a/Source/dolphin-emu.sln +++ b/Source/dolphin-emu.sln @@ -51,7 +51,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SCMRevGen", "Core\Common\SC EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SFML_Network", "..\Externals\SFML\build\vc2010\SFML_Network.vcxproj", "{93D73454-2512-424E-9CDA-4BB357FE13DD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0", "..\Externals\libusb\msvc\libusb_static_2013.vcxproj", "{349EE8F9-7D25-4909-AAF5-FF3FADE72187}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0", "..\Externals\libusb\libusb_static_2013.vcxproj", "{349EE8F9-7D25-4909-AAF5-FF3FADE72187}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "portaudio", "..\Externals\portaudio\build\portaudio.vcxproj", "{0A18A071-125E-442F-AFF7-A3F68ABECF99}" EndProject