mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 22:58:37 +00:00
5be8e7d8e0
UUID definitions (with the help of Francois Gouget).
23 lines
323 B
Makefile
23 lines
323 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = shlwapi
|
|
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
ordinal.c \
|
|
path.c \
|
|
reg.c \
|
|
regstream.c \
|
|
shlwapi_main.c \
|
|
string.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|