winmm: Correct check for MIXER_GETLINECONTROLSF_ONEBYTYPE in mixerGetLineControlsA.
[wine/wine64.git] / programs / winecfg / Makefile.in
blob952852687793eb47ec38aeb666a1751d855e0ca1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winecfg.exe
6 APPMODE = -mwindows
7 IMPORTS = comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 appdefaults.c \
12 audio.c \
13 drive.c \
14 drivedetect.c \
15 driveui.c \
16 libraries.c \
17 main.c \
18 theme.c \
19 winecfg.c \
20 x11drvdlg.c
22 RC_SRCS = winecfg.rc
24 @MAKE_PROG_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend