Files
hidapi/windows/ddk_build/sources
Alan Ott 9863c26676 Windows: Default the DDK build to use _cdecl
The Windows DDK defaults to __stdcall which isn't what we want.
2012-05-17 08:18:18 +08:00

26 lines
395 B
Plaintext

TARGETNAME=hidapi
TARGETTYPE=DYNLINK
UMTYPE=console
UMENTRY=main
386_STDCALL=0
MSC_WARNING_LEVEL=/W3 /WX
TARGETLIBS=$(SDK_LIB_PATH)\hid.lib \
$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\comdlg32.lib
USE_MSVCRT=1
INCLUDES= ..\..\hidapi
SOURCES= ..\hid.c \
TARGET_DESTINATION=retail
MUI=0
MUI_COMMENT="HID Interface DLL"