makefiles: Disable use of Unicode macros globally for all the programs.
[wine/multimedia.git] / programs / explorer / Makefile.in
blob52296fea4400b23dca48089cbaa9be268fcaf8d2
1 MODULE = explorer.exe
2 APPMODE = -mwindows -municode
3 IMPORTS = rpcrt4 user32 gdi32 advapi32
4 DELAYIMPORTS = comctl32 shell32 ole32 shlwapi
6 C_SRCS = \
7 appbar.c \
8 desktop.c \
9 explorer.c \
10 systray.c
12 RC_SRCS = explorer.rc
13 PO_SRCS = explorer.rc
15 @MAKE_PROG_RULES@