Sweden-Number/dlls/shlwapi/Makefile.in

31 lines
465 B
Makefile
Raw Normal View History

2002-10-25 05:12:32 +02:00
EXTRADEFS = -D_SHLWAPI_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = shlwapi.dll
IMPORTS = ole32 user32 gdi32 advapi32 kernel32
DELAYIMPORTS = oleaut32
EXTRALIBS = -luuid $(LIBUNICODE)
C_SRCS = \
assoc.c \
clist.c \
istream.c \
ordinal.c \
path.c \
reg.c \
regstream.c \
shlwapi_main.c \
stopwatch.c \
2001-01-05 23:22:57 +01:00
string.c \
thread.c \
url.c \
wsprintf.c
SUBDIRS = tests
2002-05-09 21:48:07 +02:00
@MAKE_DLL_RULES@
### Dependencies: