Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h. | Eli Zaretskii | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Fix bug#6820: Don't accept backslashes or quotes on compiler options. | Juanma Barranquero | 2010-09-23 | 1 | -1/+17 |
| | | | | | * nt/configure.bat: Err out when the argument of --cflags contains invalid characters (check implemented only for GCC). | ||||
* | nt/configure.bat: Add comment about USER_(C|LD)FLAGS. | Juanma Barranquero | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | nt/configure.bat: Cosmetic changes. | Juanma Barranquero | 2010-09-22 | 1 | -2/+38 |
| | |||||
* | New make target for Windows platform: make dist (bug#6602) | Christoph Scholtes | 2010-07-24 | 1 | -2/+56 |
| | | | | | | | | | | | | | | | | * admin/admin.el: Write version number to nt/makefile.w32-in. * admin/nt/makedist.bat: Remove; replaced with `zipdist.bat' in the nt/ directory. * admin/nt/README.W32: Relocate to nt/ directory. * etc/NEWS: Document new --distfiles configure.bat option and `dist' make target on Windows. * nt/INSTALL: Document new dist target and add section about creating binary distributions. * nt/configure.bat: New parameter `--distfiles'. * nt/makefile.w32-in: Add version number, new target `dist'. Add new target `install-shortcuts'. * nt/zipdist.bat: New file; create zipped binary distribution, replaces admin/nt/makedist.bat. | ||||
* | * configure.bat: New option --enable-checking. | Juanma Barranquero | 2010-07-18 | 1 | -0/+10 |
| | | | | | * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define. (CFLAGS): Include it. | ||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | * configure.bat: Add #define PROFILING to config.h. | Juanma Barranquero | 2009-09-14 | 1 | -0/+1 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | * configure.bat: Untabify help message. | Juanma Barranquero | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | * configure.bat: New option --with-svg. | Jason Rumney | 2009-01-03 | 1 | -0/+31 |
| | | | | * INSTALL: Document experimental SVG support. | ||||
* | * configure.bat: New option --profile. | Jason Rumney | 2008-07-23 | 1 | -0/+10 |
| | | | | * gmake.defs: Set cflags and ldflags for profiling when specified. | ||||
* | * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: | Juanma Barranquero | 2008-06-23 | 1 | -1/+17 |
| | | | | | | | | Don't hardcode -gstabs+, use DEBUG_INFO. * configure.bat (gccdebug): Check for DWARF-2 support in GCC. Default to stabs if the compiler does not support DWARF-2. (genmakefiles): Write new variable DEBUG_INFO to config.settings. | ||||
* | Remove code dealing with --disable-font-backend. | Jason Rumney | 2008-05-14 | 1 | -9/+0 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -6/+5 |
| | |||||
* | (success): Print "make" rather than "gmake", as that | Jason Rumney | 2008-04-21 | 1 | -2/+3 |
| | | | | is what MingW uses. | ||||
* | (chkapiN) Add check for usp10.h. | Eli Zaretskii | 2008-04-05 | 1 | -0/+2 |
| | |||||
* | * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag. | Jason Rumney | 2008-03-04 | 1 | -6/+5 |
| | | | | | | | (EMACS_EXTRA_C_FLAGS): Include it. * configure.bat (usefontbackend): Default to Y. (--enable-font-backend): Replace with --disable-font-backend. (:withfont): Replace with :withoutfont. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -5/+5 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074 | ||||
| * | In help, use generic names for the image libraries. | Juanma Barranquero | 2008-02-05 | 1 | -5/+5 |
| | | |||||
* | | (checkgcc): Move "del junk.o" to here, and make it conditional on existence | Eli Zaretskii | 2008-02-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | of junk.o. If %nocygwin% is already set to Y, skip to chkapiN instead of chkapi. (chkapi): Move "rm -f junk.c junk.o" to here. (chkapiN): New label. | ||||
* | | (dontCopy): Do not rename admin/unidata/Makefile. | Eli Zaretskii | 2008-02-09 | 1 | -1/+0 |
| | | |||||
* | | Make gcc the default compiler. | Jason Rumney | 2008-02-03 | 1 | -6/+7 |
| | | |||||
* | | (dontCopy): Rename admin/unidata/Makefile to keep it out of the way of | Eli Zaretskii | 2008-02-02 | 1 | -0/+2 |
| | | | | | | | | Windows generated file. Generate admin/unidata/makefile. | ||||
* | | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312 | ||||
| * \ | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | | |||||
| | * | (docflags, doldflags): New variables. | Eli Zaretskii | 2007-10-20 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command. | ||||
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-27 | 1 | -4/+12 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278 | ||||
| * | | A better solution for the last change: | Eli Zaretskii | 2007-10-20 | 1 | -7/+14 |
| | | | | | | | | | | | | | | | | | | (docflags, doldflags): New variables. (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command. | ||||
| * | | (usercflags, userldflags): Quote %1. | Eli Zaretskii | 2007-10-20 | 1 | -2/+3 |
| | | | |||||
* | | | (withfont): Set sep1 after modifying usercflags. | Jason Rumney | 2007-10-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -3/+4 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257 | ||||
| * | | Change from ../man to ../doc/emacs and ../doc/misc; and from | Glenn Morris | 2007-09-06 | 1 | -3/+4 |
| | | | | | | | | | | | | ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro. | ||||
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238 | ||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | Add information about building with Cygwin Make 3.80. | Eli Zaretskii | 2007-05-04 | 1 | -6/+8 |
| | | | |||||
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-09 | 1 | -5/+50 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 803-805) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227 | ||||
| * | | Complain if image libraries are missing. | Jason Rumney | 2007-06-20 | 1 | -5/+50 |
| | | | |||||
* | | | Rename --with-font-backend to --enable-font-backend | Jason Rumney | 2007-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | for consistency with other platforms. | ||||
* | | | Add --with-font-backend option. | Jason Rumney | 2007-05-31 | 1 | -0/+9 |
|/ / | |||||
* | | Add information about building with Cygwin Make 3.80. | Eli Zaretskii | 2007-05-04 | 1 | -6/+8 |
|/ | |||||
* | Update ../site-lisp/subdirs.el when needed. | Juanma Barranquero | 2007-01-31 | 1 | -2/+11 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update table of supported Make ports. | Eli Zaretskii | 2006-12-27 | 1 | -8/+19 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | Don't create lisp/Makefile.unix. | Juanma Barranquero | 2005-07-28 | 1 | -2/+1 |
| | |||||
* | Finish config.log with a line that indicates that the configure step | Eli Zaretskii | 2005-07-16 | 1 | -0/+1 |
| | | | | was successful. | ||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| |