コード例 #1
0
ファイル: unix.py プロジェクト: am0d/bit
 def __init__(self, project_name):
     Project.__init__(self, project_name)
     self.compiler = CC(self.project_name)
     self.output_extension = self.compiler.output_extension
コード例 #2
0
ファイル: content.py プロジェクト: am0d/bit
 def __init__(self):
     Project.__init__(self, 'Content')
     self.compiler = ContentCompiler()