makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / qmgrprxy / Makefile.in
1 MODULE    = qmgrprxy.dll
2 IMPORTS   = rpcrt4
3 EXTRADEFS = -DREGISTER_PROXY_DLL
4
5 IDL_I_SRCS = qmgrprxy.idl
6 IDL_P_SRCS = qmgrprxy.idl
7
8 EXTRA_OBJS = dlldata.o
9
10 @MAKE_DLL_RULES@