summaryrefslogtreecommitdiff
path: root/README_MSVC.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 12:57:07 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 12:57:07 +0000
commite45233574257f5ffd409e830c0d1d32fc6b37d81 (patch)
tree4fed47145a1c04e8bd41ac5af11e448d87ea9e88 /README_MSVC.txt
parent6cc0e6afc4ee0f66ff355ec76bee4f1828118b6e (diff)
downloadlibusb-e45233574257f5ffd409e830c0d1d32fc6b37d81.tar.gz
Fix CR/LF inconsistencies
Diffstat (limited to 'README_MSVC.txt')
-rw-r--r--README_MSVC.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/README_MSVC.txt b/README_MSVC.txt
index d35fa87..700469f 100644
--- a/README_MSVC.txt
+++ b/README_MSVC.txt
@@ -1,15 +1,15 @@
-To compile libusb 1.0 using MSVC 8 or later:
-
-- download the pthread.h and sched.h headers from
- ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-2-8-0-release/include/
- into the msvc directory
-- download pthreadVC2.lib from:
- ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-2-8-0-release/lib/
- into the msvc directory
-- download pthreadVC2.dll from the same link into your executable destination
-- edit config_msvc.h according to your needs (you might want to comment out
- ENABLE_DEBUG_LOGGING)
-- edit the Linker's "Additional Library Directory" properties to point to your
- Windows DDK (you must have the Windows DDK installed). For instance, to build
- against the Windows 7 x86 libraries, you could use:
- E:\WinDDK\7600.16385.0\lib\win7\i386
+To compile libusb 1.0 using MSVC 8 or later:
+
+- download the pthread.h and sched.h headers from
+ ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-2-8-0-release/include/
+ into the msvc directory
+- download pthreadVC2.lib from:
+ ftp://sourceware.org/pub/pthreads-win32/prebuilt-dll-2-8-0-release/lib/
+ into the msvc directory
+- download pthreadVC2.dll from the same link into your executable destination
+- edit config_msvc.h according to your needs (you might want to comment out
+ ENABLE_DEBUG_LOGGING)
+- edit the Linker's "Additional Library Directory" properties to point to your
+ Windows DDK (you must have the Windows DDK installed). For instance, to build
+ against the Windows 7 x86 libraries, you could use:
+ E:\WinDDK\7600.16385.0\lib\win7\i386