summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2005-02-17 17:57:27 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2005-02-17 17:57:27 +0000
commitfe5351eb9c1f085ce20598b005e56835ebfebc08 (patch)
treef903cd88b4dbbb03625b1d9e5b04aa9c1fa3ede5 /python
parentd571e83367296c7886d6f2f29572d4366936d64a (diff)
#i42947# make win/tcsh build find .py modules
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 0924ea6ff7c8..14f4315491ee 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: hr $ $Date: 2005-02-16 13:33:16 $
+# last change: $Author: hjs $ $Date: 2005-02-17 18:57:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -140,6 +140,9 @@ BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install
# ----------------------------------
# WINDOWS
# ----------------------------------
+PYTHONPATH:=..$/Lib
+.EXPORT : PYTHONPATH
+
BUILD_DIR=PCbuild
# Build python executable and then runs a minimal script. Running the minimal script
# ensures that certain *.pyc files are generated which would otherwise be created on