mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 10:17:57 +00:00
c1bfca04e1
Unix libraries, and install them in $libdir/wine instead of $libdir to avoid name conflicts in /usr/lib.
26 lines
389 B
Makefile
26 lines
389 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ttydrv.dll
|
|
IMPORTS = user32.dll gdi32.dll kernel32.dll ntdll.dll
|
|
EXTRALIBS = @CURSESLIBS@
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
bitmap.c \
|
|
dc.c \
|
|
graphics.c \
|
|
objects.c \
|
|
palette.c \
|
|
ttydrv_main.c \
|
|
user.c \
|
|
wnd.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|