mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 16:37:19 +01:00
added classes incpath
git-svn-id: trunk@4906 -
This commit is contained in:
parent
ba6b0fd474
commit
fe171fa232
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user