mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
67371bcc8d
Added -exe mode to generate a .spec.c for an exe without having to provide a .spec. Removed some no longer needed spec files. Removed .dll extension in makefiles import specifications.
29 lines
427 B
Makefile
29 lines
427 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput.dll
|
|
IMPORTS = user32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
device.c \
|
|
dinput_main.c \
|
|
joystick/linux.c \
|
|
joystick/linuxinput.c \
|
|
keyboard/main.c \
|
|
mouse/main.c
|
|
|
|
EXTRASUBDIRS = \
|
|
joystick \
|
|
keyboard \
|
|
mouse
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|