projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Several focus and selection problems in listboxes.
[wine]
/
controls
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = controls
7
8
C_SRCS = \
9
button.c \
10
combo.c \
11
desktop.c \
12
edit.c \
13
icontitle.c \
14
listbox.c \
15
menu.c \
16
scroll.c \
17
static.c \
18
uitools.c \
19
widgets.c
20
21
all: $(MODULE).o
22
23
@MAKE_RULES@
24
25
### Dependencies: