Build and install explorer by default

svn path=/trunk/; revision=7269
This commit is contained in:
Gé van Geldorp 2003-12-27 19:03:09 +00:00
parent 17cd4520da
commit 3bd689f185
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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