summaryrefslogtreecommitdiff
path: root/libusb/os/sources
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/sources')
-rw-r--r--libusb/os/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/libusb/os/sources b/libusb/os/sources
index dc474ca..16b548b 100644
--- a/libusb/os/sources
+++ b/libusb/os/sources
@@ -1,5 +1,6 @@
TARGETNAME=libusb-1.0
TARGETTYPE=DYNLINK
+TARGETPATH=obj
DLLDEF=..\libusb-1.0.def
@@ -10,7 +11,7 @@ MSC_WARNING_LEVEL=/W3
USE_MSVCRT=1
INCLUDES=..;..\..;..\..\msvc;$(DDK_INC_PATH)
-C_DEFINES = $(C_DEFINES) /DDDKBUILD
+C_DEFINES = $(C_DEFINES) /DDDKBUILD /D_MSC_VER=1200
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \