* also try BASEDIR for FPCDIR

This commit is contained in:
peter 2004-01-15 19:05:07 +00:00
parent 7a6b6f4bd4
commit 69fd93b662
2 changed files with 494 additions and 495 deletions

File diff suppressed because it is too large Load Diff

View File

@ -274,11 +274,14 @@ override FPCDIR:=$(FPCDIR)/..
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
override FPCDIR:=$(FPCDIR)/..
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
override FPCDIR:=$(BASEDIR)
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
override FPCDIR=c:/pp
endif
endif
endif
endif
endif
# Cross compiler dir
ifndef CROSSDIR