diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-16 01:17:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-16 21:07:43 +0300 |
commit | 89bdbffaaa26e95619e2f52a86e58ef0c2419011 (patch) | |
tree | 69ab5b9ea36a1dd11672ccb4d76709a1784ca9c8 | |
parent | 165f46f6e6353a703617713d659781bf4eea4bf2 (diff) |
Use DESKTOP and NATIVE where appropriate
-rw-r--r-- | dtrans/prj/build.lst | 2 | ||||
-rw-r--r-- | svl/prj/build.lst | 2 | ||||
-rw-r--r-- | vcl/prj/build.lst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/prj/build.lst b/dtrans/prj/build.lst index 6ee2b47d53af..f93333ff9dfd 100644 --- a/dtrans/prj/build.lst +++ b/dtrans/prj/build.lst @@ -1,4 +1,4 @@ -dr dtrans : unotools offapi offuh rdbmaker stoc LIBXSLT:libxslt NULL +dr dtrans : unotools offapi offuh DESKTOP:rdbmaker stoc LIBXSLT:libxslt NULL dr dtrans usr1 - all dr_mkout NULL dr dtrans\inc nmake - all dr_inc NULL dr dtrans\source\cnttype nmake - all dr_cnttype dr_generic dr_inc NULL diff --git a/svl/prj/build.lst b/svl/prj/build.lst index 67366a6aee68..58c150563e5e 100644 --- a/svl/prj/build.lst +++ b/svl/prj/build.lst @@ -1,3 +1,3 @@ -sl svl : TRANSLATIONS:translations rsc offuh ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL +sl svl : TRANSLATIONS:translations DESKTOP:rsc offuh ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL sl svl\prj nmake - all svl_prj NULL # sl svl\qa\unit nmake - all svl_qa_cppunit svl_util NULL diff --git a/vcl/prj/build.lst b/vcl/prj/build.lst index 9e0ccdba440b..1b32995ae668 100644 --- a/vcl/prj/build.lst +++ b/vcl/prj/build.lst @@ -1,4 +1,4 @@ -vc vcl : TRANSLATIONS:translations apple_remote BOOST:boost rsc sot ucbhelper unotools ICU:icu GRAPHITE:graphite i18npool i18nutil unoil ridljar X11_EXTENSIONS:x11_extensions offuh basegfx basebmp tools l10ntools icc cpputools svl LIBXSLT:libxslt NULL +vc vcl : TRANSLATIONS:translations apple_remote BOOST:boost DESKTOP:rsc sot ucbhelper unotools ICU:icu GRAPHITE:graphite i18npool i18nutil unoil ridljar X11_EXTENSIONS:x11_extensions offuh basegfx basebmp tools DESKTOP:l10ntools icc cpputools svl LIBXSLT:libxslt NULL vc vcl usr1 - all vc_mkout NULL vc vcl\prj nmake - all vc_prj NULL |