gdi32: Make GetICMProfile behave more like native. Rewrite ansi version as a wrapper...
[wine] / dlls / dmusic32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmusic32.dll
6 IMPORTLIB = libdmusic32.$(IMPLIBEXT)
7 IMPORTS   = kernel32
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         dmusic32_main.c
12
13 RC_SRCS = version.rc
14
15 @MAKE_DLL_RULES@
16
17 @DEPENDENCIES@  # everything below this line is overwritten by make depend