projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
richedit: Remove header function declarations with no definition.
[wine]
/
dlls
/
shell.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = shell.dll16
6
IMPORTS = shell32 user32 advapi32 kernel32
7
8
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,shell32.dll
9
EXTRARCFLAGS = -O res16
10
11
C_SRCS = shell.c
12
13
RC_SRCS = version.rc
14
15
@MAKE_DLL_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend