mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
update files (rundll32 moved)
svn path=/trunk/; revision=13770
This commit is contained in:
parent
0de2f0e2ca
commit
a923f5285c
3 changed files with 3 additions and 2 deletions
|
@ -104,7 +104,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk floppy scsiport diskdump
|
|||
# System applications
|
||||
# autochk cmd format services setup usetup welcome winlogon msiexec
|
||||
SYS_APPS = autochk calc cmd explorer expand format ibrowser msiexec regedt32 regsvr32 \
|
||||
reporterror services setup taskmgr userinit usetup welcome vmwinst \
|
||||
reporterror services setup taskmgr userinit usetup welcome vmwinst rundll32 \
|
||||
winlogon regedit winefile notepad reactos lsass
|
||||
|
||||
# System services
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(PATH_TO_TOP)/rules.mak
|
|||
|
||||
# Console system utilities
|
||||
# cabman cat net objdir partinfo pice ps sc stats
|
||||
UTIL_APPS = cat objdir partinfo pnpdump sc shutdown stats tickcount consw rundll32 ps
|
||||
UTIL_APPS = cat objdir partinfo pnpdump sc shutdown stats tickcount consw ps
|
||||
|
||||
UTIL_NET_APPS = arp finger ftp ipconfig netstat ping route telnet whois
|
||||
|
||||
|
|
|
@ -152,6 +152,7 @@ subsys\system\regedit\regedit.exe 4
|
|||
subsys\system\regedt32\regedt32.exe 1
|
||||
subsys\system\regsvr32\regsvr32.exe 1
|
||||
subsys\system\reporterror\reporterror.exe 1
|
||||
subsys\system\rundll32\rundll32.exe 1
|
||||
subsys\system\services\services.exe 1
|
||||
subsys\system\setup\setup.exe 1
|
||||
subsys\system\taskmgr\taskmgr.exe 1
|
||||
|
|
Loading…
Reference in a new issue