mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 22:35:56 +00:00
14 lines
240 B
Makefile
14 lines
240 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|