mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 04:15:48 +00:00
11 lines
164 B
Makefile
11 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
|