mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
MODULE = olepro32.dll
|
|
IMPORTLIB = olepro32
|
|
IMPORTS = oleaut32
|
|
|
|
C_SRCS = olepro32stubs.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|