1 #TARGETTYPE is not defined, to allow selection between static lib or DLL with ddk_build
3 DLLDEF=..\libusb-1.0.def
5 !IFNDEF MSC_WARNING_LEVEL
15 INCLUDES=..;..\..\msvc;$(DDK_INC_PATH)
16 C_DEFINES= $(C_DEFINES) $(LIBUSB_DEFINES) /DDDKBUILD
18 # http://jpassing.com/2009/10/21/ltcg-issues-with-the-win7amd64-environment-of-wdk-7600/
19 # prevents the following error when using the 64 bit static lib with Visual Studio 2010:
20 # "fatal error C1001: An internal error has occurred in the compiler.
21 # (compiler file 'f:\dd\vctools\compiler\utc\src\p2\p2symtab.c', line 1823)"
22 # and the following with Visual Studio 2010:
23 # "fatal error C1047: The object or library file 'libusb-1.0.lib' was created with
24 # an older compiler than other objects; rebuild old objects and libraries"
27 TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib