diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 21:14:25 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-23 21:14:25 -0500 |
commit | 7c1026ab3f6d97960ef57b06abb0e605549458c6 (patch) | |
tree | 84e7961814f03414e35c32b1269adb897d4b4350 /tail_build/prj/build.lst | |
parent | 364dbc666a7140a3c29c2188695cfabdc20aa841 (diff) |
create a pseudo-module tail_build to take advantage of gbuild features
gbuild allow for multiple 'module' to be build as one Makefile.
This help with parallelism.
This module build all the 'tail' end module. these that are not
dependencies or other dmake-based module, and that pseudo module
is declared as a dependency of postprocess instead of the individual
modules it 'group'
Diffstat (limited to 'tail_build/prj/build.lst')
-rw-r--r-- | tail_build/prj/build.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tail_build/prj/build.lst b/tail_build/prj/build.lst new file mode 100644 index 000000000000..ea7813e30cff --- /dev/null +++ b/tail_build/prj/build.lst @@ -0,0 +1,2 @@ +tb tail_build : BOOST:boost LIBXSLT:libxslt MDDS:mdds MESA:Mesa TRANSLATIONS:translations animations avmedia basegfx canvas comphelper connectivity cppcanvas cppu cppuhelper fileaccess filter lotuswordpro offapi offuh oovbaapi oox package qadevOOo sal sfx2 soltools stoc stoc svtools svx test toolkit tools ucbhelper unotools unoxml unoxml ure uui vbahelper vcl writerperfect xmlscript NULL +tb tail_build\prj nmake - all tb_prj NULL |