ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
[wine/wine-kai.git] / dlls / itss / Makefile.in
blob76e9cac4ef019f73b4daaec9c67befcdd5cfe5e8
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = itss.dll
6 IMPORTS = ole32 user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 chm_lib.c \
12 lzx.c \
13 itss.c \
14 moniker.c \
15 regsvr.c \
16 storage.c
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend