mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* Added support for -I directive for include files
git-svn-id: trunk@9581 -
This commit is contained in:
parent
84c176778d
commit
6db4748644
@ -2191,6 +2191,8 @@ var
|
||||
'F':
|
||||
if s[3] = 'i' then
|
||||
FileResolver.AddIncludePath(Copy(s, 4, Length(s)));
|
||||
'I':
|
||||
FileResolver.AddIncludePath(Copy(s, 3, Length(s)));
|
||||
'S':
|
||||
if s[3]='d' then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user