mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 07:19:23 +02:00
* removed 1.0.x posix include dir
git-svn-id: trunk@7092 -
This commit is contained in:
parent
d810064e48
commit
f458fda7e9
@ -37,7 +37,7 @@ fpcdir=../..
|
||||
target=solaris
|
||||
|
||||
[compiler]
|
||||
includedir=$(INC) $(PROCINC) $(UNIXINC) $(OSPROCINC) $(POSIXINC)
|
||||
includedir=$(INC) $(PROCINC) $(UNIXINC) $(OSPROCINC)
|
||||
sourcedir=$(INC) $(PROCINC) $(UNIXINC) $(COMMON)
|
||||
|
||||
|
||||
@ -57,7 +57,6 @@ INC=$(RTL)/inc
|
||||
COMMON=$(RTL)/common
|
||||
PROCINC=$(RTL)/$(CPU_TARGET)
|
||||
OSPROCINC=$(RTL)/solaris/$(CPU_TARGET)
|
||||
POSIXINC=$(RTL)/posix
|
||||
UNIXINC=$(RTL)/unix
|
||||
UNITPREFIX=rtl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user