[Libreoffice-commits] .: sc/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Oct 19 11:56:47 PDT 2010
sc/qa/unit/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b55a8d6eb2b712e60dcbf27cb6a8283820a05e60
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 19 19:56:40 2010 +0100
add local .res dir into the resourcepath
diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index 66d1895..084e413 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -102,7 +102,7 @@ $(MISC)/$(TARGET)/services.rdb:
-c $(DLLPRE)fwk$(DLLPOSTFIX)$(DLLPOST)
#Tweak things to that we use the .res files in the solver
-STAR_RESOURCEPATH:=$(SOLARBINDIR)
+STAR_RESOURCEPATH:=$(PWD)/$(BIN):$(SOLARBINDIR)
.EXPORT : STAR_RESOURCEPATH
test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/services.rdb
More information about the Libreoffice-commits
mailing list