projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Yet another attempt on fixing notifications in the edit control.
[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
EXTRAINCL = -I$(TOPSRCDIR)/dlls/user
8
9
C_SRCS = \
10
button.c \
11
combo.c \
12
desktop.c \
13
edit.c \
14
icontitle.c \
15
listbox.c \
16
menu.c \
17
scroll.c \
18
static.c \
19
uitools.c
20
21
GLUE = edit.c
22
23
all: $(MODULE).o
24
25
@MAKE_RULES@
26
27
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
28
$(LDCOMBINE) $(OBJS) -o $@
29
30
### Dependencies: