예제 #1
0
파일: Options.py 프로젝트: solarblue/waf
    def execute(self):
        """
		See :py:func:`waflib.Context.Context.execute`
		"""
        super(OptionsContext, self).execute()
        self.parse_args()
        Utils.alloc_process_pool(options.jobs)
예제 #2
0
파일: Options.py 프로젝트: JodyGoldberg/waf
	def execute(self):
		"""
		See :py:func:`waflib.Context.Context.execute`
		"""
		super(OptionsContext, self).execute()
		self.parse_args()
		Utils.alloc_process_pool(options.jobs)
예제 #3
0
파일: Options.py 프로젝트: Gnurou/glmark2
	def execute(self):
		super(OptionsContext,self).execute()
		self.parse_args()
		Utils.alloc_process_pool(options.jobs)
예제 #4
0
파일: Options.py 프로젝트: mish24/werk
 def execute(self):
     super(OptionsContext, self).execute()
     self.parse_args()
     Utils.alloc_process_pool(options.jobs)