]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mkfiles.pl
Move MODULE files out of individual project directories into a
[PuTTY.git] / mkfiles.pl
2004-05-24 Jacob NevinsTypos in Borland Makefile pointed out by Arnaud Desitter
2004-04-25 Simon TathamMore portability fixes.
2004-04-25 Simon TathamMake mkfiles.pl less tied to PuTTY in particular, by...
2004-03-24 Simon TathamOh yes, and the Unix Makefile needs to know that as well.
2004-02-13 Jacob NevinsAdd .map files to Cygwin "clean" target
2004-02-13 Jacob NevinsMakefile.cyg now generates a link map.
2004-02-07 Simon TathamAdded a wrinkle to the version.c build in the Unix...
2004-01-20 Simon TathamAlexey Savelyev's mkfiles.pl patch to support lcc-win32...
2004-01-17 Simon TathamJoe Yates's patch to make mkfiles.pl generate Visual...
2004-01-17 Simon TathamSo _that's_ why mkfiles.pl was running so slowly on...
2003-09-01 Ben HarrisAdd support for a DESTDIR variable in the Unix makefile...
2003-06-21 Ben HarrisRemove -DNO_SECURITY from the cygwin build, since ...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-03-29 Simon TathamI'm sick of having to type (cd ..; perl mkfiles.pl...
2003-02-24 Simon TathamAdd some parentheses for general robustness. (In partic...
2003-02-23 Ben HarrisSet the executable fragment name (in CFM builds) to...
2003-02-23 Ben HarrisI think the Carbon build now works well enough to be...
2003-02-20 Ben HarrisChange some of the blocks of cut&pasted code into loops.
2003-02-20 Ben HarrisAsk for traceback tables in PowerPC objects, since...
2003-02-07 Ben HarrisClean up Carbon build procedures somewhat. I still...
2003-02-02 Ben HarrisAdd support for using Navigation Services to open saved...
2003-02-01 Ben HarrisAdd some glue to allow building a Carbon version of...
2003-01-20 Ben HarrisEnable -Werror in GTK builds (we already have -Wall...
2003-01-18 Ben HarrisClear the "Inited" bit when we finish building each...
2003-01-12 Ben HarrisUse memset() rather than OTMemzero(), and hence remove...
2003-01-11 Ben HarrisInitial import of Owen's OpenTransport interface. ...
2003-01-09 Ben HarrisSwitching from -opt space to -opt time on 68K Macs...
2003-01-08 Ben HarrisThe CFM-68K build isn't working at the moment (we blow...
2003-01-04 Ben HarrisCorrect handling of Mac OS 8.5 Window Manager and Contr...
2002-12-31 Ben HarrisAdd "-notOnce" to the compiler options on the Mac to...
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-12-31 Simon TathamDimitrie Paun's patch for Winelib support. Actually...
2002-12-30 Ben HarrisAdd support for compiling 'vers' resources into Mac...
2002-12-30 Ben HarrisFinally add support for building Mac resource forks...
2002-12-30 Ben HarrisMore cleanup to Mac build procedures, notably:
2002-12-29 Ben HarrisAdd support for building a CFM-68K version of PuTTY...
2002-12-29 Ben HarrisSubstantial overhaul of Mac build system. We now have...
2002-12-29 Ben HarrisUse the "far" versions of all libraries for which they...
2002-12-28 Ben HarrisThe current version of SC generates warnings for unused...
2002-12-13 Ben HarrisUse the Unicode Converter to convert from Unicode to...
2002-12-02 Ben HarrisAdd support for generating MPW Makefiles. This makes...
2002-11-19 Jacob NevinsAdd mac/ to include paths after discussion with bjh21
2002-11-07 Simon TathamBorland makefile needs to define _WINDOWS; apparently...
2002-11-01 Simon TathamIntroduce program category U, for non-GTK-requiring...
2002-10-30 Simon TathamRJK's `make install' patch for the Unix makefile.
2002-10-30 Simon TathamPreparatory work before attempting a Unix port of plink...
2002-10-15 Simon TathamRichard's patch to fix `make clean' under Unix.
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Simon TathamOops. Dirsep in Makefile.cyg should be / not \.
2002-10-07 Simon TathamBegin destabilisation in the wake of 0.53! This checkin...
2002-03-27 Simon TathamAdd -w-pia to the Borland makefile (suppress warnings about
2002-03-16 Simon TathamCompletely revamped mkfiles.pl which incorporates depen...
2002-03-11 Simon TathamBah. Add winspool.lib to libraries list. Maybe _now_...
2001-12-15 Simon Tatham`make clean' in the Borland makefile should ignore...
2001-10-17 Simon TathamWez Furlong's patch to tidy up full-screen mode: make it
2001-09-15 Simon TathamCygwin build fixes: update the dependencies, add -DNO_S...
2001-08-15 Jacob NevinsUpdated Makefile.cyg for Glenn Maynard's IME patch.
2001-05-28 Simon TathamDisable the most irritating compiler warnings in the...
2001-05-13 Simon TathamBorland and Cygwin makefiles now support XFLAGS.
2001-04-28 Simon TathamAdd the missing "all" target in the Cygwin makefile
2001-04-28 Simon TathamAdd -lwinmm to Cygwin makefile. Thanks Jacob.
2000-10-06 Simon TathamUpdate Makefile generation and ensure everything works...
2000-09-19 Simon TathamFix Jacob's fix for mingw32 resource compiler so that...
2000-06-21 Simon TathamJoris van Rantwijk knows how to cause a Borland-built...
2000-03-08 Simon TathamBorland makefile should now work sanely with the free...
2000-02-20 Simon TathamJoris van Rantwijk's fixes for cygwin (NB includes...
2000-01-19 Simon TathamFix problems with resource compilation Makefile lines
2000-01-19 Simon TathamFix FORCE target in Cygwin makefile
1999-12-14 Simon TathamCouple of bug fixes to cygwin makefile
1999-12-13 Simon TathamAdd multi-makefile management system