Andrew Innes
f8803e9783
*** empty log message ***
2000-09-03 22:35:14 +00:00
Andrew Innes
96f492752e
Change to DOS line endings.
2000-09-03 22:30:19 +00:00
Andrew Innes
44ef7cf637
*** empty log message ***
2000-09-03 17:51:29 +00:00
Andrew Innes
9a6f5b63a3
Change to DOS line endings.
2000-09-03 17:47:54 +00:00
Andrew Innes
c1174479c2
*** empty log message ***
2000-09-03 17:46:22 +00:00
Andrew Innes
a1375c9fa7
(_ANONYMOUS_UNION) [__GNUC__]: New define.
...
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2000-09-03 17:39:34 +00:00
Andrew Innes
ab252cf95d
(CFLAGS): No need for -D_ANONYMOUS_UNION
...
-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.
2000-09-03 17:37:09 +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
af9ba8ad6c
*** empty log message ***
2000-08-30 12:57:13 +00:00
Andrew Innes
280d77218f
New file.
2000-08-24 11:05:18 +00:00
Andrew Innes
746d9caf8b
*** empty log message ***
2000-08-22 21:57:09 +00:00
Andrew Innes
00a08ac7ce
(_WINSOCK_H): Undefine if defined.
...
(fd_set): Define to new name, after including winsock.h, so we can
provide our own implementation.
2000-08-22 21:53:55 +00:00
Andrew Innes
9366e3b092
(F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
...
not defined.
2000-08-22 21:53:28 +00:00
Andrew Innes
8040b3ba6e
Remove WIN32 define.
2000-08-22 21:52:41 +00:00
Andrew Innes
8b1709cc91
(PTR_TO_OFFSET): Cast ptr to unsigned char *.
2000-08-22 21:51:15 +00:00
Andrew Innes
f5d9ebeead
Use forward slash as directory separator in all path
...
definitions.
(PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2000-08-22 21:50:38 +00:00
Andrew Innes
50a6026b8b
[WINDOWSNT]: Don't declare getenv.
2000-08-22 21:48:48 +00:00
Andrew Innes
a56e5d174c
(PTR_TO_OFFSET): Cast ptr to unsigned char*.
2000-08-22 21:45:29 +00:00
Andrew Innes
5205d900d6
(main): Accept /q to mean install based on addpm's
...
location without asking. Remove reference to emacs.bat which is
now obsolete.
2000-08-22 21:43:12 +00:00
Andrew Innes
da179dd049
Rewrite to match new configure process.
2000-08-22 21:41:26 +00:00
Kenichi Handa
6922b01802
*** empty log message ***
2000-08-21 01:39:25 +00:00
Andrew Innes
d95443d17b
*** empty log message ***
2000-07-05 17:35:45 +00:00
Andrew Innes
de32572e73
Add support for `bootstrap' and related targets.
2000-07-05 17:32:43 +00:00
Andrew Innes
c582c42d93
Add support for specifying make arguments.
2000-07-05 17:21:29 +00:00
Jason Rumney
f1c7754a42
*** empty log message ***
2000-06-11 21:00:57 +00:00
Jason Rumney
dc5ed26ee9
Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2000-06-11 20:58:22 +00:00
Andrew Innes
a75dfea0a5
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
...
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.
* w32term.c (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.
* window.c [WINDOWSNT]: Include w32term.h.
* xdisp.c [WINDOWSNT]: Include w32term.h.
* makefile.nt: Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($(BLD)\atimer.obj): New dependency rule.
* w32.c (sigmask): New function (does nothing).
(sigunblock): Ditto.
* frame.c [WINDOWSNT]: Include w32term.h.
* w32gui.h (struct W32FontStruct): Add ascent and descent slots.
* lread.c (syms_of_lread): Fix literal newlines.
* emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.
2000-02-06 23:37:51 +00:00
Andrew Innes
28dd1b41cc
Add include protection.
2000-02-06 23:37:34 +00:00
Andrew Innes
9e598d898e
(SYS_LDFLAGS): Add -nologo.
2000-02-06 23:37:33 +00:00
Gerd Moellmann
f67a1f3e69
Add CRs.
1999-11-22 22:44:15 +00:00
Gerd Moellmann
2c9b8e9d18
Pass on command line arguments to make.
1999-11-22 22:35:45 +00:00
Gerd Moellmann
98e85e3465
*** empty log message ***
1999-11-22 15:20:32 +00:00
Gerd Moellmann
7624a507f5
(fast_install): Bring commands up-to-date, and fix typo.
1999-11-22 14:56:24 +00:00
Gerd Moellmann
371f58d5d8
*** empty log message ***
1999-11-22 14:41:25 +00:00
Gerd Moellmann
460c6535ff
(EMACSLOADPATH): Include leim.
1999-11-22 14:37:38 +00:00
Gerd Moellmann
e005bb40cb
(env_vars): Include leim in default EMACSLOADPATH
...
definition.
1999-11-22 14:37:08 +00:00
Gerd Moellmann
45760b79f1
(all): Build leim if present.
...
(install): Install leim if present.
(clean): Clean leim if present.
1999-11-22 14:36:35 +00:00
Dave Love
a4a9692da1
#
1999-10-03 15:56:58 +00:00
Andrew Innes
4094061202
Use an icon with a transparent background, to be in
...
keeping with other applications.
1999-06-16 19:55:59 +00:00
Andrew Innes
f78b1e5e37
Fix typo.
1999-06-03 19:44:06 +00:00
Andrew Innes
3102421f63
(copy_executable_and_move_sections): Ifdef out a
...
couple of unused switch cases that aren't defined on all
platforms.
1999-05-02 09:59:03 +00:00
Andrew Innes
1d99979dfd
Add another variation of the profile command, which
...
only profiles extended commands.
1999-05-02 09:57:46 +00:00
Geoff Voelker
f49f08ccbc
cmdproxy.c (main): Fix parens.
1999-03-31 20:20:32 +00:00
Andrew Innes
a5e8ac59ad
(main): Call GetShortPathName to normalize program
...
names for comparison.
1999-03-25 22:54:17 +00:00
Geoff Voelker
47373a1fdb
Remove common multiple file compilation commands.
1999-03-06 02:15:46 +00:00
Geoff Voelker
967c164cf7
Compile multiple .c files when possible.
...
Use BLD instead of assuming i386.
1999-03-06 02:14:28 +00:00
Geoff Voelker
3cd37c4cac
(main): Add missing parens.
1999-03-05 02:57:13 +00:00
Andrew Innes
95382f4224
Initial revision
1999-02-20 20:40:31 +00:00
Andrew Innes
1e935838a1
(preprep): New target.
...
(ALL): Build it.
1999-02-20 20:38:52 +00:00
Andrew Innes
ebf8a96deb
(ARCH_CFLAGS): Set struct packing to 8.
1999-02-20 20:36:26 +00:00