SetMenu should always call SetWindowPos whether the window is visible
[wine] / dlls / dsound / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dsound.dll
6 IMPORTS   = winmm ole32 user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         buffer.c \
11         capture.c \
12         dsound_main.c \
13         mixer.c \
14         primary.c \
15         propset.c \
16         regsvr.c \
17         sound3d.c
18
19 RC_SRCS = version.rc
20
21 SUBDIRS = tests
22
23 @MAKE_DLL_RULES@
24
25 ### Dependencies: