summaryrefslogtreecommitdiff
path: root/README_MSVC.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-18 20:32:38 +0000
committerPete Batard <pbatard@gmail.com>2010-01-18 20:32:38 +0000
commit7a8f7d1826c754aed2a4ae5f369b8882cc4cb884 (patch)
tree95e4b7cfe4bc9999d196974eb4f23d5ce9f4b1bd /README_MSVC.txt
parent2012ca7b23b2199022c51e84ca1d82838a9a570c (diff)
downloadlibusb-7a8f7d1826c754aed2a4ae5f369b8882cc4cb884.tar.gz
r89: extended API support
- composite devices as a separate backend API - mutidriver support in composite devices interface - HID: device interface path, open/close (WIP) - added HID test in xusb.c - fixed Windows version and DDK support - smaller fixes
Diffstat (limited to 'README_MSVC.txt')
-rw-r--r--README_MSVC.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README_MSVC.txt b/README_MSVC.txt
index 1b59b73..2885364 100644
--- a/README_MSVC.txt
+++ b/README_MSVC.txt
@@ -1,4 +1,4 @@
-To compile libusb 1.0 using MSVC 9:
+To compile libusb 1.0 using Microsoft Visual Studio:
Note: in the text below, (Win32) means "when producing 32 bit binaries" and
(x64) "when producing 64 bit binaries". This is independent of whether your
@@ -21,8 +21,8 @@ platform is actually 32 or 64 bit.
http://sourceware.org/pthreads-win32/ and create both a pthreadVC2_x64.lib
and pthreadVC2_x64.dll from the latest pthread-win32 source.
- To help compiling pthreadVC2_x64.dll on x64 platforms, sample .sln and .vcproj
- files for pthread-win32 are provided in the msvc\pthread-win32_x64\ directory.
+ To help compiling pthreadVC2_x64.dll on x64 platforms, sample .sln and
+ .vcproj files are provided in the msvc\pthread-win32_x64\ directory.
- (x64) Copy pthreadVC2_x64.lib to the msvc directory.