summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) andEli Zaretskii2006-12-221-1/+1
| | | | $(BLD)firstfile.$(O).
* Fix last change.Eli Zaretskii2006-12-221-1/+1
|
* (clean): Delete stamp_BLD.Eli Zaretskii2006-12-221-0/+1
|
* ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).Eli Zaretskii2006-12-221-1/+1
|
* (emacs, temacs): Depend on stamp_BLD instead of $(BLD).Eli Zaretskii2006-12-221-3/+8
| | | | | ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
* ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): DependEli Zaretskii2006-09-241-0/+4
| | | | on nt/inc/langinfo.h and nt/inc/nl_types.h.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)sEli Zaretskii2005-12-171-0/+2
| | | | | should not be split between two lines, as that will break with GNU Make >3.80, when sh.exe is used and arg quoting is with '..'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* ($(TEMACS)): Depend on addsection.exe.Eli Zaretskii2005-06-101-1/+2
|
* ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.Eli Zaretskii2005-06-061-0/+2
|
* (DOC): Define to point to the generated DOC-X.Eli Zaretskii2005-06-041-0/+2
|
* * doc.c: New variable Vbuild_files.Jan Djärv2004-11-091-0/+3
| | | | | | | | | | | | | | | (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files that are in Vbuild_files. (syms_of_doc): Defvar Vbuild_files. * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o and w32*.o. (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. (mostlyclean): rm buildobj.lst * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs is linked.
* 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.
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* Image consolidation:Kim F. Storm2004-03-111-1/+20
| | | | | (OBJ1): Add image.o. ($(BLD)/image.$(O)): Add dependencies.
* ($(BLD)/fringe.$(O)): Add dependencies.Juanma Barranquero2004-03-011-0/+15
|
* Add fringe.o to OBJ1.Kim F. Storm2004-02-101-1/+2
|
* * makefile.w32-in, w32fns.c: Add `default-printer-name' function.Jason Rumney2004-01-281-0/+1
|
* (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.Jason Rumney2003-10-021-15/+5
| | | | (alloca.o): Remove.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.Juanma Barranquero2003-03-311-0/+3
|
* (xdisp.o): Add dependency on keymap.h.Kim F. Storm2003-03-211-0/+1
|
* ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.Juanma Barranquero2003-03-171-0/+2
|
* ($(BLD)/xdisp.$(O)): Add dependency from blockinput.h.Juanma Barranquero2003-03-171-0/+1
|
* Added a partial implementation of play-sound-internal for Windows. Fixed ↵Ben Key2002-11-171-0/+9
| | | | the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
* All dependencies updated.Juanma Barranquero2002-09-041-300/+561
|
* Add missing dependencies on w32term.h and composite.h.Juanma Barranquero2002-08-281-2/+9
|
* (LIBS): Remove $(WSOCK32).Jason Rumney2002-03-201-1/+0
|
* (LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>.Kim F. Storm2002-03-191-0/+1
|
* Remove mocklisp files.Pavel Janík2001-12-221-10/+1
|
* (EMACSLOADPATH): Define.Andrew Innes2001-12-141-0/+4
| | | | ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
* (bootstrap-temacs): Remove dependency onAndrew Innes2001-12-141-1/+1
| | | | bootstrap-clean.
* Update copyright notice.Andrew Innes2001-02-241-1/+1
|
* ($(BLD)/dired.$(O)): Remove reference to VMSAndrew Innes2001-02-221-17/+0
| | | | | | | | | | | | header files. ($(BLD)/dispnew.$(O)): ($(BLD)/editfns.$(O)): ($(BLD)/fileio.$(O)): ($(BLD)/filelock.$(O)): ($(BLD)/keyboard.$(O)): ($(BLD)/w32proc.$(O)): ($(BLD)/process.$(O)): ($(BLD)/sysdep.$(O)): Ditto.
* ($(EMACS)): Use $(THISDIR) instead of . inAndrew Innes2001-02-051-2/+2
| | | | | invocation of temacs, to work with Windows 2000. (bootstrap-emacs): Ditto.
* removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>Sam Steingold2001-01-171-8/+7
|
* (clean): Delete $(COMPILER_TEMP_FILES) insteadAndrew Innes2001-01-061-1/+1
| | | | of *.pdb.
* (md5.o): Add target.Jason Rumney2000-12-051-10/+7
| | | | (sunfns.o): Remove target.
* Change .obj to .$(O) in all dependencies.Andrew Innes2000-10-211-82/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | ($(BLD)/casefiddle.$(O)): Remove compile command. ($(BLD)/gmalloc.$(O)): Remove compile command. ($(BLD)/dispnew.obj): ($(BLD)/keyboard.obj): ($(BLD)/w32inevt.obj): ($(BLD)/w32bdf.obj): ($(BLD)/alloc.obj): ($(BLD)/buffer.obj): ($(BLD)/editfns.obj): ($(BLD)/emacs.obj): ($(BLD)/fileio.obj): ($(BLD)/fns.obj): ($(BLD)/indent.obj): ($(BLD)/insdel.obj): ($(BLD)/intervals.obj): ($(BLD)/minibuf.obj): ($(BLD)/print.obj): ($(BLD)/scroll.obj): ($(BLD)/sysdep.obj): ($(BLD)/textprop.obj): ($(BLD)/widget.obj): ($(BLD)/xdisp.obj): Add dependency on w32gui.h. ($(BLD)/term.obj): Add dependency on dispextern.h.
* Revert to Unix line endings.Andrew Innes2000-09-141-1170/+1170
|
* Standardize indentation somewhat.Andrew Innes2000-09-141-32/+33
| | | | | (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to cater for differences between shells.
* Change to DOS line endings.Andrew Innes2000-09-031-1169/+1169
|
* (clean): Don't delete config.h and epaths.h.Andrew Innes2000-09-031-1/+4
| | | | (distclean): Delete them here instead.
* New file.Andrew Innes2000-08-241-0/+1166