summaryrefslogtreecommitdiff
path: root/windows/Makefile
AgeCommit message (Expand)Author
2015-12-13unix: Move modmachine into unix directoryDave Hylands
2015-11-24windows/py: Support 64bit mingw-w64 buildsstijn
2015-11-24windows: Cleanup makefilestijn
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-01windows: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-12-06windows: define __USE_MINGW_ANSI_STDIO for all Windows compilers.Damien George
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-09-22windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf...stijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-05-20windows: Fix compilation with mingw-w64 so it uses correct printf implementat...stijn
2014-05-09windows: Add modtime implementationstijn
2014-05-07windows: Fix input.c missing in Makefile after changes for #582stijn
2014-05-03mingw: Fix number of exponent digits in floating point formattingstijn
2014-05-03mingw: Add implementation of realpath()stijn
2014-04-20windows: Unbreak mingw32 build (cross-compiling under Linux).Paul Sokolovsky
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-08windows: Use most of the source files from unix/ port.Damien George
2014-01-28Added Windows port (see #233)Markus Siemens