From 5ee10c6024b470ca3bbf8b81336b221fce543157 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 26 Sep 2004 12:39:30 +0000 Subject: [PATCH] add hid.dll to the build system svn path=/trunk/; revision=11067 --- reactos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index d96f7078e38..a7755d9e6f7 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.250 2004/09/26 09:56:22 weiden Exp $ +# $Id: Makefile,v 1.251 2004/09/26 12:39:30 weiden Exp $ # # Global makefile # @@ -52,7 +52,7 @@ DLLS_SHELLEXT = shellext # User mode libraries # libpcap packet epsapi DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \ - gdi32 gdiplus glu32 imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 mpr msacm msafd msgina \ + gdi32 gdiplus glu32 hid imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 mpr msacm msafd msgina \ msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg opengl32 packet psapi \ richedit rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 \ userenv version wininet winmm winspool ws2help ws2_32 wsock32 wshirda \