Pārlūkot izejas kodu

* FPCAPACHE_1_13 or FPCAPACHE_2_0 define will determine what Apache version is taken

git-svn-id: tags/release_2_0_2@9587 -
michael 17 gadi atpakaļ
vecāks
revīzija
36956d897f
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 10 0
      compiler/utils/samplecfg

+ 10 - 0
compiler/utils/samplecfg

@@ -202,6 +202,16 @@ cat <<EOFCFG > $thefile
 #-Fi/pp/inc;/pp/rtl/inc
 
 # searchpath for units and other system dependent things
+#IFDEF FPCAPACHE_1_13
+-Fu$1/units/\$fpctarget/httpd-1.3/
+#ELSE
+#IFDEF FPCAPACHE_2_0
+-Fu$1/units/\$fpctarget/httpd-2.0
+#ELSE
+-Fu$1/units/\$fpctarget/httpd-2.2
+#ENDIF
+#ENDIF
+
 -Fu$1/units/\$fpctarget
 -Fu$1/units/\$fpctarget/*
 -Fu$1/units/\$fpctarget/rtl