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