mciavi: Use MCIERR_UNSUPPORTED_FUNCTION, not 0 (NOERROR).
[wine.git] / dlls / user.exe16 / Makefile.in
blobe5015cbda1e5832e083ec3f9fae979da8537a494
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = user.exe16
6 IMPORTS = mpr user32 gdi32 kernel32 kernel ntdll
7 EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,user32.dll,--heap,65520
8 EXTRARCFLAGS = -O res16
10 C_SRCS = \
11 bidi.c \
12 comm.c \
13 dialog.c \
14 hook.c \
15 message.c \
16 network.c \
17 user.c \
18 window.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend