diff options
Diffstat (limited to 'xmloff/prj')
-rw-r--r-- | xmloff/prj/build.lst | 5 | ||||
-rw-r--r-- | xmloff/prj/makefile.mk | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/prj/build.lst b/xmloff/prj/build.lst index d075f1fc6fcb..e522f8b79714 100644 --- a/xmloff/prj/build.lst +++ b/xmloff/prj/build.lst @@ -1,5 +1,2 @@ xo xmloff : LIBXSLT:libxslt offapi svl vos NULL -zxo xmloff\prj nmake - all xo_prj NULL - -xo xmloff\qa\unoapi nmake - all xo_qa_unoapi NULL - +xo xmloff\prj nmake - all xo_prj NULL diff --git a/xmloff/prj/makefile.mk b/xmloff/prj/makefile.mk index c73a3d944bbf..e312a7ccab65 100644 --- a/xmloff/prj/makefile.mk +++ b/xmloff/prj/makefile.mk @@ -37,4 +37,4 @@ VERBOSEFLAG := -s .ENDIF all: - cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog |