Commit 31b6b08a authored by Tarek Ziadé's avatar Tarek Ziadé

Fixed #4863: removed distutils.mwerkscompiler

parent 31ca6309
...@@ -1063,7 +1063,6 @@ _default_compilers = ( ...@@ -1063,7 +1063,6 @@ _default_compilers = (
# OS name mappings # OS name mappings
('posix', 'unix'), ('posix', 'unix'),
('nt', 'msvc'), ('nt', 'msvc'),
('mac', 'mwerks'),
) )
...@@ -1103,8 +1102,6 @@ compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler', ...@@ -1103,8 +1102,6 @@ compiler_class = { 'unix': ('unixccompiler', 'UnixCCompiler',
"Mingw32 port of GNU C Compiler for Win32"), "Mingw32 port of GNU C Compiler for Win32"),
'bcpp': ('bcppcompiler', 'BCPPCompiler', 'bcpp': ('bcppcompiler', 'BCPPCompiler',
"Borland C++ Compiler"), "Borland C++ Compiler"),
'mwerks': ('mwerkscompiler', 'MWerksCompiler',
"MetroWerks CodeWarrior"),
'emx': ('emxccompiler', 'EMXCCompiler', 'emx': ('emxccompiler', 'EMXCCompiler',
"EMX port of GNU C Compiler for OS/2"), "EMX port of GNU C Compiler for OS/2"),
} }
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment