makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / query / Makefile.in
1 MODULE    = query.dll
2 IMPORTS   = uuid
3 EXTRADEFS = -DCOM_NO_WINDOWS_H
4
5 C_SRCS = \
6         query_main.c
7
8 @MAKE_DLL_RULES@