1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
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
Richard M. Stallman
77727cfd5d (WinMain): Put a space between the binary and its args. 1996-08-09 18:40:18 +00:00
Karl Heuer
d1e349d25c (clean): Use OBJDIR macro. 1996-07-16 23:23:09 +00:00
Richard M. Stallman
26b430b7b3 (env_vars): Use slashes, not backslashes. 1996-06-03 17:44:23 +00:00
Richard M. Stallman
662463d904 (CHOOSE_NEWEST_EXE): New parameter macro.
Not defined by default.
(WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
(WinMain): Convert backslashes to slashes in env var values.
1996-06-03 15:44:32 +00:00
Richard M. Stallman
69c46fcf8b Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
1996-05-13 18:28:09 +00:00
Richard M. Stallman
8a7a40e536 (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. 1996-05-08 17:50:59 +00:00
Geoff Voelker
138d2349f3 Allow for optimized build. 1996-05-03 19:10:16 +00:00
Geoff Voelker
b5e9eb93c8 [BUILD_TYPE]: Build optimized version in its own dir.
(ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1996-05-03 19:09:53 +00:00
Geoff Voelker
c911543b1c Initial revision 1996-05-03 18:29:10 +00:00
Geoff Voelker
6c89f572f2 (F_OK, X_OK, W_OK, R_OK): New macros. 1996-05-03 18:23:44 +00:00
Geoff Voelker
b1dd4ab334 Build and install runemacs.exe. 1996-05-03 18:20:29 +00:00
Geoff Voelker
ff4fcfcd30 (CONFIG_H) [WIN95]: Use config.nt. 1996-05-03 18:20:11 +00:00
Geoff Voelker
a3d351a317 Check if INSTALL_DIR is passed as an argument.
,
1996-05-03 18:19:57 +00:00