diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-19 11:43:14 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-19 11:43:14 +0000 |
commit | e36b809e53b7cf899bcdc7a3241065447b55c7fe (patch) | |
tree | ed6ed215b47f8e6ecc6d24bf17b60d8184253512 | |
parent | f569696ea951722aea523b6a60057fdec77d6647 (diff) | |
download | libusb-e36b809e53b7cf899bcdc7a3241065447b55c7fe.tar.gz |
renamed 2005 and 2008 MSVC solution files
2005 will be used a master and the only one included in release.
2008 will be kept in the development tree only for convenience.
-rw-r--r-- | README_MSVC.txt | 25 | ||||
-rw-r--r-- | examples/lsusb.vcproj (renamed from examples/lsusb_2005.vcproj) | 0 | ||||
-rw-r--r-- | examples/xusb.vcproj (renamed from examples/xusb_2005.vcproj) | 0 | ||||
-rw-r--r-- | libusb.dsw (renamed from libusb_vc6.dsw) | 0 | ||||
-rw-r--r-- | libusb.sln (renamed from libusb_2005.sln) | 8 | ||||
-rw-r--r-- | libusb_2008.sln | 4 | ||||
-rw-r--r-- | libusb_dll.vcproj (renamed from libusb-dll_2005.vcproj) | 0 | ||||
-rw-r--r-- | libusb_dll_2008.vcproj (renamed from libusb-dll_2008.vcproj) | 0 | ||||
-rw-r--r-- | libusb_static.vcproj (renamed from libusb-static_2005.vcproj) | 0 | ||||
-rw-r--r-- | libusb_static_2008.vcproj (renamed from libusb-static_2008.vcproj) | 0 |
10 files changed, 6 insertions, 31 deletions
diff --git a/README_MSVC.txt b/README_MSVC.txt deleted file mode 100644 index df45651..0000000 --- a/README_MSVC.txt +++ /dev/null @@ -1,25 +0,0 @@ -To compile libusb 1.0 using either Microsoft Visual Studio or the Windows DDK - -- If needed, edit msvc/config.h according to your needs (you might want to - comment out ENABLE_DEBUG_LOGGING for instance). - -That's it! You should now be able to compile the solution. - - -Note 1: For Visual Studio, 3 sets of solution files are provided depending on -whether you are running MSVC6, Visual Studio 2008 (MSVC9) or Visual Studio 2005 -(MSVC8). For the DDK, just run ddk_build.cmd from a DDK build environment -command prompt. - -Note 2: If the the compilation process complains about missing libraries, you -will need to ensure that the default library paths for your project point to a -directory that contains setupapi.lib and ole32.lib. -If needed, these libraries can be obtained by downloading either the latest -Windows SDK or the DDK. - -Note 3: Provided that you have the required environment, it is possible to -produce either a 32 or 64 bit version of the library. Both these version are -supported and have been equally tested during development. - -For additional information, please refer to: - http://libusb.org/wiki/windows_backend
\ No newline at end of file diff --git a/examples/lsusb_2005.vcproj b/examples/lsusb.vcproj index 453b2a2..453b2a2 100644 --- a/examples/lsusb_2005.vcproj +++ b/examples/lsusb.vcproj diff --git a/examples/xusb_2005.vcproj b/examples/xusb.vcproj index 19e771a..19e771a 100644 --- a/examples/xusb_2005.vcproj +++ b/examples/xusb.vcproj diff --git a/libusb_vc6.dsw b/libusb.dsw index 7e11c3a..7e11c3a 100644 --- a/libusb_vc6.dsw +++ b/libusb.dsw diff --git a/libusb_2005.sln b/libusb.sln index 9d26b08..9ffadde 100644 --- a/libusb_2005.sln +++ b/libusb.sln @@ -1,19 +1,19 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (static)", "libusb-static_2005.vcproj", "{5AB6B770-1925-48D5-ABC2-930F3259C020}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (static)", "libusb_static.vcproj", "{5AB6B770-1925-48D5-ABC2-930F3259C020}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (dll)", "libusb-dll_2005.vcproj", "{8224C054-5968-4238-832C-167155E7ECC3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (dll)", "libusb_dll.vcproj", "{8224C054-5968-4238-832C-167155E7ECC3}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lsusb", "examples\lsusb_2005.vcproj", "{98CFD8FA-EE20-40D5-AF13-F8C4856D6CA5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lsusb", "examples\lsusb.vcproj", "{98CFD8FA-EE20-40D5-AF13-F8C4856D6CA5}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" @@ -22,7 +22,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lsusb", "examples\lsusb_200 {5AB6B770-1925-48D5-ABC2-930F3259C020} = {5AB6B770-1925-48D5-ABC2-930F3259C020} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xusb", "examples\xusb_2005.vcproj", "{08A6FA39-21B7-4A05-9252-2F9864A5E5A4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xusb", "examples\xusb.vcproj", "{08A6FA39-21B7-4A05-9252-2F9864A5E5A4}" ProjectSection(WebsiteProperties) = preProject Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.Debug = "False" diff --git a/libusb_2008.sln b/libusb_2008.sln index e2421f9..7907b4d 100644 --- a/libusb_2008.sln +++ b/libusb_2008.sln @@ -1,8 +1,8 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0", "libusb-static_2008.vcproj", "{349EE8F9-7D25-4909-AAF5-FF3FADE72187}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0", "libusb_static_2008.vcproj", "{349EE8F9-7D25-4909-AAF5-FF3FADE72187}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (dll)", "libusb-dll_2008.vcproj", "{349EE8FA-7D25-4909-AAF5-FF3FADE72187}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb-1.0 (dll)", "libusb_dll_2008.vcproj", "{349EE8FA-7D25-4909-AAF5-FF3FADE72187}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lsusb", "examples\lsusb_2008.vcproj", "{F4938DB0-3DE7-4737-9C5A-EAD1BE819F87}" ProjectSection(ProjectDependencies) = postProject diff --git a/libusb-dll_2005.vcproj b/libusb_dll.vcproj index 3fb1e74..3fb1e74 100644 --- a/libusb-dll_2005.vcproj +++ b/libusb_dll.vcproj diff --git a/libusb-dll_2008.vcproj b/libusb_dll_2008.vcproj index 85fa353..85fa353 100644 --- a/libusb-dll_2008.vcproj +++ b/libusb_dll_2008.vcproj diff --git a/libusb-static_2005.vcproj b/libusb_static.vcproj index 6b505ba..6b505ba 100644 --- a/libusb-static_2005.vcproj +++ b/libusb_static.vcproj diff --git a/libusb-static_2008.vcproj b/libusb_static_2008.vcproj index 16c7c0e..16c7c0e 100644 --- a/libusb-static_2008.vcproj +++ b/libusb_static_2008.vcproj |