mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
TESTDLL = combase.dll
|
|
IMPORTS = combase uuid user32
|
|
|
|
SOURCES = \
|
|
combase.rc \
|
|
roapi.c \
|
|
string.c \
|
|
wine.combase.test.c \
|
|
wine.combase.test.spec
|