summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-11-22 23:33:12 +0000
committerPete Batard <pbatard@gmail.com>2010-11-22 23:33:12 +0000
commit17f273433d42da5ee14bccadf91a2bf8c8f91996 (patch)
tree91c4c59a6d1b30aaf150cb15407b0c22930b066a
parentef2e3534531caafb20f9996b4cd61cd81ebe1c45 (diff)
downloadlibusb-17f273433d42da5ee14bccadf91a2bf8c8f91996.tar.gz
edited INSTALL_WINT to reflect the path changes
-rw-r--r--INSTALL_WIN.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt
index 778f891..fb3bf3d 100644
--- a/INSTALL_WIN.txt
+++ b/INSTALL_WIN.txt
@@ -6,9 +6,9 @@ If you are compiling for MinGW or cygwin, please refer to the INSTALL file.
If you are using Microsoft Visual Studio:
- Open the relevant solution file libusb.dsw for MSVC6, libusb.sln for Visual
Studio 2005 or later (you will go through a conversion process if using 2008
- or later)
+ or later). These files are located in the msvc\ directory.
- If you want to debug the library, uncomment the ENABLE_DEBUG_LOGGING define
- in config.h
+ in msvc\config.h
- Select your configuration and compile the project
Note that if you are using Visual Studio Express, you will not be able to
@@ -16,11 +16,11 @@ compile the 64 bit version of the library.
If you are using the freely available Windows DDK/WDK (Driver Development Kit)
- If you want to debug the library, uncomment the ENABLE_DEBUG_LOGGING define
- in config.h
+ in msvc\config.h
- Open one of the relevant Free Build or Checked Build prompt for your target
platform
-- Navigate to the root directory of the distribution, where the ddk_build.cmd
- file is located, and run 'ddk_build'
+- Navigate to the msvc\ directory where the ddk_build.cmd file is located, and
+ run 'ddk_build'
- To produce a DLL rather than a static library, use: 'ddk_build DLL'
- To produce a static library that uses LIBCMT[d] instead of MSVCRT[d] (/MT[d]
vs /MD[d] in Visual Studio) use: 'ddk_build /MT'