From d97d2490c8c1c48a80b2ef8103c25f4e26b43b00 Mon Sep 17 00:00:00 2001 From: joost Date: Thu, 6 Jan 2011 14:42:57 +0000 Subject: [PATCH] * Fixed the order in which the httpd-units are searched for (bug 18405) git-svn-id: trunk@16722 - --- compiler/utils/samplecfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 6adb932b46..68abd32674 100644 --- a/compiler/utils/samplecfg +++ b/compiler/utils/samplecfg @@ -374,6 +374,12 @@ $CPUCROSSIFDEF2 #-Fr$FPCPATH/msg/errore.msg #-Fr$FPCPATH/msg/errorn.msg +# searchpath for units and other system dependent things +-Fu$FPCPATH/units/\$fpctarget +-Fu$FPCPATH/units/\$fpctarget/* +-Fu$FPCPATH/units/\$fpctarget/rtl +#-Fu~/fpc/packages/base/*/units/$fpctarget;~/fpc/fcl/units/$fpctarget;~/fpc/rtl/units/$fpctarget + #IFDEF FPCAPACHE_1_3 -Fu$FPCPATH/units/\$fpctarget/httpd13/ #ELSE @@ -384,12 +390,6 @@ $CPUCROSSIFDEF2 #ENDIF #ENDIF -# searchpath for units and other system dependent things --Fu$FPCPATH/units/\$fpctarget --Fu$FPCPATH/units/\$fpctarget/* --Fu$FPCPATH/units/\$fpctarget/rtl -#-Fu~/fpc/packages/base/*/units/$fpctarget;~/fpc/fcl/units/$fpctarget;~/fpc/rtl/units/$fpctarget - # searchpath for libraries $GCCDIR $GCCDIR2