From c55dffda4e9259f6ec93b988a712b001996eb20e Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Thu, 3 Jun 2010 10:35:00 -0230 Subject: Allow demo scripts to run against VC100 install --- demoscript/Util.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demoscript/Util.py') 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 -- cgit v1.2.3