The argv array passed to the app needs to be in the Ansi codepage, not
[wine/multimedia.git] / dlls / msacm / Makefile.in
blob476a1d37ef92376b40dbaf9d2a7b7993f053cffa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msacm32.dll
6 IMPORTS = winmm user32 advapi32 kernel32
7 EXTRALIBS = $(LIBUNICODE)
9 C_SRCS = \
10 driver.c \
11 filter.c \
12 format.c \
13 internal.c \
14 msacm32_main.c \
15 pcmconverter.c \
16 stream.c
18 C_SRCS16 = \
19 msacm_main.c
21 SPEC_SRCS16 = msacm.spec
23 RC_SRCS = msacm.rc
25 SUBDIRS = tests
27 @MAKE_DLL_RULES@
29 ### Dependencies: