added install for winmm.dll

svn path=/trunk/; revision=3558
This commit is contained in:
Steven Edwards 2002-09-24 18:45:56 +00:00
parent 230dc66a3a
commit afbe90de84
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ BUS = acpi isapnp pci
# advapi32 crtdll fmifs gdi32 kernel32 libpcap packet msafd msvcrt ntdll ole32
# oleaut32 psapi rpcrt4 secur32 shell32 user32 version ws2help ws2_32 wsock32 wshirda
DLLS = advapi32 crtdll fmifs gdi32 kernel32 packet msafd msvcrt ntdll \
secur32 user32 version ws2help ws2_32 wshirda
secur32 user32 version winmm ws2help ws2_32 wshirda
SUBSYS = smss win32k csrss
#

View file

@ -82,6 +82,7 @@ copy lib\secur32\secur32.dll %ROS_INSTALL%\system32
copy lib\shell32\roshel32.dll %ROS_INSTALL%\system32
copy lib\snmpapi\snmpapi.dll %ROS_INSTALL%\system32
copy lib\user32\user32.dll %ROS_INSTALL%\system32
copy lib\winmm\winmm.dll %ROS_INSTALL%\system32
copy lib\ws2_32\ws2_32.dll %ROS_INSTALL%\system32
copy lib\ws2help\ws2help.dll %ROS_INSTALL%\system32
copy lib\wshirda\wshirda.dll %ROS_INSTALL%\system32