mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Merged revisions 68929 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68929 | tarek.ziade | 2009-01-25 19:19:25 +0100 (Sun, 25 Jan 2009) | 1 line Fixed #4863: removed distutils.mwerkscompiler ........
This commit is contained in:
parent
7ce17fe190
commit
4d4456f274
3 changed files with 2 additions and 248 deletions
|
@ -1004,7 +1004,6 @@ _default_compilers = (
|
|||
# OS name mappings
|
||||
('posix', 'unix'),
|
||||
('nt', 'msvc'),
|
||||
('mac', 'mwerks'),
|
||||
|
||||
)
|
||||
|
||||
|
@ -1042,8 +1041,6 @@ compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler',
|
|||
"Mingw32 port of GNU C Compiler for Win32"),
|
||||
'bcpp': ('bcppcompiler', 'BCPPCompiler',
|
||||
"Borland C++ Compiler"),
|
||||
'mwerks': ('mwerkscompiler', 'MWerksCompiler',
|
||||
"MetroWerks CodeWarrior"),
|
||||
'emx': ('emxccompiler', 'EMXCCompiler',
|
||||
"EMX port of GNU C Compiler for OS/2"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue