Added debugstr_guid function and used it to replace
[wine] / dlls / dsound / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = dsound
7
8 SPEC_SRCS = \
9         dsound.spec
10
11 C_SRCS = \
12         dsound_main.c
13
14 all: $(MODULE).o
15
16 @MAKE_RULES@
17
18 ### Dependencies:
19