8 lines
101 B
Makefile
8 lines
101 B
Makefile
|
MODULE = windows.gaming.input.dll
|
||
|
IMPORTS = combase uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
IDL_SRCS = classes.idl
|