diff options
author | Michael Plante <michael.plante@gmail.com> | 2010-04-19 23:04:27 +0100 |
---|---|---|
committer | Michael Plante <michael.plante@gmail.com> | 2010-04-19 23:04:27 +0100 |
commit | 4ab789bb911d4b47556ef078c379d05e50efa703 (patch) | |
tree | 7d3e3954f2b3202e232edb68973fe5d0cf1ea06a /INSTALL_WIN.txt | |
parent | b7c99f781f34103174b368dd22502b56c572be0c (diff) | |
download | libusb-4ab789bb911d4b47556ef078c379d05e50efa703.tar.gz |
clarified ddk build procedurer266
Diffstat (limited to 'INSTALL_WIN.txt')
-rw-r--r-- | INSTALL_WIN.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL_WIN.txt b/INSTALL_WIN.txt index af42da4..edb530d 100644 --- a/INSTALL_WIN.txt +++ b/INSTALL_WIN.txt @@ -19,7 +19,8 @@ If you are using the freely available Windows DDK/WDK (Driver Development Kit) 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' +- Navigate to the root directory of the distribution, 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' Note that using the Windows DDK, it is possible to compile both the 32 and 64 |