makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / icinfo / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = icinfo.exe
3 APPMODE   = -mwindows
4 IMPORTS   = msvfw32
5
6 C_SRCS = icinfo.c
7
8 @MAKE_PROG_RULES@