mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:06:13 +00:00
17 lines
325 B
Makefile
17 lines
325 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = explorer.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32
|
|
DELAYIMPORTS = comctl32
|
|
|
|
C_SRCS = \
|
|
appbar.c \
|
|
desktop.c \
|
|
explorer.c \
|
|
systray.c
|
|
|
|
@MAKE_PROG_RULES@
|