mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10 lines
172 B
Makefile
10 lines
172 B
Makefile
MODULE = qmgrprxy.dll
|
|
IMPORTS = rpcrt4
|
|
EXTRADEFS = -DREGISTER_PROXY_DLL
|
|
|
|
IDL_I_SRCS = qmgrprxy.idl
|
|
IDL_P_SRCS = qmgrprxy.idl
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
@MAKE_DLL_RULES@
|