mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Corrected source paths for Event Log service and RPC subsystem
svn path=/trunk/; revision=3435
This commit is contained in:
parent
6c040588b1
commit
0a0f2c9c13
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ copy subsys\system\gstart\gstart.exe %ROS_INSTALL%\system32
|
||||||
copy subsys\system\shell\shell.exe %ROS_INSTALL%\system32
|
copy subsys\system\shell\shell.exe %ROS_INSTALL%\system32
|
||||||
copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32
|
copy subsys\system\winlogon\winlogon.exe %ROS_INSTALL%\system32
|
||||||
copy subsys\system\services\services.exe %ROS_INSTALL%\system32
|
copy subsys\system\services\services.exe %ROS_INSTALL%\system32
|
||||||
copy subsys\system\eventlog\eventlog.exe %ROS_INSTALL%\system32
|
copy services\eventlog\eventlog.exe %ROS_INSTALL%\system32
|
||||||
copy subsys\system\rpcss\rpcss.exe %ROS_INSTALL%\system32
|
copy services\rpcss\rpcss.exe %ROS_INSTALL%\system32
|
||||||
copy lib\advapi32\advapi32.dll %ROS_INSTALL%\system32
|
copy lib\advapi32\advapi32.dll %ROS_INSTALL%\system32
|
||||||
copy lib\crtdll\crtdll.dll %ROS_INSTALL%\system32
|
copy lib\crtdll\crtdll.dll %ROS_INSTALL%\system32
|
||||||
copy lib\fmifs\fmifs.dll %ROS_INSTALL%\system32
|
copy lib\fmifs\fmifs.dll %ROS_INSTALL%\system32
|
||||||
|
|
Loading…
Reference in a new issue