[Libreoffice-commits] .: tools/prj tools/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 1 03:24:12 PDT 2010
tools/prj/build.lst | 2 +-
tools/qa/makefile.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a9827442e73d466e0fef809f9c1f21620e00b118
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 1 10:23:43 2010 +0000
always build this tools cppunit test
diff --git a/tools/prj/build.lst b/tools/prj/build.lst
index 1648d54..f28d3a3 100644
--- a/tools/prj/build.lst
+++ b/tools/prj/build.lst
@@ -27,4 +27,4 @@ tl tools\unx\source\dll nmake - u tl_dllu tl_inc NULL
tl tools\util nmake - all tl_utl tl_com tl_dat tl_deb tl_dllu.u tl_dllp.p tl_dllw.w tl_fsys tl_gen tl_inet tl_mem tl_rc tl_ref tl_str tl_string tl_misc tl_zco tl_ttloader NULL
tl tools\bootstrp nmake - all tl_bstrp tl_utl tl_inc NULL
tl tools\bootstrp\addexes2 nmake - all tl_bsexes2 tl_bstrp tl_inc NULL
-
+tl tools\qa nmake - all tl_qa tl_utl NULL
diff --git a/tools/qa/makefile.mk b/tools/qa/makefile.mk
index 167f082..67d8f62 100644
--- a/tools/qa/makefile.mk
+++ b/tools/qa/makefile.mk
@@ -37,7 +37,7 @@ DLLPRE = # no leading "lib" on .so files
SHL1TARGET = test_pathutils
SHL1OBJS = $(SLO)$/test_pathutils.obj $(SLO)$/pathutils.obj
-SHL1STDLIBS = $(CPPUNITLIB) $(SALLIB) $(TESTSHL2LIB)
+SHL1STDLIBS = $(TOOLSLIB) $(CPPUNITLIB) $(SALLIB)
SHL1VERSIONMAP = version.map
SHL1IMPLIB = i$(SHL1TARGET)
DEF1NAME = $(SHL1TARGET)
More information about the Libreoffice-commits
mailing list