diff options
author | Pete Batard <pbatard@gmail.com> | 2010-08-17 16:26:14 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-08-17 16:26:14 +0100 |
commit | 443ee055b2f020ac431abf2967935c6a4cc81a04 (patch) | |
tree | 645647cca452254eedba414b0797edb788f0cd6e /libusb | |
parent | 02043e6e0e2f27fe1d4f2a43ad7c42d6cd8b04a3 (diff) | |
download | libusb-443ee055b2f020ac431abf2967935c6a4cc81a04.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
Diffstat (limited to 'libusb')
-rw-r--r-- | libusb/os/libusb_sources | 2 |
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 \ |