Sweden-Number/dlls/user/Makefile.in

36 lines
459 B
Makefile
Raw Normal View History

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