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