diff options
author | Jose <jose@zeroc.com> | 2014-12-04 16:23:28 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-12-04 16:23:28 +0100 |
commit | 39126e8f5f7a54be60fedc6ac73cc1105c669e6f (patch) | |
tree | fdd97e0eb6fdc8c9f8bf8732218a335770c3de1a /cpp/allDemos.py | |
parent | Fixed issue from previous commit, removed all references to getIceVersion (diff) | |
download | ice-39126e8f5f7a54be60fedc6ac73cc1105c669e6f.tar.bz2 ice-39126e8f5f7a54be60fedc6ac73cc1105c669e6f.tar.xz ice-39126e8f5f7a54be60fedc6ac73cc1105c669e6f.zip |
Fixed (ICE-6057) - VS2012: IceGrid\customLoadBalancing fails
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 9b1c1edb67a..8aeb94320cf 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -79,7 +79,7 @@ demos = [ if not "--x86" in sys.argv: demos += ["Freeze/backup"] -if not "--c++11" in sys.argv: +if not "--c++11" in sys.argv and not "--x86" in sys.argv: demos += ["IceGrid/customLoadBalancing"] if __name__ == "__main__": |