Fixed installation-domains.conf on Windows - merged back the path configuration into the main configure script to do it. Minor other fixes to configuration.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-04-18 18:18:45 +00:00
parent 438ca40e64
commit 40d25d9fea
17 changed files with 2153 additions and 4855 deletions

View file

@ -47,7 +47,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
include ../config.mak
-include pathconfig/pathconfig.mak
# Interface version changes with each minor release
libgnustep-base_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
@ -479,7 +478,7 @@ ifeq ($(OBJC2RUNTIME),0)
SUBPROJECTS = ObjectiveC2
endif
SUBPROJECTS += Additions
-include Makefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make