mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
EXTRADEFS = -DWINOLE32API=
|
|
MODULE = coml2.dll
|
|
IMPORTLIB = coml2
|
|
IMPORTS = uuid
|
|
|
|
SOURCES = \
|
|
memlockbytes.c \
|
|
stg_prop.c \
|
|
storage32.c
|