mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
MODULE = wintypes.dll
|
|
IMPORTLIB = wintypes
|
|
IMPORTS = combase
|
|
|
|
SOURCES = \
|
|
buffer.c \
|
|
classes.idl \
|
|
main.c \
|
|
propertyset.c \
|
|
storage.c \
|
|
wintypes_private.idl
|