aboutsummaryrefslogtreecommitdiffstats
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* Add CRs.Gerd Moellmann1999-11-221-8/+8
|
* Pass on command line arguments to make.Gerd Moellmann1999-11-222-7/+10
|
* *** empty log message ***Gerd Moellmann1999-11-221-0/+5
|
* (fast_install): Bring commands up-to-date, and fix typo.Gerd Moellmann1999-11-221-1/+4
|
* *** empty log message ***Gerd Moellmann1999-11-221-0/+11
|
* (EMACSLOADPATH): Include leim.Gerd Moellmann1999-11-221-1/+1
|
* (env_vars): Include leim in default EMACSLOADPATHGerd Moellmann1999-11-221-1/+1
| | | | definition.
* (all): Build leim if present.Gerd Moellmann1999-11-221-0/+6
| | | | | (install): Install leim if present. (clean): Clean leim if present.
* #Dave Love1999-10-0321-0/+766
|
* Use an icon with a transparent background, to be inAndrew Innes1999-06-161-1/+1
| | | | keeping with other applications.
* Fix typo.Andrew Innes1999-06-031-1/+1
|
* (copy_executable_and_move_sections): Ifdef out aAndrew Innes1999-05-021-0/+3
| | | | | couple of unused switch cases that aren't defined on all platforms.
* Add another variation of the profile command, whichAndrew Innes1999-05-021-1/+4
| | | | only profiles extended commands.
* cmdproxy.c (main): Fix parens.Geoff Voelker1999-03-311-1/+1
|
* (main): Call GetShortPathName to normalize programAndrew Innes1999-03-251-1/+5
| | | | names for comparison.
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-8/+0
|
* Compile multiple .c files when possible.Geoff Voelker1999-03-061-0/+12
| | | | Use BLD instead of assuming i386.
* (main): Add missing parens.Geoff Voelker1999-03-051-1/+1
|
* Initial revisionAndrew Innes1999-02-201-0/+822
|
* (preprep): New target.Andrew Innes1999-02-201-1/+7
| | | | (ALL): Build it.
* (ARCH_CFLAGS): Set struct packing to 8.Andrew Innes1999-02-201-1/+1
|
* Invoke preprep to prepare dumped image for profiling.Andrew Innes1999-02-201-5/+15
| | | | | Change prep options to profile libc functions and skip the startup code.
* Create installation directory as first step.Geoff Voelker1999-02-151-3/+6
|
* ROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST. Zeroes theAndrew Innes1999-01-311-8/+16
| | | | | | | alignment slop. (copy_executable_and_add_section): Update the SizeOfHeaders field properly.
* 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
|