mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c1bfca04e1
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
24 lines
360 B
Makefile
24 lines
360 B
Makefile
EXTRADEFS = -D_SHLWAPI_
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = shlwapi.dll
|
|
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
ordinal.c \
|
|
path.c \
|
|
reg.c \
|
|
regstream.c \
|
|
shlwapi_main.c \
|
|
string.c \
|
|
url.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|