mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
remove to file that was mistake by commit by me thx
Mike Lerwill" <mlist@ml-solutions.co.uk> that did notice it svn path=/trunk/; revision=18340
This commit is contained in:
parent
d0bc2f7b1a
commit
2a5a60d94e
2 changed files with 0 additions and 33 deletions
|
@ -1,28 +0,0 @@
|
|||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = dinput.dll
|
||||
IMPORTLIB = libdinput.$(IMPLIBEXT)
|
||||
IMPORTS = ole32 user32 advapi32 kernel32
|
||||
EXTRALIBS = -ldxguid -luuid
|
||||
|
||||
C_SRCS = \
|
||||
data_formats.c \
|
||||
device.c \
|
||||
dinput_main.c \
|
||||
joystick_linux.c \
|
||||
joystick_linuxinput.c \
|
||||
keyboard.c \
|
||||
mouse.c \
|
||||
regsvr.c
|
||||
|
||||
IMPLIB_SRCS = data_formats.c
|
||||
|
||||
RC_SRCS = version.rc
|
||||
|
||||
SUBDIRS = tests
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
### Dependencies:
|
|
@ -1,5 +0,0 @@
|
|||
# This file is automatically generated.
|
||||
|
||||
TOP = ..\..
|
||||
DEFAULT = dinput
|
||||
include $(TOP)/proxy.mak
|
Loading…
Reference in a new issue