mirror of
https://github.com/reactos/reactos.git
synced 2024-12-02 16:03:29 +08:00
Build and install explorer by default
svn path=/trunk/; revision=7269
This commit is contained in:
parent
17cd4520da
commit
3bd689f185
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.193 2003/12/15 20:03:13 weiden Exp $
|
||||
# $Id: Makefile,v 1.194 2003/12/27 19:03:09 gvg Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
@ -88,7 +88,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk scsiport diskdump
|
||||
|
||||
# System applications
|
||||
# autochk cmd format services setup usetup welcome winlogon
|
||||
SYS_APPS = autochk cmd format services setup usetup welcome winlogon userinit
|
||||
SYS_APPS = autochk cmd explorer format services setup userinit usetup welcome winlogon
|
||||
|
||||
# System services
|
||||
# rpcss eventlog
|
||||
|
@ -16,6 +16,7 @@ Signature = "$ReactOS$"
|
||||
1 = system32
|
||||
2 = system32\drivers
|
||||
3 = media\fonts
|
||||
4 = .
|
||||
|
||||
.InfEnd
|
||||
|
||||
@ -78,6 +79,7 @@ subsys\smss\smss.exe 1
|
||||
subsys\win32k\win32k.sys 1
|
||||
subsys\system\autochk\autochk.exe 1
|
||||
subsys\system\cmd\cmd.exe 1
|
||||
subsys\system\explorer\explorer.exe 4
|
||||
subsys\system\format\format.exe 1
|
||||
subsys\system\services\services.exe 1
|
||||
subsys\system\setup\setup.exe 1
|
||||
|
Loading…
Reference in New Issue
Block a user