added classes incpath

git-svn-id: trunk@4906 -
This commit is contained in:
mattias 2003-12-18 23:47:03 +00:00
parent ba6b0fd474
commit fe171fa232
2 changed files with 5 additions and 1 deletions

View File

@ -3159,6 +3159,7 @@ begin
s:=IncPathMacro
+';'+Dir+'rtl'+DS+'objpas'+DS
+';'+Dir+'rtl'+DS+'objpas'+DS+'sysutils'
+';'+Dir+'rtl'+DS+'objpas'+DS+'classes'
+';'+Dir+'rtl'+DS+'inc'+DS;
if (TargetOS<>'') and (TargetOS<>SrcOS) then
s:=s+';'+Dir+'rtl'+DS+TargetOS+DS;

View File

@ -1261,7 +1261,7 @@ begin
GetMem(buf, f.Size + 1);
f.Read(buf^, f.Size);
buf[f.Size] := #0;
reader := TXMLReader.Create;
reader.ProcessXML(buf, AFilename);
FreeMem(buf, f.Size + 1);
@ -1363,6 +1363,9 @@ end.
{
$Log$
Revision 1.9 2003/12/18 23:47:03 mattias
added classes incpath
Revision 1.8 2002/12/16 12:12:50 mattias
fixes for fpc 1.1