aboutsummaryrefslogtreecommitdiffstats
path: root/nt/configure.bat
Commit message (Collapse)AuthorAgeFilesLines
* nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.Eli Zaretskii2010-09-291-1/+1
|
* Fix bug#6820: Don't accept backslashes or quotes on compiler options.Juanma Barranquero2010-09-231-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 Barranquero2010-09-221-0/+2
|
* nt/configure.bat: Cosmetic changes.Juanma Barranquero2010-09-221-2/+38
|
* New make target for Windows platform: make dist (bug#6602)Christoph Scholtes2010-07-241-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 Barranquero2010-07-181-0/+10
| | | | | * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define. (CFLAGS): Include it.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * configure.bat: Add #define PROFILING to config.h.Juanma Barranquero2009-09-141-0/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* * configure.bat: Untabify help message.Juanma Barranquero2009-01-031-1/+1
|
* * configure.bat: New option --with-svg.Jason Rumney2009-01-031-0/+31
| | | | * INSTALL: Document experimental SVG support.
* * configure.bat: New option --profile.Jason Rumney2008-07-231-0/+10
| | | | * gmake.defs: Set cflags and ldflags for profiling when specified.
* * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:Juanma Barranquero2008-06-231-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 Rumney2008-05-141-9/+0
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+5
|
* (success): Print "make" rather than "gmake", as thatJason Rumney2008-04-211-2/+3
| | | | is what MingW uses.
* (chkapiN) Add check for usp10.h.Eli Zaretskii2008-04-051-0/+2
|
* * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.Jason Rumney2008-03-041-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--22Miles Bader2008-02-241-5/+5
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-1074
| * In help, use generic names for the image libraries.Juanma Barranquero2008-02-051-5/+5
| |
* | (checkgcc): Move "del junk.o" to here, and make it conditional on existenceEli Zaretskii2008-02-111-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 Zaretskii2008-02-091-1/+0
| |
* | Make gcc the default compiler.Jason Rumney2008-02-031-6/+7
| |
* | (dontCopy): Rename admin/unidata/Makefile to keep it out of the way ofEli Zaretskii2008-02-021-0/+2
| | | | | | | | Windows generated file. Generate admin/unidata/makefile.
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ \ | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\| | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | |
| | * (docflags, doldflags): New variables.Eli Zaretskii2007-10-201-4/+10
| | | | | | | | | | | | | | | (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command.
* | | Merge from emacs--devo--0Miles Bader2007-10-271-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: [email protected]/emacs--unicode--0--patch-278
| * | A better solution for the last change:Eli Zaretskii2007-10-201-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 Zaretskii2007-10-201-2/+3
| | |
* | | (withfont): Set sep1 after modifying usercflags.Jason Rumney2007-10-211-0/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-111-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
| * | Change from ../man to ../doc/emacs and ../doc/misc; and fromGlenn Morris2007-09-061-3/+4
| | | | | | | | | | | | ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
* | | Merge from emacs--devo--0Miles Bader2007-07-271-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: [email protected]/emacs--unicode--0--patch-238
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | |
| | * Add information about building with Cygwin Make 3.80.Eli Zaretskii2007-05-041-6/+8
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-091-5/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 803-805) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-227
| * | Complain if image libraries are missing.Jason Rumney2007-06-201-5/+50
| | |
* | | Rename --with-font-backend to --enable-font-backendJason Rumney2007-06-041-2/+2
| | | | | | | | | | | | for consistency with other platforms.
* | | Add --with-font-backend option.Jason Rumney2007-05-311-0/+9
|/ /
* / Add information about building with Cygwin Make 3.80.Eli Zaretskii2007-05-041-6/+8
|/
* Update ../site-lisp/subdirs.el when needed.Juanma Barranquero2007-01-311-2/+11
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update table of supported Make ports.Eli Zaretskii2006-12-271-8/+19
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* Don't create lisp/Makefile.unix.Juanma Barranquero2005-07-281-2/+1
|
* Finish config.log with a line that indicates that the configure stepEli Zaretskii2005-07-161-0/+1
| | | | was successful.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|