Re: Question about targets for langv2

2006-07-29 Thread Magnus Holmgren

Daniel Stenberg wrote:

Is it possible to prepend several target names to one string, like 
follows:
 ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some 
string for all ipods


Yes, that's possible and supported already. Exactly like the above example.


Any particular reason for it not being used yet? I mean apart from 
no-one has taken the time to do it. :)


By the way, would ipod*: work for the above? That'd be nice...

I tried doing it for a few strings in the Swedish translation, and noted 
that you have to put the default string first, then any target specific 
ones. Not a problem, but good to know if you want to try it out. :)


  Magnus




Re: Question about targets for langv2

2006-07-29 Thread Daniel Stenberg

On Sat, 29 Jul 2006, Magnus Holmgren wrote:

 ipodcolor,ipodnano,ipodvideo,ipod3g,ipod4g,ipodmini,ipodmini2g: some 
string for all ipods


Yes, that's possible and supported already. Exactly like the above example.


Any particular reason for it not being used yet? I mean apart from no-one 
has taken the time to do it. :)


I think it's just another thing no one has yet done.


By the way, would ipod*: work for the above? That'd be nice...


Yes it does!

I tried doing it for a few strings in the Swedish translation, and noted 
that you have to put the default string first, then any target specific 
ones. Not a problem, but good to know if you want to try it out. :)


Ah, right. The LangFiles wiki page certainly needs some updates...

--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


Re: raenye: bootloader main.c,1.31,1.32

2006-07-29 Thread Daniel Stenberg

On Sat, 29 Jul 2006, [EMAIL PROTECTED] wrote:


Index: main.c


...


+#ifdef IAUDIO_X5
+#include backlight-target.h
+#endif


Shouldn't this #ifdef be for TARGET_TREE ?

--
 Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/


RE: raenye: bootloader main.c,1.31,1.32

2006-07-29 Thread RaeNye
It's relevant only to X5, but I don't really know when TARGET_TREE is
#define'd.
Enlighten me please :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Stenberg
Sent: Saturday, July 29, 2006 10:46 PM
To: Rockbox Development
Subject: Re: raenye: bootloader main.c,1.31,1.32

On Sat, 29 Jul 2006, [EMAIL PROTECTED] wrote:

 Index: main.c

...

 +#ifdef IAUDIO_X5
 +#include backlight-target.h
 +#endif

Shouldn't this #ifdef be for TARGET_TREE ?

--
  Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/