mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
12 lines
197 B
Makefile
12 lines
197 B
Makefile
MODULE = qmgrprxy.dll
|
|
IMPORTS = rpcrt4
|
|
EXTRADEFS = -DWINE_REGISTER_DLL
|
|
|
|
IDL_I_SRCS = qmgrprxy.idl
|
|
IDL_P_SRCS = qmgrprxy.idl
|
|
IDL_R_SRCS = qmgrprxy.idl
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
@MAKE_DLL_RULES@
|