mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Fixed the order in which the httpd-units are searched for. Already fixed for samplecfg in r16722
git-svn-id: trunk@16944 -
This commit is contained in:
parent
9b077ad93b
commit
80ec9bb7bc
@ -122,6 +122,11 @@
|
||||
#-Fr%basepath%/msg/errord.msg
|
||||
#-Fr%basepath%/msg/errorr.msg
|
||||
|
||||
# searchpath for units and other system dependent things
|
||||
-Fu%basepath%/units/$FPCTARGET/
|
||||
-Fu%basepath%/units/$FPCTARGET/*
|
||||
-Fu%basepath%/units/$FPCTARGET/rtl
|
||||
|
||||
#IFDEF FPCAPACHE_1_13
|
||||
-Fu%basepath%/units/$FPCTARGET/httpd13/
|
||||
#ELSE
|
||||
@ -132,11 +137,6 @@
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
|
||||
# searchpath for units and other system dependent things
|
||||
-Fu%basepath%/units/$FPCTARGET/
|
||||
-Fu%basepath%/units/$FPCTARGET/*
|
||||
-Fu%basepath%/units/$FPCTARGET/rtl
|
||||
|
||||
# path to the gcclib
|
||||
%gcclibpath%
|
||||
|
||||
|
@ -135,21 +135,21 @@ const DefaultConfig : array[0..23,1..240] of char=(
|
||||
'#-Fr%basepath%/msg/errord.msg'#010+
|
||||
'#-Fr%basepath%/msg/errorr.msg'#010+
|
||||
#010+
|
||||
'# searchpath for units and other system dependent things'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/*'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/rtl',#010+
|
||||
#010+
|
||||
'#IFDEF FPCAPACHE_1_13'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/httpd13/'#010+
|
||||
'#ELSE'#010+
|
||||
'#IFDEF FPCAPACHE_2_0'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/httpd20'#010+
|
||||
'#ELSE'#010+
|
||||
'-Fu%basepath%/units/$F','PCTARGET/httpd22'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/httpd22'#010+
|
||||
'#ENDIF'#010+
|
||||
'#ENDIF'#010+
|
||||
#010+
|
||||
'# searchpath for units and other system dependent things'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/*'#010+
|
||||
'-Fu%basepath%/units/$FPCTARGET/rtl'#010+
|
||||
#010+
|
||||
'# path to the gcclib'#010+
|
||||
'%gcclibpath%'#010+
|
||||
#010+
|
||||
|
Loading…
Reference in New Issue
Block a user