diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
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 |