From 2a5a60d94ee46d4a8f543a6fbc313c8ef7b7a8d7 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 8 Oct 2005 16:45:47 +0000 Subject: [PATCH] remove to file that was mistake by commit by me thx Mike Lerwill" that did notice it svn path=/trunk/; revision=18340 --- reactos/lib/dinput/Makefile.in | 28 ---------------------------- reactos/lib/dinput/makefile | 5 ----- 2 files changed, 33 deletions(-) delete mode 100644 reactos/lib/dinput/Makefile.in delete mode 100644 reactos/lib/dinput/makefile diff --git a/reactos/lib/dinput/Makefile.in b/reactos/lib/dinput/Makefile.in deleted file mode 100644 index 025b72c72cd..00000000000 --- a/reactos/lib/dinput/Makefile.in +++ /dev/null @@ -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: diff --git a/reactos/lib/dinput/makefile b/reactos/lib/dinput/makefile deleted file mode 100644 index 2f3e1e9f801..00000000000 --- a/reactos/lib/dinput/makefile +++ /dev/null @@ -1,5 +0,0 @@ -# This file is automatically generated. - -TOP = ..\.. -DEFAULT = dinput -include $(TOP)/proxy.mak