예제 #1
0
파일: git.py 프로젝트: balarsen/pysysdevel
 def __init__(self):
     prog_config.__init__(self, 'git', debug=False)
예제 #2
0
 def __init__(self):
     prog_config.__init__(self, 'doxygen', debug=False)
예제 #3
0
 def __init__(self):
     prog_config.__init__(self, "wxglade", debug=False)
예제 #4
0
 def __init__(self):
     prog_config.__init__(self, 'ctypesgen.py', debug=False)
예제 #5
0
 def __init__(self):
     prog_config.__init__(self, 'gccxml',
                          dependencies=['git', 'cmake'], debug=False)
예제 #6
0
 def __init__(self):
     prog_config.__init__(self, 'cmake', debug=False)
예제 #7
0
 def __init__(self):
     prog_config.__init__(self, 'gfortran', debug=False)
예제 #8
0
 def __init__(self):
     prog_config.__init__(self, 'antlr',
                          dependencies=['java'], debug=False)