jscript: Fix possible NULL pointer access in heap_strdupW.
[wine] / programs / winecfg / Makefile.in
1 MODULE    = winecfg.exe
2 APPMODE   = -mwindows
3 IMPORTS   = uuid comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32
4
5 C_SRCS = \
6         about.c \
7         appdefaults.c \
8         audio.c \
9         drive.c \
10         drivedetect.c \
11         driveui.c \
12         libraries.c \
13         main.c \
14         theme.c \
15         winecfg.c \
16         x11drvdlg.c
17
18 RC_SRCS = winecfg.rc
19 PO_SRCS = winecfg.rc
20
21 MANPAGE = winecfg.man
22
23 SVG_SRCS = \
24         logo.svg \
25         winecfg.svg
26
27 @MAKE_PROG_RULES@