wine/dlls/user/Makefile.in
2000-06-08 04:57:22 +00:00

35 lines
446 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = user32
SOVERSION = 1.0
WRCEXTRA = -w16
ALTNAMES = user keyboard ddeml display mouse
SPEC_SRCS = \
user32.spec \
user.spec \
keyboard.spec \
ddeml.spec \
display.spec \
mouse.spec
C_SRCS = \
ddeml.c \
display.c \
mouse.c \
user_main.c \
thunk.c
RC_SRCS = \
disp.rc \
mouserc.rc
GLUE = thunk.c
@MAKE_DLL_RULES@
### Dependencies: