mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
add winefile
svn path=/trunk/; revision=10862
This commit is contained in:
parent
384543f280
commit
83a9ed824f
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.248 2004/09/01 23:49:39 arty Exp $
|
||||
# $Id: Makefile,v 1.249 2004/09/15 10:16:05 mf Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -98,7 +98,7 @@ STORAGE_DRIVERS = atapi cdrom class2 disk floppy scsiport diskdump
|
|||
|
||||
# System applications
|
||||
# autochk cmd format services setup usetup welcome winlogon
|
||||
SYS_APPS = autochk cmd explorer expand format services setup taskmgr userinit usetup welcome vmwinst winlogon regedit
|
||||
SYS_APPS = autochk cmd explorer expand format services setup taskmgr userinit usetup welcome vmwinst winlogon regedit winefile
|
||||
|
||||
# System services
|
||||
# rpcss eventlog
|
||||
|
|
|
@ -124,6 +124,7 @@ subsys\system\taskmgr\taskmgr.exe 1
|
|||
subsys\system\userinit\userinit.exe 1
|
||||
subsys\system\vmwinst\vmwinst.exe 1
|
||||
subsys\system\winlogon\winlogon.exe 1
|
||||
subsys\system\winefile\winefile.exe 1
|
||||
services\eventlog\eventlog.exe 1
|
||||
services\rpcss\rpcss.exe 1
|
||||
media\fonts\c0419bt_.ttf 3
|
||||
|
|
Loading…
Reference in a new issue