projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winecfg: Remove spaces before '\n' in resource strings.
[wine]
/
programs
/
explorer
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = explorer.exe
6
APPMODE = -mwindows -municode
7
IMPORTS = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = comctl32
9
10
C_SRCS = \
11
desktop.c \
12
explorer.c \
13
systray.c
14
15
@MAKE_PROG_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend