aboutsummaryrefslogtreecommitdiffstats
path: root/nt/gmake.defs
Commit message (Collapse)AuthorAgeFilesLines
* (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