summaryrefslogtreecommitdiff
path: root/INSTALL_WIN.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard>2010-03-29 15:41:22 +0100
committerPete Batard <pbatard>2010-03-29 15:41:22 +0100
commit99587b5e2d51a5084ac5d42b5da67c6701b80f87 (patch)
tree270c72b8b0cbee74703fdc2117016db6ccc157cd /INSTALL_WIN.txt
parentdb8c3ff754977a44b9d1b46314ad842a0f20ef0d (diff)
downloadlibusb-99587b5e2d51a5084ac5d42b5da67c6701b80f87.tar.gz
ddk_build improvements (DLL option, static lib default)r230
Diffstat (limited to 'INSTALL_WIN.txt')
-rw-r--r--INSTALL_WIN.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt
index a541e7e..6e9359b 100644
--- a/INSTALL_WIN.txt
+++ b/INSTALL_WIN.txt
@@ -14,16 +14,16 @@ If you are using Microsoft Visual Studio:
Note that if you are using Visual Studio Express, you will not be able to
compile the 64 bit version of the library.
-If you are using the freely available Windows DDK (Driver Development Kit)
+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
- Open one of the relevant Free Build or Checked Build prompt for your target
platform
-- Navigate to the directory where the source is located and run ddk_build.cmd
+- Navigate to the directory where the source is located and run 'ddk_build'
+- To produce a DLL rather than a static library, use: 'ddk_build DLL'
Note that using the Windows DDK, it is possible to compile both the 32 and 64
-bit versions of the library. The DDK build is currently set to produce only the
-DLL however.
+bit versions of the library.
Destination directories