projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winecfg.exe: We can now store binary files in the repository.
[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
EXTRALIBS = -luuid
9
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
21
22
RC_SRCS = winecfg.rc
23
24
@MAKE_PROG_RULES@
25
26
@DEPENDENCIES@ # everything below this line is overwritten by make depend