mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
MODULE = hid.dll
|
|
IMPORTLIB = hid
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = version.rc
|