mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
55768384ff
needed. Derived from console/win32.c but we are not yet ready to merge the code completely.
19 lines
258 B
Makefile
19 lines
258 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = console
|
|
|
|
C_SRCS = \
|
|
generic.c \
|
|
interface.c \
|
|
ncurses.c \
|
|
tty.c \
|
|
xterm.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|