You've already forked lazarus-ccr
allow -refPostFix switch to accept empty string value
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -420,7 +420,7 @@ begin
|
|||||||
else if (prm = 'id') and (vlm <> '') then ConvertSettings.ObjcIDReplace:=vlm
|
else if (prm = 'id') and (vlm <> '') then ConvertSettings.ObjcIDReplace:=vlm
|
||||||
else if (prm = 'call') then ConvertSettings.CallConv:=vlm
|
else if (prm = 'call') then ConvertSettings.CallConv:=vlm
|
||||||
else if (prm = 'userefs') then ConvertSettings.UseRefClassType := true
|
else if (prm = 'userefs') then ConvertSettings.UseRefClassType := true
|
||||||
else if (prm = 'refpostfix') and (vlm <> '') then ConvertSettings.RefClassPostfix := vlm
|
else if (prm = 'refpostfix') then ConvertSettings.RefClassPostfix := vlm
|
||||||
else if prm = 'ini' then begin
|
else if prm = 'ini' then begin
|
||||||
ReadIniFile(Settings, vlm);
|
ReadIniFile(Settings, vlm);
|
||||||
end else
|
end else
|
||||||
|
Reference in New Issue
Block a user