From 7839c9e46b9a4ca35176dbbf2ad6a448dfd707db Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Jan 2008 10:55:45 +0000 Subject: [PATCH] Fixed wrong path for apache defines git-svn-id: trunk@9613 - --- compiler/utils/samplecfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 00c22d4a42..fa07fb7adb 100644 --- a/compiler/utils/samplecfg +++ b/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