mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
c3116c5e61
to follow the namespace conventions and make it clear that they are drivers and not dlls. Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
21 lines
317 B
Makefile
21 lines
317 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winetty.drv
|
|
IMPORTS = user32 gdi32 kernel32 ntdll
|
|
EXTRALIBS = @CURSESLIBS@
|
|
|
|
C_SRCS = \
|
|
bitmap.c \
|
|
dc.c \
|
|
graphics.c \
|
|
objects.c \
|
|
palette.c \
|
|
ttydrv_main.c \
|
|
user.c \
|
|
wnd.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|