diff options
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 744ad5a5e4a..c76260dbac1 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -46,10 +46,7 @@ demos = [ "Ice/value", "IceDiscovery/hello", "IceDiscovery/replication", -] - -if not Util.isWin32() or not Util.isVC100(): - demos += ["IceStorm/clock", + "IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", "IceStorm/replicated2", |