diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2008-03-07 14:46:11 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2008-03-07 14:46:11 +0000 |
commit | 619b46df1ccaf88f77fd91b32a6ff6a46d16fc25 (patch) | |
tree | d60aafb6410d4337df9c4ce468f578834e52877a /instsetoo_native | |
parent | c5fe5bd64bbc2bf6858c0c7e4f7171b95fd18ceb (diff) |
#i85207# - too much cleanup
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 7196b7155a3a..b8f364d42c2b 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.83 $ +# $Revision: 1.84 $ # -# last change: $Author: kz $ $Date: 2008-03-05 16:38:30 $ +# last change: $Author: hjs $ $Date: 2008-03-07 15:46:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,12 @@ GEN_HID2=TRUE # PERL:=@echo +# watch for the path delimiter +.IF "$(GUI)"=="WNT" PYTHONPATH:=$(PWD)$/$(BIN);$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload +.ELSE # "$(GUI)"=="WNT" +PYTHONPATH:=$(PWD)$/$(BIN):$(SOLARLIBDIR):$(SOLARLIBDIR)$/python:$(SOLARLIBDIR)$/python$/lib-dynload +.ENDIF # "$(GUI)"=="WNT" .EXPORT: PYTHONPATH .IF "$(CWS_WORK_STAMP)=="" || "$(UPDATER)!="" |