Sweden-Number/dlls/shlwapi/Makefile.in

35 lines
508 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
2004-06-01 21:45:34 +02:00
IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
DELAYIMPORTS = oleaut32
EXTRALIBS = -luuid $(LIBUNICODE)
C_SRCS = \
assoc.c \
clist.c \
istream.c \
msgbox.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
RC_SRCS = \
shlwapi.rc
SUBDIRS = tests
2002-05-09 21:48:07 +02:00
@MAKE_DLL_RULES@
### Dependencies: