Added make and install for cards.dll

svn path=/trunk/; revision=5863
This commit is contained in:
Steven Edwards 2003-08-25 23:56:58 +00:00
parent 044494cbcd
commit 2832cd4e05
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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