summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-06-03 10:35:00 -0230
committerDwayne Boone <dwayne@zeroc.com>2010-06-03 10:35:00 -0230
commitc55dffda4e9259f6ec93b988a712b001996eb20e (patch)
treeecf60b48617ef06836db346434128964b4a80c32 /demoscript/Util.py
parentFixed bug #4763 (diff)
downloadice-c55dffda4e9259f6ec93b988a712b001996eb20e.tar.bz2
ice-c55dffda4e9259f6ec93b988a712b001996eb20e.tar.xz
ice-c55dffda4e9259f6ec93b988a712b001996eb20e.zip
Allow demo scripts to run against VC100 install
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index e12ae96d6a6..0f5dd538254 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -96,6 +96,8 @@ def configurePaths():
compiler = os.environ["CPP_COMPILER"]
if compiler == "BCC2010":
binDir = binDir + "\\bcc10;" + binDir
+ if compiler == "VC100" or compiler == "VC100_EXPRESS":
+ binDir = os.path.join(binDir, "vc100")
shlibVar = None
libDir = None