dmloader: Make the virtual table functions static where possible.
[wine/wine64.git] / dlls / dmloader / Makefile.in
blobc2b732946513a02ed75ebe1a2469fbe6d80f8153
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmloader.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = $(LIBUNICODE) -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: