From 65184e9a084b452f548367e0531221096d0e7e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 3 Nov 2004 20:12:59 +0000 Subject: [PATCH] bootcd and livecd want cards.dll, so build it by default svn path=/trunk/; revision=11534 --- reactos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index e1269a5ae62..ab9a6c32870 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.255 2004/10/23 21:05:11 chorns Exp $ +# $Id: Makefile,v 1.256 2004/11/03 20:12:59 gvg Exp $ # # Global makefile # @@ -51,7 +51,7 @@ DLLS_SHELLEXT = shellext # User mode libraries # libpcap packet epsapi -DLLS = acledit aclui advapi32 advpack cabinet comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \ +DLLS = acledit aclui advapi32 advpack cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \ 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 \