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