summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* Do make version comparison as strings.Andrew Innes1999-01-271-1/+1
|
* (WinMain): Pass explicit environment block toAndrew Innes1999-01-261-1/+1
| | | | CreateProcess, to work around a bug in Windows 95/98.
* Use icons/gnu2a32.ico as the default icon.Geoff Voelker1999-01-261-5/+5
|
* (install, fast_install): Install Windows iconsGeoff Voelker1999-01-261-0/+4
| | | | into etc/icons.
* (ALL): List top-level targets.Andrew Innes1999-01-171-1/+8
| | | | | (addsection): New top-level target. (install): Copy fns-*.el to bin directory.
* Initial revisionAndrew Innes1999-01-171-0/+524
|
* (spawn): Pass directory for child as parameter.Andrew Innes1998-12-281-4/+15
| | | | | | (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.
* Do string comparision of _NMAKE_VER.Geoff Voelker1998-12-081-1/+1
|
* (LOCALTIME_CACHE): Define.Geoff Voelker1998-12-031-1/+1
|
* Convert to DOS format.Andrew Innes1998-11-131-7/+7
|
* (main): Set environment size only when runningGeoff Voelker1998-11-101-9/+9
| | | | command.com.
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
|
* (SYS_LDFLAGS): Use swapfile when running from cd or net.Geoff Voelker1998-11-041-3/+16
| | | | | (DEL_TREE): Use rd instead of rmdir. (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
* (main): Treat command line options as case-insensitive.Geoff Voelker1998-10-061-4/+4
|
* (main): Explicitly check result of message box for OK.Geoff Voelker1998-07-211-1/+4
|
* (D_OK): Define new macro.Karl Heuer1998-06-051-0/+1
|
* (CFLAGS): Do not define HAVE_NTGUI.Andrew Innes1998-06-011-3/+0
|
* (VS_VERSION_INFO): Define.Geoff Voelker1998-05-301-0/+35
|
* New target for installation bin directory.Geoff Voelker1998-04-291-1/+5
|
* (HAVE_MOTIF_2_1): Add for consistency with config.in.Geoff Voelker1998-04-291-0/+4
| | | | (RE_TRANSLATE_P): New macro.
* (emacs.bat, debug.bat): Create them in theGeoff Voelker1998-04-241-14/+12
| | | | installation directory.
* (main): Only set environment size for real shell, andGeoff Voelker1998-04-231-17/+27
| | | | provide extra directory argument, when running on Windows 95.
* Build ddeclient.Geoff Voelker1998-04-231-1/+8
|
* Initial revisionGeoff Voelker1998-04-231-0/+76
|
* (clean): Delete patch generated files, optimizedGeoff Voelker1998-04-171-1/+5
| | | | build directory.
* (CP_DIR): Preserve attributes.Geoff Voelker1998-04-171-1/+1
|
* Include new macros from src/config.in.Geoff Voelker1998-04-171-5/+40
| | | | | | (GNU_MALLOC, REL_ALLOC): Define. (RE_TRANSLATE_TYPE): Use Lisp_Object as type. (RE_TRANSLATE): Use char_table_translate.
* (fail): Exit with a negative return value.Geoff Voelker1998-04-171-8/+28
| | | | | | | (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.
* addpm.c (env_vars): Fix misplaced % in SHELL entry.Geoff Voelker1997-10-011-1/+1
|
* Fix typo.Geoff Voelker1997-09-111-1/+1
|
* (debug.bat): New target.Geoff Voelker1997-09-111-1/+10
|
* Initial revisionGeoff Voelker1997-09-111-0/+31
|
* Remove OS dependent operations.Geoff Voelker1997-09-031-14/+4
| | | | (INFOPATH): No longer set INFOPATH.
* (WinMain): Allow Emacs process to be started withGeoff Voelker1997-09-031-4/+20
| | | | high or low priority.
* (CFLAGS_COMMON): Place pdb file in object buildGeoff Voelker1997-09-031-3/+3
| | | | | directory. (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
* (get_env_size): New function.Geoff Voelker1997-09-031-25/+100
| | | | | | | | | | (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.
* (env_vars): Put site-lisp before lisp in EMACSLOADPATH.Geoff Voelker1997-09-031-9/+15
| | | | | | Quote group name. Allow different icons to be specified. (env_vars): No longer set INFOPATH.
* (ALL): Build cmdproxy.Geoff Voelker1997-08-171-1/+8
| | | | | (cmdproxy): New target. (install): Install cmdproxy.
* (MSVCNT11): Conditionally define it.Geoff Voelker1997-08-171-4/+14
| | | | | | | | (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.
* (env_vars): Set SHELL to cmdproxy.Geoff Voelker1997-08-171-4/+46
| | | | | | (main): Initialize idDde to 0. Determine emacs_path from module file name. Prompt for install.
* Initial revisionGeoff Voelker1997-08-093-0/+630
|
* (shutdown): Define.Geoff Voelker1997-07-101-0/+2
| | | | (sys_shutdown): Export.
* (RE_TRANSLATE): Copy definition from config.in.Richard M. Stallman1997-07-091-0/+1
|
* Update file comments.Geoff Voelker1997-07-011-23/+54
| | | | Update undefs added/removed in src/config.in.
* Use windows95 and windowsnt insteadGeoff Voelker1997-01-202-6/+6
| | | | of win95 and winnt, respectively.
* Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (env_vars): Add site-lisp to EMACSLOADPATH.Geoff Voelker1997-01-051-1/+1
|
* (real_install): Create site-lisp in installation dir.Geoff Voelker1997-01-051-0/+1
|
* Use new name ms-w32.h for windowsnt.hGeoff Voelker1996-11-191-1/+1
|
* Use new name w32.h for nt.hGeoff Voelker1996-11-191-1/+1
|