mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:30:32 +02:00
+ write controller unit wiht -ix as well
git-svn-id: trunk@49106 -
This commit is contained in:
parent
bf65bad5c5
commit
3999d037e3
@ -600,7 +600,8 @@ const
|
||||
WriteLn(xmloutput,' <controllertypes>');
|
||||
for controllertype:=low(tcontrollertype) to high(tcontrollertype) do
|
||||
if embedded_controllers[controllertype].ControllerTypeStr<>'' then
|
||||
WriteLn(xmloutput,' <controllertype name="',embedded_controllers[controllertype].ControllerTypeStr,'"/>');
|
||||
WriteLn(xmloutput,' <controllertype name="',embedded_controllers[controllertype].ControllerTypeStr,
|
||||
' controllerunit="',embedded_controllers[controllertype].controllerunitstr, '"/>');
|
||||
WriteLn(xmloutput,' </controllertypes>');
|
||||
end;
|
||||
{$POP}
|
||||
|
Loading…
Reference in New Issue
Block a user