ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
[wine/wine-kai.git] / dlls / dmloader / Makefile.in
blob400d788ed6a88ba65887fff031e679b3444ecbb9
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmloader.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
9 C_SRCS = \
10 classfactory.c \
11 container.c \
12 debug.c \
13 dmloader_main.c \
14 loader.c \
15 loaderstream.c \
16 regsvr.c
18 RC_SRCS = version.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend