Sync EDKII BaseTools to BaseTools project r1988

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10607 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2010-06-28 09:33:10 +00:00
parent 96dd57ee8d
commit 9053bc517e
41 changed files with 690 additions and 127 deletions

View File

@ -227,16 +227,16 @@ class SourceFiles:
'mingw-w64/files/mingw-w64/mingw-w64-snapshot/' + \
'mingw-w64-v1.0-snapshot-$version.tar.bz2/download',
'extract-dir': os.path.join('mingw-w64-v1.0-$version', 'mingw-w64-headers'),
'version': '20100427',
'md5': '1fe68f486bba8995f6a5cf0ed06c80f3',
'version': '20100604',
'md5': '636a84d1ea1a8cd61616738760021d6a',
},
}
source_files_ia32 = {
'gcc': source_files_x64['gcc'],
'mingw_hdr': {
'url': 'http://sourceforge.net/projects/' + \
'mingw/files/MinGW%20Runtime/' + \
'url': 'http://sourceforge.net/projects/mingw/files/MinGW/' + \
'BaseSystem/RuntimeLibrary/MinGW-RT/' + \
'mingwrt-$version/' + \
'mingwrt-$version-mingw32-src.tar.gz/download',
'extract-dir': 'mingwrt-$version-mingw32',