wine/dlls/user/Makefile.in

35 lines
446 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = user32
SOVERSION = 1.0
2000-06-08 04:57:22 +00:00
WRCEXTRA = -w16
ALTNAMES = user keyboard ddeml display mouse
2000-06-03 04:20:19 +00:00
SPEC_SRCS = \
user32.spec \
user.spec \
keyboard.spec \
ddeml.spec \
2000-06-08 04:57:22 +00:00
display.spec \
mouse.spec
C_SRCS = \
2000-05-14 23:34:41 +00:00
ddeml.c \
2000-06-03 04:20:19 +00:00
display.c \
2000-06-08 04:57:22 +00:00
mouse.c \
user_main.c \
thunk.c
2000-06-03 04:20:19 +00:00
RC_SRCS = \
2000-06-08 04:57:22 +00:00
disp.rc \
mouserc.rc
2000-06-03 04:20:19 +00:00
GLUE = thunk.c
@MAKE_DLL_RULES@
### Dependencies: