diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-29 10:06:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-29 10:08:49 +0300 |
commit | a649aac68c47e40ff518d874b3c10010fb7d18fc (patch) | |
tree | 7d8df7c5e8af11f27d1d0e29908d46691716f5ec /setup_native/prj | |
parent | 021a3772323092a03b5f24000b35ed6a6daf481b (diff) |
Don't build l10ntools for non-desktop OSes
Diffstat (limited to 'setup_native/prj')
-rw-r--r-- | setup_native/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/prj/build.lst b/setup_native/prj/build.lst index 2c18ccb0a354..13362f59c45c 100644 --- a/setup_native/prj/build.lst +++ b/setup_native/prj/build.lst @@ -1,4 +1,4 @@ -pk setup_native : TRANSLATIONS:translations l10ntools soltools sal NATIVE:xml2cmp NULL +pk setup_native : TRANSLATIONS:translations DESKTOP:l10ntools soltools sal NATIVE:xml2cmp NULL pk setup_native usr1 - all sn_mkout NULL pk setup_native\scripts\source nmake - u sn_source NULL pk setup_native\scripts nmake - u sn_scripts sn_source.u NULL |