aboutsummaryrefslogtreecommitdiff
path: root/mkfiles.pl (unfollow)
Commit message (Expand)Author
2021-03-29Migrate to a CMake-based build system.Simon Tatham
2018-10-06Fix OSX build failure from latest XCode update.Simon Tatham
2018-06-01Enable 64-bit osx build and fix a warning.Josh Lee
2017-11-26Reinstate 32-bit Windows builds of Puzzles.Simon Tatham
2017-08-24Set up a clang-cl makefile.Simon Tatham
2014-02-22Fix the Automake makefile for automake 1.14.Simon Tatham
2013-07-02Fix small bugs in the automake construction which were preventing theSimon Tatham
2013-06-30Add a mechanism to the automake system to allow 'make install' to onlySimon Tatham
2013-06-30Support building via autoconf and automake. mkfiles.pl now outputs aSimon Tatham
2013-03-30New front end! To complement the webification of my puzzles via JavaSimon Tatham
2012-08-17For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham
2012-05-06Add a section to mkfiles.pl to build a makefile that compiles the OS XSimon Tatham
2012-05-06Update the OS X makefile so I can build on Lion. Regrettably thatSimon Tatham
2012-04-07Add an explicit -lm to the link lines in Makefile.gtk, after two usersSimon Tatham
2012-04-07Change some instances of 'print $thing' to 'print $thing || ""', toSimon Tatham
2011-04-23Support user-specified extra link flags (XLFLAGS) in the UnixSimon Tatham
2010-05-30Some kernels don't like my #! line. Move the -w into a 'useSimon Tatham
2010-05-29Make mkfiles.pl clean under 'perl -w'. Fixes one minor bug in theSimon Tatham
2010-01-19Patch inspired by one from James H: remove spurious references toSimon Tatham
2010-01-01For my own use in local Windows builds of the 'unfinished' puzzles,Simon Tatham
2009-12-17Patch from Frode Austvik to permit passing CFLAGS in to the UnixSimon Tatham
2008-09-13Since the lack of this has caused portability issues in the past:Simon Tatham
2008-06-10Michael Schierl's patch to compile the puzzles as Java applets usingSimon Tatham
2008-03-11Update the OS X Puzzles makefile so that it builds on Leopard andSimon Tatham
2007-02-26Dariusz Olszewski's changes to support compiling for PocketPC. ThisSimon Tatham
2007-01-13Remove a couple of rogue make targets for `osx.icns.o' andSimon Tatham
2006-12-28Add NO_HTMLHELP and turn it on by default in Makefile.cyg.Jacob Nevins
2006-12-27Fix the Cygwin RCFLAGS in the light of recent changes.Simon Tatham
2006-12-27Support for run-time icons in the GTK puzzles. This involved anotherSimon Tatham
2006-12-27Actually introduce the ability to build the Windows icons into theSimon Tatham
2006-08-05I'm sick of repeatedly adding and removing local changes to RecipeSimon Tatham
2006-05-20Patch from Ben Hutchings to prevent an ugly special case inSimon Tatham
2005-07-21I've been meaning to do this for ages: all the Makefiles now giveSimon Tatham
2005-07-05Enhancements to mkfiles.pl and Recipe to arrange for the auxiliarySimon Tatham
2005-06-18I'm sick of not having a `make install' target.Simon Tatham
2005-05-15Introduce a versioning mechanism, and an `About' box in all frontSimon Tatham
2005-04-28Aha, even better: a Makefile hack that causes auto-detection of GTKSimon Tatham
2005-04-27Patches for GTK 2. Puzzles already _built_ under GTK 2, but now itSimon Tatham
2005-01-24`make release' target, which builds a .dmg disk image in whatSimon Tatham
2005-01-24The #definition of COMBINED was done very badly: it was a piece ofSimon Tatham
2005-01-24First cut at online help under OS X. I just built the HTML versionSimon Tatham
2005-01-23Added a framework for putting things other than the binary into aSimon Tatham
2005-01-22Initial checkin of a Mac OS X port of puzzles, using Cocoa. AllSimon Tatham
2004-08-16This repository needs to have a copy of mkfiles.pl, although reallySimon Tatham