--- trunk/SConstruct 2005/11/24 05:15:26 214 +++ trunk/SConstruct 2005/11/29 04:27:00 246 @@ -18,6 +18,12 @@ libinstall = Dir('#lib') Export(["libinstall"]) +if ARGUMENTS.get('options',0): + options = ARGUMENTS.get('options',0) +else: + options = None +Export(["options"]) + if ARGUMENTS.get('debug',0): dodebug = 1 else: