mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
35 lines
446 B
Makefile
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:
|
|
|