mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 16:31:44 +00:00
Added make and install for cards.dll
svn path=/trunk/; revision=5863
This commit is contained in:
parent
044494cbcd
commit
2832cd4e05
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue