diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-16 20:53:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-16 20:58:16 +0300 |
commit | 252c930676678be217d99e6dfb818d092f36531b (patch) | |
tree | ff493e91a5bc2d556014e9d8b000c7f51ef3ef5f /automation | |
parent | ac735597e5ded07ae4dae4b3a34778a9377baa75 (diff) |
Add numbers for iOS and Android
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index f52170392758..7bff47c80819 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -462,6 +462,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d abGP.Append( "27" ); // DragonFly/i386 #elif defined DRAGONFLY && defined X86_64 abGP.Append( "28" ); // DragonFly/x86-64 +#elif defined IOS && defined ARM + abGP.Append( "29" ); // iOS +#elif defined ANDROID && defined ARM + abGP.Append( "30" ); // Android #else #error ("unknown platform. please request an ID for your platform on qa/dev") #endif |