Exemple #1
0
	def __init__( self ):
		MakeTool.__init__( self )
#		searchPaths = []
#		if sys.platform == "win32":
#			from core.helpers.RegistryHelper import getPathsFromRegistry
#			keys = [ "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\MinGW\\InstallLocation",
#				"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\MSYS-1.0_is1\\Inno Setup: App Path" ]
#			searchPaths += getPathsFromRegistry( keys, "bin" )
		self._setCommand( 'make' )
Exemple #2
0
	def __init__( self ):
		MakeTool.__init__( self )
		self._setCommand( 'mingw32-make' )
Exemple #3
0
	def __init__( self ):
		MakeTool.__init__( self )
		searchPaths = [ "C:/Program Files/jom" ]
		self._setCommand( 'jom' )
		self._setCommandSearchPaths( searchPaths )
		self._setVersionParameter( '/version' )