summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* 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