Fixing building with python bindings under MingW
authorfmoatamr
Tue, 08 Dec 2009 11:07:00 +0100
changeset 5839 569f16c35f46
parent 5838 eb5b9d295192
child 5840 c2b3762932e8
Fixing building with python bindings under MingW
bindings/python/ns3modulegen.py
--- a/bindings/python/ns3modulegen.py	Mon Dec 07 19:16:52 2009 +0100
+++ b/bindings/python/ns3modulegen.py	Tue Dec 08 11:07:00 2009 +0100
@@ -131,10 +131,9 @@
             pass
 
     if 'Threading' not in enabled_features:
-        for clsname in ['SystemThread', 'SystemMutex', 'SystemCondition', 'CriticalSection']:
+        for clsname in ['SystemThread', 'SystemMutex', 'SystemCondition', 'CriticalSection', 'SimpleRefCount< ns3::SystemThread, ns3::empty >']:
             root_module.classes.remove(root_module['ns3::%s' % clsname])
 
-
     if 'EmuNetDevice' not in enabled_features:
         for clsname in ['EmuNetDevice', 'EmuHelper']:
             root_module.classes.remove(root_module['ns3::%s' % clsname])