aboutsummaryrefslogtreecommitdiffstats
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Andrew Innes2001-02-031-0/+10
|
* (Trouble-shooting): Add note about need to specify extraAndrew Innes2001-02-031-7/+15
| | | | compiler flags with recent Cygwin ports of gcc.
* Replace outdated information.Andrew Innes2001-02-031-42/+58
|
* Leave a space before >> only when there is aAndrew Innes2001-02-031-7/+10
| | | | preceding digit. Add a comment about the importance of this.
* Move note [4] to the no-sh column.Eli Zaretskii2001-02-011-1/+1
|
* Use "rm -f" instead of "del /f", as the latterEli Zaretskii2001-02-012-1/+6
| | | | is not supported by Windows 9X's COMMAND.COM.
* *** empty log message ***Eli Zaretskii2001-01-311-0/+6
|
* Make sure redirection is preceeded by a blank, toEli Zaretskii2001-01-311-11/+11
| | | | | avoid problems with "1>>foo" when CMD.EXE is the shell, which eats up the "1" part. From Rob Giardina <[email protected]>.
* Don't copy lisp/Makefile, it doesn't exist; copyEli Zaretskii2001-01-302-4/+15
| | | | | | lisp/Makefile.in instead. Use "rm -f" where more than one file needs to be deleted, since command.com in Windows 9X doesn't grok more than one argument.
* Copy the table of tested combinations of developmentEli Zaretskii2001-01-301-0/+32
| | | | | tools from confuigure.bat. Add suggestion to install Bash on Windows 9X.
* (cleanall-other-dirs-nmake):Andrew Innes2001-01-242-1/+18
| | | | | (cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them.
* *** empty log message ***Andrew Innes2001-01-191-0/+5
|
* (env_vars): Add a version-independent site-lispAndrew Innes2001-01-191-1/+1
| | | | directory to EMACSLOADPATH, after the version dependent one.
* *** empty log message ***Andrew Innes2001-01-061-730/+752
|
* Update info about compilers.Andrew Innes2001-01-061-5/+4
|
* Use $(MAKETYPE) instead of $(SHELLTYPE) toAndrew Innes2001-01-061-19/+19
| | | | | | select correct rule for invoking make in another directory. Amend rules accordingly. (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
* (EMACS_ICON_PATH): Delete definition.Andrew Innes2001-01-062-6/+8
| | | | | (COMPILER_TEMP_FILES): New definition. (MAKETYPE): New definition.
* (EMACS_ICON_PATH): Delete definition.Andrew Innes2001-01-061-3/+0
|
* Be careful not to add trailing spaces whenAndrew Innes2001-01-061-7/+7
| | | | outputting to config.settings.
* *** empty log message ***Andrew Innes2001-01-021-0/+5
|
* (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro ratherAndrew Innes2001-01-021-1/+1
| | | | than the function.
* *** empty log message ***Andrew Innes2000-12-171-0/+6
|
* (install): Copy directories to the correctAndrew Innes2000-12-171-19/+9
| | | | | places. (real_install): Remove obsolete target.
* *** empty log message ***Andrew Innes2000-12-061-0/+5
|
* (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,Andrew Innes2000-12-061-3/+2
| | | | relative to $(CURDIR).
* (CURDIR): New define.Andrew Innes2000-12-061-1/+3
|
* *** empty log message ***Andrew Innes2000-12-061-0/+6
|
* (NEW_CYGWIN): New define.Andrew Innes2000-12-061-0/+19
| | | | | (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, so we need to adjust how we escape embedded quotes.
* *** empty log message ***Jason Rumney2000-11-251-0/+4
|
* Enable conservative stack marking.Jason Rumney2000-11-251-1/+8
|
* (recompile): New target to recompile lispAndrew Innes2000-10-172-0/+16
| | | | | directory. (recompile-CMD, recompile-SH): New support targets.
* *** empty log message ***Gerd Moellmann2000-09-251-0/+48
|
* Add definition of NO_RETURNJason Rumney2000-09-242-1/+13
|
* *** empty log message ***Andrew Innes2000-09-171-0/+11
|
* Revert to Unix line endings.Andrew Innes2000-09-172-453/+453
|
* *** empty log message ***Andrew Innes2000-09-141-0/+4
|
* Revert to Unix line endings.Andrew Innes2000-09-141-206/+206
|
* *** empty log message ***Andrew Innes2000-09-141-0/+21
|
* Standardize indentation somewhat.Andrew Innes2000-09-141-46/+124
| | | | | | | | Add bootstrap support. Pass $(MFLAGS) when invoking make recursively. Add shell-specific variants of top-level targets that invoke make recursively in other directories, and add necessary computed dependencies.
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+1
|
* (SHELLTYPE): New define.Andrew Innes2000-09-141-0/+3
| | | | (SETLOADPATH): New define.
* Change to DOS line endings.Andrew Innes2000-09-141-67/+1
| | | | | Simplify the generation of makefiles (don't need to generate various top-level targets that invoke make in other directories).
* Add note about expected error messages when configureAndrew Innes2000-09-141-0/+4
| | | | is run.
* *** empty log message ***Andrew Innes2000-09-031-0/+2
|
* Change to DOS line endings.Andrew Innes2000-09-031-128/+128
|
* *** empty log message ***Andrew Innes2000-09-031-0/+2
|
* Change to DOS line endings.Andrew Innes2000-09-031-346/+346
|
* *** empty log message ***Andrew Innes2000-09-031-0/+20
|
* (_ANONYMOUS_UNION) [__GNUC__]: New define.Andrew Innes2000-09-032-0/+8
| | | | (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
* (CFLAGS): No need for -D_ANONYMOUS_UNIONAndrew Innes2000-09-031-220/+231
| | | | | | | | -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.