Prechádzať zdrojové kódy

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

git-svn-id: trunk@9590 -
michael 17 rokov pred
rodič
commit
ee099500a1
1 zmenil súbory, kde vykonal 10 pridanie a 0 odobranie
  1. 10 0
      compiler/utils/fpc.cft

+ 10 - 0
compiler/utils/fpc.cft

@@ -138,6 +138,16 @@
 # searchpath for objectfiles
 # searchpath for objectfiles
 #-Fo%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
 #-Fo%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
 
 
+#IFDEF FPCAPACHE_1_13
+-Fu%basepath%/units/$FPCTARGET/httpd-1.3/
+#ELSE
+#IFDEF FPCAPACHE_2_0
+-Fu%basepath%/units/$FPCTARGET/httpd-2.0
+#ELSE
+-Fu%basepath%/units/$FPCTARGET/httpd-2.2
+#ENDIF
+#ENDIF
+
 # searchpath for units and other system dependent things
 # searchpath for units and other system dependent things
 -Fu%basepath%/units/$FPCTARGET/
 -Fu%basepath%/units/$FPCTARGET/
 -Fu%basepath%/units/$FPCTARGET/*
 -Fu%basepath%/units/$FPCTARGET/*