Explorar o código

Fixed wrong path for apache defines

git-svn-id: trunk@9613 -
michael %!s(int64=17) %!d(string=hai) anos
pai
achega
7839c9e46b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      compiler/utils/samplecfg

+ 3 - 3
compiler/utils/samplecfg

@@ -298,12 +298,12 @@ $CPUCROSSIFDEF2
 #-Fi/pp/inc;/pp/rtl/inc
 
 #IFDEF FPCAPACHE_1_13
--Fu$1/units/\$fpctarget/httpd-1.3/
+-Fu$FPCPATH/units/\$fpctarget/httpd-1.3/
 #ELSE
 #IFDEF FPCAPACHE_2_0
--Fu$1/units/\$fpctarget/httpd-2.0
+-Fu$FPCPATH/units/\$fpctarget/httpd-2.0
 #ELSE
--Fu$1/units/\$fpctarget/httpd-2.2
+-Fu$FPCPATH/units/\$fpctarget/httpd-2.2
 #ENDIF
 #ENDIF