summaryrefslogtreecommitdiff
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Eli Zaretskii2005-07-161-0/+5
|
* Finish config.log with a line that indicates that the configure stepEli Zaretskii2005-07-161-0/+1
| | | | was successful.
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* Update FSF's address.Lute Kamstra2005-07-0416-31/+31
|
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* Remove warning about -kb. Update W32 build page URL.Eli Zaretskii2005-06-181-7/+4
|
* *** empty log message ***Eli Zaretskii2005-06-111-1/+5
|
* If their fc.exe returns a meaningful exit status, don't overwriteEli Zaretskii2005-06-111-12/+26
| | | | src/config.h and src/epaths.h with identical copies.
* Update the URL of the Emacs Windows build instructions.Eli Zaretskii2005-06-111-2/+2
|
* *** empty log message ***Eli Zaretskii2005-06-111-0/+6
|
* Warn about using "cvs up -kb" if one intends to commitEli Zaretskii2005-06-111-4/+38
| | | | | | | changes. Add a pointer to another site with detailed configure and build instructions. Suggest to look at config.log when configure fails. Add MinGW Make 3.80 to the list of successful combinations.
* *** empty log message ***Eli Zaretskii2005-06-111-0/+14
|
* (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".Eli Zaretskii2005-06-111-1/+1
|
* Update copyright years.Eli Zaretskii2005-06-111-10/+53
| | | | | | | | | | Delete config.log before doing anything else. Write additional diagnostics to config.log in case of failures to compile test programs, including the failed test program itself. Add a test for support of -mtune=pentium4 switch to GCC; if it is supported, set up MCPU_FLAG variable on the various Makefiles to use that switch during compilations. (This avoids GCC warning about -mcpu being deprecated.)
* Update copyrighte years.Eli Zaretskii2005-06-101-1/+1
|
* *** empty log message ***Eli Zaretskii2005-06-101-0/+8
|
* (copy_executable_and_add_section): Pass non-zeroEli Zaretskii2005-06-101-11/+18
| | | | | | | `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the environment. Print section names with %.8s. (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages only if non-zero. All callers changed.
* *** empty log message ***Eli Zaretskii2005-06-051-0/+5
|
* Change arg 4 of sys_setsockopt to `const void *',Eli Zaretskii2005-06-051-1/+1
| | | | for consistency with Posix.
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* (getpwnam, getpwuid): Add prototypes.Eli Zaretskii2005-06-041-0/+4
|
* Stupid, stupid me.Juanma Barranquero2005-05-241-1/+1
|
* *** empty log message ***Juanma Barranquero2005-05-241-0/+7
|
* Add more pointers to ports of Unix tools to Windows, and to the Emacs WikiJuanma Barranquero2005-05-241-19/+25
| | | | | (which contains building instructions for Windows). Reword image library instructions and remove obsolete incompatibility information.
* *** empty log message ***Thien-Thi Nguyen2005-04-221-0/+4
|
* (HAVE_PWD_H): Undef.Thien-Thi Nguyen2005-04-221-0/+1
|
* Add nt/.arch-inventory to CVSMiles Bader2005-03-231-0/+3
|
* Add note about MSYS sh.exeJason Rumney2004-10-251-1/+3
|
* Added note to see INSTALL.CVS, and to make sure touch creates files.Jason Rumney2004-10-171-1/+8
|
* Fix my name and addressJan Djärv2004-10-061-1/+1
|
* Removed the various "echo." lines from lisp\makefile.w32-in and ↵Ben Key2004-07-241-2/+2
| | | | | | | | | | | | | | | | | | | nt\makefile.w32-in. They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe was being used as the shell: "process_begin: CreateProcess((null), echo., ...) failed." I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a . to the screen but that is far more desirable than make bootstrap failing. I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This writes an extra comment line to loaddefs.el. Again this is far more desirable than make bootstrap failing. NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el does not get properly generated and I get various auto load errors.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+1
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* *** empty log message ***Juanma Barranquero2004-06-071-0/+5
|
* Clarify paragraph about compatibility between image libraries and builds ofJuanma Barranquero2004-06-071-7/+7
| | | | Emacs with several compilers.
* *** empty log message ***Juanma Barranquero2004-06-061-0/+5
|
* (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL toJuanma Barranquero2004-06-061-1/+1
| | | | | $(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings after a previous install followed by realclean.
* *** empty log message ***Juanma Barranquero2004-06-061-4/+4
|
* *** empty log message ***Juanma Barranquero2004-06-061-0/+4
|
* Add quote in comment to resync font-locking.Juanma Barranquero2004-06-061-0/+1
|
* *** empty log message ***Juanma Barranquero2004-06-041-0/+6
|
* Reword the section on image support. Add reference to GnuWin32. MentionJuanma Barranquero2004-06-041-17/+30
| | | | problems when mixing binaries from different compilers.
* *** empty log message ***Jason Rumney2004-05-061-0/+5
|
* Use -mno-cygwin to check for image libraries when needed.Jason Rumney2004-05-061-5/+13
|
* Remove files related to old msvc only windows build.Jason Rumney2004-05-037-469/+6
|
* *** empty log message ***Jason Rumney2004-05-031-0/+5
|
* (info-gmake, info-nmake): New targets.Jason Rumney2004-05-031-4/+13
| | | | (info): Use them.
* *** empty log message ***Juanma Barranquero2004-04-231-0/+1
|
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-235-9/+5
|
* *** empty log message ***Juanma Barranquero2004-04-221-0/+7
|
* *** empty log message ***Jason Rumney2004-04-101-0/+4
|