mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
removed WINE from list of EXTERNALS, disabled building psx and os2 subsystem from externals for the time being.
svn path=/trunk/; revision=9293
This commit is contained in:
parent
eae24c4093
commit
2bde1ad87b
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.220 2004/05/01 19:05:29 weiden Exp $
|
||||
# $Id: Makefile,v 1.221 2004/05/03 15:29:01 sedwards Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -101,9 +101,9 @@ SYS_SVC = rpcss eventlog
|
|||
APPS = tests testsets utils
|
||||
|
||||
|
||||
# External (sub)systems for ReactOS
|
||||
# rosapps wine posix os2 (requires c++) java (non-existant)
|
||||
EXTERNALS = rosapps wine posix os2
|
||||
# External modules and (sub)systems for ReactOS
|
||||
# rosapps posix os2 (requires c++) java (non-existant)
|
||||
EXTERNALS = rosapps
|
||||
|
||||
ifeq ($(ROS_BUILD_EXT),yes)
|
||||
EXT_MODULES = $(EXTERNALS)
|
||||
|
|
Loading…
Reference in a new issue