From 2832cd4e057d0ace4f9bf40d240e59de9d9c1c12 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 25 Aug 2003 23:56:58 +0000 Subject: [PATCH] Added make and install for cards.dll svn path=/trunk/; revision=5863 --- reactos/Makefile | 4 ++-- reactos/install.bat | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 6043e158e1d..2a25043e8bc 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -34,9 +34,9 @@ LIB_FSLIB = vfatlib LIB_STATIC = string rosrtl epsapi zlib # User mode libraries -# advapi32 crtdll fmifs gdi32 kernel32 libpcap packet msafd msvcrt ntdll +# advapi32 cards crtdll fmifs gdi32 kernel32 libpcap packet msafd msvcrt ntdll # epsapi psapi rpcrt4 secur32 user32 version ws2help ws2_32 wsock32 wshirda -DLLS = advapi32 crtdll fmifs freetype gdi32 kernel32 packet lzexpand msafd \ +DLLS = advapi32 cards crtdll fmifs freetype gdi32 kernel32 packet lzexpand msafd \ msvcrt ntdll psapi secur32 syssetup twain user32 version winedbgc \ winspool ws2help ws2_32 wsock32 wshirda iphlpapi kbdus diff --git a/reactos/install.bat b/reactos/install.bat index e0174b0b169..2f0f5d4e498 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -110,6 +110,7 @@ copy subsys\system\usetup\usetup.exe %ROS_INSTALL%\system32 echo. echo installing user-mode dlls... copy lib\advapi32\advapi32.dll %ROS_INSTALL%\system32 +copy lib\cards\cards.dll %ROS_INSTALL%\system32 copy lib\crtdll\crtdll.dll %ROS_INSTALL%\system32 copy lib\fmifs\fmifs.dll %ROS_INSTALL%\system32 copy lib\freetype\freetype.dll %ROS_INSTALL%\system32