mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
7f3418fba0
Merged monitor driver into USER driver.
21 lines
269 B
Makefile
21 lines
269 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ttydrv
|
|
|
|
C_SRCS = \
|
|
clipboard.c \
|
|
event.c \
|
|
init.c \
|
|
keyboard.c \
|
|
mouse.c \
|
|
wnd.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|