wshom.ocx: Implement IWshShortcut_put_TargetPath().
[wine/multimedia.git] / programs / explorer / Makefile.in
blobd31757000c1d90bfea94ac289b5af503c37689b3
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE = explorer.exe
3 APPMODE = -mwindows -municode
4 IMPORTS = rpcrt4 user32 gdi32 advapi32
5 DELAYIMPORTS = comctl32 shell32 ole32 shlwapi
7 C_SRCS = \
8 appbar.c \
9 desktop.c \
10 explorer.c \
11 systray.c
13 RC_SRCS = explorer.rc
14 PO_SRCS = explorer.rc
16 @MAKE_PROG_RULES@