mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
13 lines
184 B
Makefile
13 lines
184 B
Makefile
MODULE = propsys.dll
|
|
IMPORTLIB = propsys
|
|
IMPORTS = ole32 oleaut32 uuid
|
|
|
|
C_SRCS = \
|
|
propstore.c \
|
|
propsys_main.c \
|
|
propvar.c
|
|
|
|
IDL_R_SRCS = propsys_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|