repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Link to the curses library only for the dlls that need it.
[wine.git]
/
dlls
/
ttydrv
/
Makefile.in
blob
c64d2be95dbc1768d27e60140b4387480cd3a192
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
ttydrv
6
SOVERSION
=
1.0
7
IMPORTS
=
user32 gdi32 kernel32 ntdll
8
EXTRALIBS
=
@CURSESLIBS@
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
C_SRCS
=
\
14
bitmap.c \
15
dc.c \
16
graphics.c \
17
objects.c \
18
palette.c \
19
ttydrv_main.c \
20
user.c \
21
wnd.c
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies:
26