repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
richedit
/
Makefile.in
blob
4abc04ce277d82813e49ae08e0fd7d900b48de4b
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
riched32.dll
6
IMPORTS
=
user32 kernel32
7
8
LDDLLFLAGS
=
@LDDLLFLAGS@
9
SYMBOLFILE
= $(
MODULE
)
.tmp.o
10
11
C_SRCS
=
\
12
charlist.c \
13
reader.c \
14
text-writer.c \
15
richedit.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: