diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 10:02:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:34:39 +0200 |
commit | cc63f2e9b27248c316b166d08bc4c2f4577f470f (patch) | |
tree | 73fb8407496e58736180a51911d7293978715cfb | |
parent | ba7db56f169fbd0b6f6a23ea49ffddf13663a427 (diff) |
move shell to cross_tail_build
Change-Id: I52ddd365f24589ca73a4671eca84b146df82dcb1
-rw-r--r-- | Module_cross_tail_build.mk | 1 | ||||
-rw-r--r-- | cross_tail_build/prj/build.lst | 2 | ||||
-rw-r--r-- | cross_toolset/prj/build.lst | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk index 76cd46f62f0d..7516b1b14020 100644 --- a/Module_cross_tail_build.mk +++ b/Module_cross_tail_build.mk @@ -31,6 +31,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ idl \ oovbaapi \ rsc \ + shell \ unodevtools \ unotools \ xmlhelp \ diff --git a/cross_tail_build/prj/build.lst b/cross_tail_build/prj/build.lst index 84ee550fcb53..302e52f1b699 100644 --- a/cross_tail_build/prj/build.lst +++ b/cross_tail_build/prj/build.lst @@ -1,2 +1,2 @@ -ctb cross_tail_build :: BERKELEYDB:berkeleydb DESKTOP:codemaker comphelper cppuhelper javaunohelper DESKTOP:l10ntools LIBXSLT:libxslt offapi solenv tools ucbhelper unoil NULL +ctb cross_tail_build :: BERKELEYDB:berkeleydb DESKTOP:codemaker comphelper cppuhelper EXPAT:expat javaunohelper DESKTOP:l10ntools LIBXSLT:libxslt offapi DESKTOP:rdbmaker sal solenv tools TRANSLATIONS:translations ucbhelper unoil NULL ctb tail_build\prj nmake - all ctb_prj NULL diff --git a/cross_toolset/prj/build.lst b/cross_toolset/prj/build.lst index e1c1510cdc26..732dd6b2a034 100644 --- a/cross_toolset/prj/build.lst +++ b/cross_toolset/prj/build.lst @@ -1 +1 @@ -crs cross_toolset :: autodoc cross_tail_build setup_native icc shell NULL +crs cross_toolset :: autodoc cross_tail_build setup_native icc NULL |