projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32/tests: Check the correct variable for the correct value.
[wine]
/
programs
/
explorer
/
Makefile.in
1
MODULE = explorer.exe
2
APPMODE = -mwindows -municode
3
IMPORTS = rpcrt4 user32 gdi32 advapi32
4
DELAYIMPORTS = comctl32 shell32 ole32 shlwapi
5
6
C_SRCS = \
7
appbar.c \
8
desktop.c \
9
explorer.c \
10
systray.c
11
12
RC_SRCS = explorer.rc
13
PO_SRCS = explorer.rc
14
15
@MAKE_PROG_RULES@