From 99587b5e2d51a5084ac5d42b5da67c6701b80f87 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 29 Mar 2010 15:41:22 +0100 Subject: ddk_build improvements (DLL option, static lib default) --- INSTALL_WIN.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL_WIN.txt') 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 -- cgit v1.2.1