Author: damjan
Date: Fri Oct  9 04:55:27 2015
New Revision: 1707659

URL: http://svn.apache.org/viewvc?rev=1707659&view=rev
Log:
The build sometimes fails (especially on Windows) because sdext starts 
compiling before rsc, and
needs rsc.exe which doesn't exist yet. Fix this.


Modified:
    openoffice/trunk/main/sdext/prj/build.lst

Modified: openoffice/trunk/main/sdext/prj/build.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sdext/prj/build.lst?rev=1707659&r1=1707658&r2=1707659&view=diff
==============================================================================
--- openoffice/trunk/main/sdext/prj/build.lst (original)
+++ openoffice/trunk/main/sdext/prj/build.lst Fri Oct  9 04:55:27 2015
@@ -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


Reply via email to