mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
MODULE = olepro32.dll
|
|
IMPORTLIB = olepro32
|
|
IMPORTS = oleaut32
|
|
|
|
C_SRCS = olepro32stubs.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|