Browse Source

* Fixed the order in which the httpd-units are searched for (bug 18405)

git-svn-id: trunk@16722 -
joost 14 years ago
parent
commit
d97d2490c8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      compiler/utils/samplecfg

+ 6 - 6
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