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