1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Juanma Barranquero
43db14bbd8 Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
* 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.
2008-06-26 22:33:33 +00:00
Glenn Morris
eef0be9e86 Switch to recommended form of GPLv3 permissions notice. 2008-05-09 05:14:16 +00:00
Jason Rumney
b7612703dc (UNISCRIBE): New variable. 2008-04-03 12:24:31 +00:00
Jason Rumney
12cc4d8f41 (FONT_CFLAGS): New optional compiler flag.
(EMACS_EXTRA_C_FLAGS): Include it.
2008-03-04 18:00:52 +00:00
Glenn Morris
6d344054d1 Add 2008 to copyright years. 2008-01-07 08:15:16 +00:00
Jason Rumney
fc2554aaaf (COMCTL32): New system library. 2007-09-27 22:07:47 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Jason Rumney
a71f59c1fa (OLE32): New library to link. 2007-07-11 14:41:22 +00:00
Glenn Morris
4e6835dbc4 Add 2007 to copyright years. 2007-01-21 04:57:37 +00:00
Jason Rumney
53b9fd7735 (TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
(DEBUG_LINK): Remove -debugtype:both
2006-12-29 16:47:44 +00:00
Eli Zaretskii
596cbf7ea9 (stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating
the $(BLD) directory.
2006-12-22 18:22:37 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
b65d8176e6 Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Lute Kamstra
364c38d3af Update FSF's address. 2005-07-04 15:47:28 +00:00
Juanma Barranquero
33d786f9ee Add quote in comment to resync font-locking. 2004-06-06 01:22:53 +00:00
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +00:00
Jason Rumney
0e664bca59 gmake.defs, nmake.defs: Add linking to ``winspool.lib''. 2004-01-28 23:20:02 +00:00
Miles Bader
a2fcf0296f Fix some DOS line-ending inconsistencies introduced with arch-tag: 2003-09-02 19:14:00 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Ben Key
f60ae425e9 Added a partial implementation of play-sound-internal for Windows. Fixed 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. 2002-11-17 22:35:26 +00:00
Andrew Innes
98cf1bb563 (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
pick up relevant bits of the Windows API definitions.
2002-01-04 14:05:10 +00:00
Jason Rumney
635330084d (SYS_LDFLAGS): Add setargv.obj for wildcard
expansion.  From Juanma Barranquero <lektu@terra.es>.
2001-11-17 01:00:48 +00:00
Andrew Innes
039f725c72 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
the environment.
2001-04-18 14:07:15 +00:00
Andrew Innes
0f6465a643 (DEBUG_LINK): New macro.
(LINK_FLAGS): Use it.
2001-03-18 16:56:08 +00:00
Andrew Innes
41eca17b1d Add copyright notice. 2001-02-24 22:00:47 +00:00
Andrew Innes
277277b7eb (THISDIR): New definition. 2001-02-05 16:55:05 +00:00
Andrew Innes
6da21b33f5 (EMACS_ICON_PATH): Delete definition.
(COMPILER_TEMP_FILES): New definition.
(MAKETYPE): New definition.
2001-01-06 21:18:05 +00:00
Andrew Innes
a62e863522 (CURDIR): New define. 2000-12-06 14:55:40 +00:00
Andrew Innes
9e6fd35da9 Revert to Unix line endings. 2000-09-17 21:00:02 +00:00
Andrew Innes
12563abbfa (SHELLTYPE): New define. 2000-09-14 21:45:45 +00:00
Andrew Innes
32bc732bed (CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.
2000-09-03 17:36:34 +00:00
Andrew Innes
280d77218f New file. 2000-08-24 11:05:18 +00:00