Explorar el Código

* 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 hace 17 años
padre
commit
36956d897f
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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