mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
MODULE = propsys.dll
|
|
IMPORTLIB = propsys
|
|
IMPORTS = ole32 oleaut32 uuid
|
|
|
|
C_SRCS = \
|
|
propstore.c \
|
|
propsys_main.c \
|
|
propvar.c
|
|
|
|
IDL_SRCS = propsys_classes.idl
|