Adds android, jvm and mips targets to the IDE

git-svn-id: trunk@34549 -
This commit is contained in:
sekelsenmat 2012-01-03 12:39:14 +00:00
parent e887732966
commit eb5ab4433e

View File

@ -166,6 +166,8 @@ begin
Add('morphos');
Add('embedded');
Add('symbian');
Add('java');
Add('android');
end;
ItemIndex := 0;
end;
@ -183,6 +185,9 @@ begin
Add('powerpc');
Add('sparc');
Add('x86_64');
Add('mipsel');
Add('mips');
Add('jvm');
end;
ItemIndex := 0;
end;