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
/
ttydrv
/
Makefile.in
blob
256e2a6b512f25a6268e4c47a3e41395934fd6e1
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
ttydrv.dll
6
IMPORTS
=
user32 gdi32 kernel32
7
EXTRALIBS
=
@CURSESLIBS@
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
bitmap.c \
14
dc.c \
15
graphics.c \
16
objects.c \
17
palette.c \
18
ttydrv_main.c \
19
user.c \
20
wnd.c
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies: