makefiles: Disable use of Unicode macros globally for all the programs.
[wine/multimedia.git] / programs / winecfg / Makefile.in
blob0190854f00c52f70c2c5584ca35a24db2d2e64b7
1 MODULE = winecfg.exe
2 APPMODE = -mwindows
3 IMPORTS = uuid comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32
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
18 RC_SRCS = winecfg.rc
19 PO_SRCS = winecfg.rc
21 MANPAGE = winecfg.man
23 SVG_SRCS = \
24 logo.svg \
25 winecfg.svg
27 @MAKE_PROG_RULES@