From: Steven Edwards Date: Tue, 24 Sep 2002 18:45:56 +0000 (+0000) Subject: added install for winmm.dll X-Git-Tag: ReactOS-0.0.21~131 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=afbe90de84798a047146bf5ab37718d136846566 added install for winmm.dll svn path=/trunk/; revision=3558 --- diff --git a/reactos/Makefile b/reactos/Makefile index 83e31030526..9cb1c8ef8a9 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 # diff --git a/reactos/install.bat b/reactos/install.bat index 8149c5e023f..15ade47706a 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -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