Hello.
if there is still the compiler mode error the lines in fix section will correct that problem..
-tomi
Parses the arguments/options given through the command line.
FIXME mode release always becomes mode
release-symbols
"""
--> fix
if ARGUMENTS.get('mode', 'debug') ==
'debug':
self.setDebugMode()
print
'Compiler: using debug mode'
elif ARGUMENTS.get('mode',
'release')
=='release':
self.setReleaseMode()
print
'Compiler: using release mode'
elif ARGUMENTS.get('mode',
'release-symbols') ==
'release-symbols':
self.setReleaseModeWithSymbols()
print
'Compiler: using release-symbols
mode'
else:
print 'Error: incorrect build
mode, using debug
mode'
self.setDebugMode()
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
