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