summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-03-26 14:33:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-03-26 14:33:25 +0100
commit41b56be48413aaadebb51eb672be7067c27b5578 (patch)
tree3eb8bfdc075db650202c7e84fc7f4031a8760e9b /cpp
parentBug 2910 - MFC demo build failure on Vista x64 (diff)
downloadice-41b56be48413aaadebb51eb672be7067c27b5578.tar.bz2
ice-41b56be48413aaadebb51eb672be7067c27b5578.tar.xz
ice-41b56be48413aaadebb51eb672be7067c27b5578.zip
Added embedded_runpath_prefix to Make.demo.rules.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.demo.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/config/Make.demo.rules b/cpp/config/Make.demo.rules
index 935cb9c4e26..3c8c5fb0b91 100644
--- a/cpp/config/Make.demo.rules
+++ b/cpp/config/Make.demo.rules
@@ -8,6 +8,12 @@
# **********************************************************************
#
+# The "root directory" for runpath embedded in executables. Can be unset
+# to avoid adding a runpath to Ice executables.
+#
+embedded_runpath_prefix ?= /opt/Ice-$(VERSION_MAJOR).$(VERSION_MINOR)
+
+#
# Define OPTIMIZE as yes if you want to build with
# optimization. Otherwise Ice is build with debug information.
#