diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-10-31 23:17:38 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-10-31 23:17:38 +0000 |
commit | 36d5203137271bc2432bf8951754b7292bfc67e8 (patch) | |
tree | 89c39aa6296c245f0b270e4e472f977062d95f2a /cpp/config/TestUtil.py | |
parent | bug fix (diff) | |
download | ice-36d5203137271bc2432bf8951754b7292bfc67e8.tar.bz2 ice-36d5203137271bc2432bf8951754b7292bfc67e8.tar.xz ice-36d5203137271bc2432bf8951754b7292bfc67e8.zip |
Makefile improvments (added LIBEXT, SHLIB_LDFLAGS, removed some bogus
CXXFLAGS, removed BASE, VERSIONNED_BASE for shared libraries).
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 45c4398effc..4cc254924da 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -20,8 +20,8 @@ import sys, os # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +#protocol = "" # # Set compressed to 1 in case you want to run the tests with |