[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sdext/prj
Damjan Jovanovic
damjan at apache.org
Thu Oct 8 23:08:56 PDT 2015
sdext/prj/build.lst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 992865227051cc542034257489c6f5b0dc2e6b87
Author: Damjan Jovanovic <damjan at apache.org>
Date: Fri Oct 9 04:55:27 2015 +0000
The build sometimes fails (especially on Windows) because sdext starts compiling before rsc, and
needs rsc.exe which doesn't exist yet. Fix this.
diff --git a/sdext/prj/build.lst b/sdext/prj/build.lst
index bf319f0..6c5abf2 100644
--- a/sdext/prj/build.lst
+++ b/sdext/prj/build.lst
@@ -1,4 +1,4 @@
-dx sdext : L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp NULL
+dx sdext : L10N:l10n offuh comphelper unotools readlicense_oo cppu tools cppuhelper sal javaunohelper officecfg LIBXSLT:libxslt xmlhelp rsc NULL
dx sdext usr1 - all sdext_mkout NULL
dx sdext\prj get - all sdext_prj NULL
dx sdext\source\minimizer nmake - all sdext_minimizer sdext_inc NULL
More information about the Libreoffice-commits
mailing list