mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Install comctl32, winmm, and ole32
svn path=/trunk/; revision=6816
This commit is contained in:
parent
4b9a27a78a
commit
16f8dec540
2 changed files with 6 additions and 1 deletions
|
@ -96,6 +96,9 @@ cp lib/ws2help/ws2help.dll $ROS_INSTALL/system32
|
|||
cp lib/wshirda/wshirda.dll $ROS_INSTALL/system32
|
||||
cp lib/wsock32/wsock32.dll $ROS_INSTALL/system32
|
||||
cp lib/kbdus/kbdus.dll $ROS_INSTALL/system32
|
||||
cp lib/comctl32/comctl32.dll $ROS_INSTALL/system32
|
||||
cp lib/winmm/winmm.dll $ROS_INSTALL/system32
|
||||
cp lib/ole32/ole32.dll $ROS_INSTALL/system32
|
||||
cp subsys/smss/smss.exe $ROS_INSTALL/system32
|
||||
cp subsys/csrss/csrss.exe $ROS_INSTALL/system32
|
||||
cp subsys/csrss/usercsr/usercsr.dll $ROS_INSTALL/system32
|
||||
|
|
|
@ -125,7 +125,9 @@ copy lib\kernel32\kernel32.dll %ROS_INSTALL%\system32
|
|||
copy lib\lzexpand\lz32.dll %ROS_INSTALL%\system32
|
||||
copy lib\msafd\msafd.dll %ROS_INSTALL%\system32
|
||||
copy lib\msvcrt\msvcrt.dll %ROS_INSTALL%\system32
|
||||
|
||||
copy lib\ole32\ole32.dll %ROS_INSTALL%\system32
|
||||
copy lib\winmm\winmm.dll %ROS_INSTALL%\system32
|
||||
copy lib\comctl32.dll %ROS_INSTALL%\system32
|
||||
echo.
|
||||
echo installing user-mode dlls (2)...
|
||||
copy lib\ntdll\ntdll.dll %ROS_INSTALL%\system32
|
||||
|
|
Loading…
Reference in a new issue