mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
MODULE = propsys.dll
|
|
IMPORTLIB = propsys
|
|
IMPORTS = ole32 oleaut32
|
|
|
|
C_SRCS = \
|
|
propsys_main.c \
|
|
propvar.c
|
|
|
|
@MAKE_DLL_RULES@
|