Makefile.in 416 Bytes
Newer Older
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = explorer.exe
7
APPMODE   = -mwindows -municode
8
IMPORTS   = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9
DELAYIMPORTS = comctl32
10 11

C_SRCS = \
12
	appbar.c \
13
	desktop.c \
14 15
	explorer.c \
	systray.c
16 17 18

@MAKE_PROG_RULES@

19
@DEPENDENCIES@  # everything below this line is overwritten by make depend