1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

96 Commits

Author SHA1 Message Date
Andrew Innes
27d3ec7f87 Do make version comparison as strings. 1999-01-27 21:49:57 +00:00
Andrew Innes
1713212025 (WinMain): Pass explicit environment block to
CreateProcess, to work around a bug in Windows 95/98.
1999-01-26 12:56:01 +00:00
Geoff Voelker
fa5c6d7c72 Use icons/gnu2a32.ico as the default icon. 1999-01-26 01:05:45 +00:00
Geoff Voelker
4398c7e39a (install, fast_install): Install Windows icons
into etc/icons.
1999-01-26 01:05:27 +00:00
Andrew Innes
32c0fe8099 (ALL): List top-level targets.
(addsection): New top-level target.
(install): Copy fns-*.el to bin directory.
1999-01-17 19:12:04 +00:00
Andrew Innes
6012853d9c Initial revision 1999-01-17 19:10:06 +00:00
Andrew Innes
d78e84f792 (spawn): Pass directory for child as parameter.
(main): Save startup directory to give to spawn, then change directory
to location of .exe in order not to prevent startup directory from
being deleted.
1998-12-28 19:25:28 +00:00
Geoff Voelker
9c148db6a3 Do string comparision of _NMAKE_VER. 1998-12-08 23:56:14 +00:00
Geoff Voelker
b57e1c983f (LOCALTIME_CACHE): Define. 1998-12-03 03:12:04 +00:00
Andrew Innes
8f3e53fc60 Convert to DOS format. 1998-11-13 14:08:07 +00:00
Geoff Voelker
8de1edce6a (main): Set environment size only when running
command.com.
1998-11-10 21:07:13 +00:00
Geoff Voelker
c654fd9e7d Compile multiple source files when possible. 1998-11-04 01:28:57 +00:00
Geoff Voelker
ec465548a9 (SYS_LDFLAGS): Use swapfile when running from cd or net.
(DEL_TREE): Use rd instead of rmdir.
(ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
1998-11-04 01:27:10 +00:00
Geoff Voelker
1d7d10d1fc (main): Treat command line options as case-insensitive. 1998-10-06 02:59:27 +00:00
Geoff Voelker
59ee44271e (main): Explicitly check result of message box for OK. 1998-07-21 04:00:21 +00:00
Karl Heuer
640e944552 (D_OK): Define new macro. 1998-06-05 15:57:58 +00:00
Andrew Innes
69407fcd98 (CFLAGS): Do not define HAVE_NTGUI. 1998-06-01 14:00:12 +00:00
Geoff Voelker
69062c2f48 (VS_VERSION_INFO): Define. 1998-05-30 23:37:53 +00:00
Geoff Voelker
051024111a New target for installation bin directory. 1998-04-29 04:31:59 +00:00
Geoff Voelker
e447c636bc (HAVE_MOTIF_2_1): Add for consistency with config.in.
(RE_TRANSLATE_P): New macro.
1998-04-29 04:31:34 +00:00
Geoff Voelker
ea444b40e9 (emacs.bat, debug.bat): Create them in the
installation directory.
1998-04-24 03:26:18 +00:00
Geoff Voelker
ec025f9d8d (main): Only set environment size for real shell, and
provide extra directory argument, when running on Windows 95.
1998-04-23 23:38:28 +00:00
Geoff Voelker
89e840e56c Build ddeclient. 1998-04-23 23:38:13 +00:00
Geoff Voelker
983d2b3300 Initial revision 1998-04-23 23:34:58 +00:00
Geoff Voelker
22270f1789 (clean): Delete patch generated files, optimized
build directory.
1998-04-17 05:05:24 +00:00
Geoff Voelker
0fc02397bc (CP_DIR): Preserve attributes. 1998-04-17 05:05:09 +00:00
Geoff Voelker
774fe785d4 Include new macros from src/config.in.
(GNU_MALLOC, REL_ALLOC): Define.
(RE_TRANSLATE_TYPE): Use Lisp_Object as type.
(RE_TRANSLATE): Use char_table_translate.
1998-04-17 05:04:46 +00:00
Geoff Voelker
5296922090 (fail): Exit with a negative return value.
(spawn): Return subprocess return code as an argument.
Explicitly copy environment block.
(main): Update to use return value argument with spawn.
Retry if spawn failed when a subshell was not tried.
1998-04-17 05:04:21 +00:00
Geoff Voelker
0655d4d4b6 addpm.c (env_vars): Fix misplaced % in SHELL entry. 1997-10-01 05:42:45 +00:00
Geoff Voelker
e87601de4c Fix typo. 1997-09-11 05:33:51 +00:00
Geoff Voelker
07b0b2641c (debug.bat): New target. 1997-09-11 05:27:46 +00:00
Geoff Voelker
891f47e479 Initial revision 1997-09-11 05:27:25 +00:00
Geoff Voelker
e26177cb6f Remove OS dependent operations.
(INFOPATH): No longer set INFOPATH.
1997-09-03 02:25:42 +00:00
Geoff Voelker
05c4be3c5a (WinMain): Allow Emacs process to be started with
high or low priority.
1997-09-03 02:19:32 +00:00
Geoff Voelker
5f0fcedbfc (CFLAGS_COMMON): Place pdb file in object build
directory.
(CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1997-09-03 02:19:02 +00:00
Geoff Voelker
baf7eeb5d3 (get_env_size): New function.
(spawn): Explicitly pass in environment when creating subprocess.
(main): Cleaup error messages.
Specify dynamically sized environment block for real shell.
Pass on unhandled switches to real shell.
Quote program name.

(get_next_token): Null terminate token returned.
1997-09-03 02:18:32 +00:00
Geoff Voelker
9296c0e8d1 (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
Quote group name.  Allow different icons to be specified.

(env_vars): No longer set INFOPATH.
1997-09-03 02:18:15 +00:00
Geoff Voelker
c781a8e894 (ALL): Build cmdproxy.
(cmdproxy): New target.
(install): Install cmdproxy.
1997-08-17 01:45:59 +00:00
Geoff Voelker
d7a4f4fed5 (MSVCNT11): Conditionally define it.
(BASE_LIBS): Do not use oldnames.lib.
(SYS_LDFLAGS): Use pdb files.
(CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
(ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
(ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1997-08-17 01:45:27 +00:00
Geoff Voelker
65cd66876a (env_vars): Set SHELL to cmdproxy.
(main): Initialize idDde to 0.
Determine emacs_path from module file name.
Prompt for install.
1997-08-17 01:44:27 +00:00
Geoff Voelker
8c01292981 Initial revision 1997-08-09 02:53:48 +00:00
Geoff Voelker
86b9a6a9d9 (shutdown): Define.
(sys_shutdown): Export.
1997-07-10 20:12:15 +00:00
Richard M. Stallman
2289984b61 (RE_TRANSLATE): Copy definition from config.in. 1997-07-09 01:25:06 +00:00
Geoff Voelker
3336914ed0 Update file comments.
Update undefs added/removed in src/config.in.
1997-07-01 05:09:25 +00:00
Geoff Voelker
274932335b Use windows95 and windowsnt instead
of win95 and winnt, respectively.
1997-01-20 00:05:31 +00:00
Geoff Voelker
f75104b256 Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:59 +00:00
Geoff Voelker
8144f59c30 (env_vars): Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:41 +00:00
Geoff Voelker
7d122d4732 (real_install): Create site-lisp in installation dir. 1997-01-05 02:14:28 +00:00
Geoff Voelker
a4b984a1d6 Use new name ms-w32.h for windowsnt.h 1996-11-19 07:15:13 +00:00
Geoff Voelker
6219f8bffe Use new name w32.h for nt.h 1996-11-19 07:14:26 +00:00