userenv: Implement ExpandEnvironmentStringsForUser{A,W}.
[wine/wine-kai.git] / programs / winecfg / Makefile.in
blob74c18b36b2e5ff16ca6a937689eebe9ecdbb0d69
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
23 RC_BINSRC = winecfg.rc
24 RC_BINARIES = \
25 idb_checkbox.bmp \
26 idb_wine.bmp
28 @MAKE_PROG_RULES@
30 @DEPENDENCIES@ # everything below this line is overwritten by make depend