mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Added make and install for cards.dll
svn path=/trunk/; revision=5863
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user