IDE compiler options: custom options are now stripped off special characters

git-svn-id: trunk@9521 -
This commit is contained in:
mattias 2006-06-28 21:38:55 +00:00
parent 3eb818ecb1
commit 006bc13dad

View File

@ -2846,6 +2846,8 @@ begin
else
BaseDirectory:=GetParsedValue(pcosBaseDir);
s:=TrimSearchPath(s,BaseDirectory);
end else if Option=pcosCustomOptions then begin
s:=SpecialCharsToSpaces(s);
end;
Result:=s;
end;