summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/config/Make.rules.mak b/cpp/config/Make.rules.mak
index e6352c6038c..ae3dbdf9c8f 100644
--- a/cpp/config/Make.rules.mak
+++ b/cpp/config/Make.rules.mak
@@ -27,9 +27,12 @@ prefix = C:\Ice-$(VERSION)
#
# If third party libraries are not installed in the default location
+# or THIRDPARTY_HOME is not set in your environment variables then
# change the following setting to reflect the installation location.
#
+!if "$(THIRDPARTY_HOME)" == ""
THIRDPARTY_HOME = C:\Ice-$(VERSION)-ThirdParty
+!endif
#
# Define USE_STLPORT if using STLPort. Required if using MSVC++ 6.0.