Browse Source

Fixed wrong path for apache defines

git-svn-id: trunk@9613 -
michael 17 years ago
parent
commit
7839c9e46b
1 changed files with 3 additions and 3 deletions
  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