aboutsummaryrefslogtreecommitdiffstats
path: root/nt/nmake.defs
Commit message (Collapse)AuthorAgeFilesLines
* (UUID): New library for COM/OLE lookups.Jason Rumney2009-01-151-0/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Remove unneeded -Defines in the compiler command line (MinGW and MSVC).Juanma Barranquero2008-06-261-11/+4
| | | | | | | | | | | | | | | | | | | | * nt/nmake.defs: * nt/gmake.defs (FONT_CFLAGS): Remove. (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) and _CRTAPI1. (ARCH_FLAGS): Don't include _X86_. * nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. * src/makefile.w32-in (LOCAL_FLAGS): Don't include WINDOWSNT, DOS_NT and _UCHAR_T. * src/sysdep.c (_spawnlp, _getpid): Declare with explicit _cdecl instead of _CRTAPI1. * src/editfns.c (Fget_internal_run_time): Check for WINDOWSNT with #ifdef, not #if.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-17/+18
|
* (UNISCRIBE): New variable.Jason Rumney2008-04-031-0/+1
|
* (FONT_CFLAGS): New optional compiler flag.Jason Rumney2008-03-041-3/+10
| | | | (EMACS_EXTRA_C_FLAGS): Include it.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* (COMCTL32): New system library.Jason Rumney2007-09-271-0/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (OLE32): New library to link.Jason Rumney2007-07-111-1/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.Jason Rumney2006-12-291-2/+2
| | | | (DEBUG_LINK): Remove -debugtype:both
* (stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creatingEli Zaretskii2006-12-221-1/+2
| | | | the $(BLD) directory.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add quote in comment to resync font-locking.Juanma Barranquero2004-06-061-0/+1
|
* Remove files related to old msvc only windows build.Jason Rumney2004-05-031-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
|
* Fix some DOS line-ending inconsistencies introduced with arch-tag:Miles Bader2003-09-021-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* 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.
* (SYS_LDFLAGS): Add setargv.obj for wildcardJason Rumney2001-11-171-1/+1
| | | | expansion. From Juanma Barranquero <[email protected]>.
* (EMACSLOADPATH): Ensure EMACSLOADPATH is defined inAndrew Innes2001-04-181-226/+231
| | | | 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-2/+3
|
* (EMACS_ICON_PATH): Delete definition.Andrew Innes2001-01-061-3/+4
| | | | | (COMPILER_TEMP_FILES): New definition. (MAKETYPE): New definition.
* (CURDIR): New define.Andrew Innes2000-12-061-1/+3
|
* Revert to Unix line endings.Andrew Innes2000-09-171-219/+219
|
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+1
|
* (CFLAGS): No need for -D_ANONYMOUS_UNIONAndrew Innes2000-09-031-213/+218
| | | | | | -D_ANONYMOUS_STRUCT on compile line. (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. (ARGQUOTE, DQUOTE): New defines.
* New file.Andrew Innes2000-08-241-0/+213