Added ServerCommandEx native to get the response when running a command (bug 3873, r=ds).

This commit is contained in:
Asher Baker
2011-07-18 03:23:03 +01:00
parent 7fe92d87c2
commit 2271469d1b
3 changed files with 130 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ class SM:
self.compiler.AddToListVar('CXXFLAGS', '-Wno-non-virtual-dtor')
self.compiler.AddToListVar('CXXFLAGS', '-Wno-overloaded-virtual')
self.compiler.AddToListVar('CDEFINES', 'HAVE_STDINT_H')
self.compiler.AddToListVar('CDEFINES', 'GNUC')
if self.vendor == 'gcc':
self.compiler.AddToListVar('CFLAGS', '-mfpmath=sse')
elif isinstance(cxx, Cpp.MSVC):