makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / explorer / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = explorer.exe
3 APPMODE   = -mwindows -municode
4 IMPORTS   = rpcrt4 user32 gdi32 advapi32
5 DELAYIMPORTS = comctl32
6
7 C_SRCS = \
8         appbar.c \
9         desktop.c \
10         explorer.c \
11         systray.c
12
13 @MAKE_PROG_RULES@