MinGW: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by 208.53.142.39 (Talk); changed back to last version by SeanBot) |
||
Line 1: | Line 1: | ||
{{Wiki | | |||
http:// | wiki_logo = http://wikiindex.org/images/e/e6/NoLogo.png | ||
http:// | | wiki_URL = http://www.mingw.org/MinGWiki | ||
| wiki_recentchanges_URL = http://www.mingw.org/MinGWiki/index.php/RecentChanges | |||
http:// | | wiki_wikinode_URL = No | ||
| wiki_status = Active | |||
| wiki_language = English | |||
| wiki_editmode = LoginToEdit | |||
| wiki_engine = PhpWiki | |||
| wiki_maintopic = Programming | |||
}} | |||
==Description== | |||
MinGW ("Minimalistic GNU for Windows") refers to a set of runtime headers, used in building a compiler system based on the GNU GCC and binutils projects. It compiles and links code to be run on Win32 platforms... providing C, C++ and Fortran compilers plus other related tools. If you see references to "mingw32" instead of "MinGW", they are referring to the same compiler system. The project's name changed from mingw32 to MinGW is to prevent the implication that MinGW will only works on 32 bit systems (as 64 and higher bit machines become more common, MinGW will evolve to work with them). MinGW uses the Microsoft runtime libraries, distributed with the Windows operating system. | |||
Revision as of 03:24, 11 September 2010
[{{{URL}}} {{{logo}}}] | [{{{URL}}} MinGW] [{{{recentchanges URL}}} Recent changes] [No WikiNode] [No About] [No Mobile URL] |
---|---|
Founded by: | |
Status: | [[:Category:{{{status}}}|{{{status}}}]] |
Language: | [[:Category:Wiki {{{language}}}|{{{language}}}]] |
Edit mode: | [[:Category:{{{editmode}}}|{{{editmode}}}]] |
Wiki engine: | [[:Category:{{{engine}}}|{{{engine}}}]] |
Wiki license: | [[:Category:Wiki {{{license}}}|{{{license}}}]] |
Main topic: | [[:Category:{{{maintopic}}}|{{{maintopic}}}]] |
Description
MinGW ("Minimalistic GNU for Windows") refers to a set of runtime headers, used in building a compiler system based on the GNU GCC and binutils projects. It compiles and links code to be run on Win32 platforms... providing C, C++ and Fortran compilers plus other related tools. If you see references to "mingw32" instead of "MinGW", they are referring to the same compiler system. The project's name changed from mingw32 to MinGW is to prevent the implication that MinGW will only works on 32 bit systems (as 64 and higher bit machines become more common, MinGW will evolve to work with them). MinGW uses the Microsoft runtime libraries, distributed with the Windows operating system.