* made behaviour of -CT parameters consistent with other parameters: instead

of -CTnoTargetSwitch, now you can (and have to) use -CTTargetSwitch- to
    disable it

git-svn-id: trunk@23576 -
This commit is contained in:
Jonas Maebe 2013-02-05 23:09:41 +00:00
parent d82387ff72
commit 227bb7d850

View File

@ -1358,10 +1358,10 @@ implementation
tok:=GetToken(s,',');
if tok='' then
break;
setstr:=upper(copy(tok,1,2));
if setstr='NO' then
setstr:=upper(copy(tok,length(tok),1));
if setstr='-' then
begin
delete(tok,1,2);
setlength(tok,length(tok)-1);
doset:=false;
end
else