======Compilers====== =====Free===== ====C==== [[http://bellard.org/tcc/|TCC: Tiny C Compiler]] licentie: LGPL. \\ [[http://pcc.ludd.ltu.se/|pcc - Portable C Compiler]] licentie: BSD-style.\\ [[http://www.compilers.de/vbcc.html|vbcc - portable ISO C compiler]] \\ ===GCC=== [[http://www.mingw.org/|MinGW]], a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. [[http://mingw-w64.sourceforge.net/|MinGW-w64]] The project's goal is to deliver runtime, headers, and libs for developing 64 bit (x64), as well as 32 bit (x86), windows applications using gcc-4.6 or newer versions. [[http://tdm-gcc.tdragon.net/|TDM-GCC]] is a compiler suite for Windows. It combines the most recent stable release of the GCC toolset with the free and open-source MinGW or MinGW-w64 runtime APIs to create a LIBRE alternative to Microsoft's compiler and platform SDK. It can create 32-bit OR 64-bit binaries, for any version of Windows since Windows 95. \\ [[http://nuwen.net/mingw.html|MinGW Distro - nuwen.net]] a MinGW distribution. \\