summaryrefslogtreecommitdiff
path: root/nt/gmake.defs
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Export XMFLAGS.Eli Zaretskii2006-12-231-0/+2
|
* (stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating theEli Zaretskii2006-12-221-1/+2
| | | | $(BLD) directory.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* (TEMACS_EXTRA_LINK): Remove redundant -g.Eli Zaretskii2005-12-241-3/+3
| | | | (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".Eli Zaretskii2005-06-111-1/+1
|
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-2/+1
|
* gmake.defs, nmake.defs: Add linking to ``winspool.lib''.Jason Rumney2004-01-281-0/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-12/+12
|
* Disable cygpath kludge.Jason Rumney2003-01-291-3/+9
|
* (CURDIR): Convert to native Windows format (withAndrew Innes2003-01-151-0/+4
| | | | forward slashes), to support building with Cygwin builds of make.
* Added a partial implementation of play-sound-internal for Windows. Fixed ↵Ben Key2002-11-171-0/+1
| | | | the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
* (CFLAGS): Define _WIN32_WINNT as 0x0400, in order toAndrew Innes2002-01-041-1/+1
| | | | pick up relevant bits of the Windows API definitions.
* (sh_output): Don't use $(warning ...) to outputAndrew Innes2001-06-011-1/+1
| | | | messages, since that is not supported by GNU make 3.77.
* (NEW_CYGWIN): Output message about spurious errorAndrew Innes2001-05-171-0/+1
| | | | message that is to be ignored.
* (SETLOADPATH): Remove definition.Andrew Innes2001-04-181-1/+2
| | | | | (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the environment.
* (DEBUG_LINK): New macro.Andrew Innes2001-03-181-1/+3
| | | | (LINK_FLAGS): Use it.
* Add copyright notice.Andrew Innes2001-02-241-1/+2
|
* (THISDIR): New definition.Andrew Innes2001-02-051-0/+2
|
* (EMACS_ICON_PATH): Delete definition.Andrew Innes2001-01-061-3/+4
| | | | | (COMPILER_TEMP_FILES): New definition. (MAKETYPE): New definition.
* (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,Andrew Innes2000-12-061-3/+2
| | | | relative to $(CURDIR).
* (NEW_CYGWIN): New define.Andrew Innes2000-12-061-0/+19
| | | | | (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, so we need to adjust how we escape embedded quotes.
* Revert to Unix line endings.Andrew Innes2000-09-171-234/+234
|
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+3
| | | | (SETLOADPATH): New define.
* (CFLAGS): No need for -D_ANONYMOUS_UNIONAndrew Innes2000-09-031-220/+231
| | | | | | | | -D_ANONYMOUS_STRUCT on compile line. (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. (ARCH_CFLAGS): Change optimization flags to -O2. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines.
* New file.Andrew Innes2000-08-241-0/+220