mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
|
MODULE = threadpoolwinrt.dll
|
||
|
IMPORTS = combase uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
IDL_SRCS = classes.idl
|