projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winecfg: Use sound tree view for driver selection.
[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 = 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
properties.c \
18
theme.c \
19
winecfg.c \
20
x11drvdlg.c
21
22
RC_SRCS = winecfg.rc
23
RC_BINSRC = winecfg.rc
24
RC_BINARIES = \
25
idb_checkbox.bmp \
26
idb_wine.bmp
27
28
@MAKE_PROG_RULES@
29
30
### Dependencies: