projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed a few dependencies on 16-bit or internal functions. Fixed a few
[wine]
/
dlls
/
shlwapi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = shlwapi
6
EXTRALIBS = -lwine_unicode
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
ordinal.c \
13
path.c \
14
reg.c \
15
regstream.c \
16
shlwapi_main.c \
17
string.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies:
22