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