mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
11 lines
172 B
Makefile
11 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@
|