summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-02-22 13:58:39 +0000
committerBrent Eagles <brent@zeroc.com>2005-02-22 13:58:39 +0000
commitcf268b6e023d071d19fdb7b29f5c4dac450803b6 (patch)
tree299cd2668bba0e63bfa8caf559b229454207c9f3 /cpp/newmakebindist.py
parenttrying to set third party locations through environment variables and (diff)
downloadice-cf268b6e023d071d19fdb7b29f5c4dac450803b6.tar.bz2
ice-cf268b6e023d071d19fdb7b29f5c4dac450803b6.tar.xz
ice-cf268b6e023d071d19fdb7b29f5c4dac450803b6.zip
removing optional library locations from the defaults, ie. if they aren't
absolutely required then they are not set at all unless you set the environment variable yourself or use the command line argument
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 7c64ee80825..8179921abc8 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -710,12 +710,10 @@ def main():
buildEnvironment = dict()
environmentDefaults = dict([
- ("STLPORT_HOME", "/opt/STLPort"),
("BZIP2_HOME", "/opt/bzip2"),
("DB_HOME", "/opt/db"),
("OPENSSL_HOME", "/opt/openssl"),
- ("EXPAT_HOME", "/opt/expat"),
- ("READLINE_HOME", "/opt/readline")
+ ("EXPAT_HOME", "/opt/expat")
])
buildDir = None
installDir = None