Added rules for building import libraries in the individual dll
[wine.git] / dlls / dmband / Makefile.in
blob1dcf1ea0b0b4cff92f637413c7f168654f04f157
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmband.dll
6 IMPORTLIB = libdmband.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 band.c \
12 bandtrack.c \
13 dmutils.c \
14 dmband_main.c \
15 regsvr.c
17 RC_SRCS = version.rc
19 @MAKE_DLL_RULES@
21 ### Dependencies: