wine/dlls/user/Makefile.in

32 lines
414 B
Makefile
Raw Normal View History

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