summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-08-17 16:26:14 +0100
committerPete Batard <pbatard@gmail.com>2010-08-17 16:26:14 +0100
commit443ee055b2f020ac431abf2967935c6a4cc81a04 (patch)
tree645647cca452254eedba414b0797edb788f0cd6e
parent02043e6e0e2f27fe1d4f2a43ad7c42d6cd8b04a3 (diff)
downloadlibusb-pbr297.tar.gz
removed root from list of DDK include pathspbr297
* fixes an issue where DDK would use the config.h from MinGW/cygwin in root instead of using msvc's
-rw-r--r--libusb/os/libusb_sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/os/libusb_sources b/libusb/os/libusb_sources
index 81d63c2..176f36e 100644
--- a/libusb/os/libusb_sources
+++ b/libusb/os/libusb_sources
@@ -8,7 +8,7 @@ MSC_WARNING_LEVEL=/W3
USE_MSVCRT=1
-INCLUDES=..;..\..;..\..\msvc;$(DDK_INC_PATH)
+INCLUDES=..;..\..\msvc;$(DDK_INC_PATH)
C_DEFINES = $(C_DEFINES) $(LIBUSB_DEFINES) /DDDKBUILD
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \