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