mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +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@
|