aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove mocklisp files.Pavel Janík2001-12-221-11/+2
|
* ($(BLD)\dired.obj): Remove reference to VMS headerAndrew Innes2001-02-221-17/+0
| | | | | | | | | | | | files. ($(BLD)\dispnew.obj): ($(BLD)\editfns.obj): ($(BLD)\fileio.obj): ($(BLD)\filelock.obj): ($(BLD)\keyboard.obj): ($(BLD)\w32proc.obj): ($(BLD)\process.obj): ($(BLD)\sysdep.obj): Ditto.
* removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>Sam Steingold2001-01-171-11/+10
|
* (sunfns.obj): Remove.Jason Rumney2000-12-051-10/+7
| | | | | (md5.obj): Add. (fns.obj): Depend on md5.h.
* ($(BLD)\dispnew.obj):Andrew Innes2000-10-211-1/+22
| | | | | | | | | | | | | | | | | | | | | | | ($(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
* (bootstrap-emacs): Don't change directory.Andrew Innes2000-09-191-2/+0
|
* (emacs): Do not change directory to run temacs, as the load-path isJason Rumney2000-09-031-2/+0
| | | | set relative to current directory.
* (LOCAL_FLAGS): Define USE_CRT_DLL if requested.Andrew Innes2000-08-221-2/+7
| | | | (LINK_FLAGS): Append to original value of LINK_FLAGS.
* Add support for `bootstrap' and related targets.Andrew Innes2000-07-051-109/+62
| | | | | Include minimal debug info in emacs.exe in release build. Remove all dependencies on lisp.h, and fixup some others.
* (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.Jason Rumney2000-05-301-1/+5
|
* (w32bdf.obj): Update dependencies.Jason Rumney2000-03-221-1/+2
|
* (w32faces.obj): Remove.Jason Rumney2000-03-041-3/+6
| | | | (xfaces.obj): Add.
* Add atimer.h to dependencies.Jason Rumney2000-02-271-3/+6
|
* Add dependencies on w32gui.h.Andrew Innes2000-02-061-0/+34
| | | | | (OBJ1): Include atimer.obj. ($$(BLD)\atimer.obj): New dependency rule.
* Remove dosfns.obj.Jason Rumney2000-01-301-13/+0
|
* Added composite.obj and intervals.obj.Jason Rumney2000-01-231-16/+57
|
* ($(BLD)\w32term.obj): Add dependency on w32heap.h.Andrew Innes1999-05-021-0/+1
|
* (PREPARED_HEADERS): Change name of paths.h to epaths.h.Andrew Innes1999-03-251-6/+6
| | | | | | | | (epaths.h): Renamed from paths.h. (clean): ($(BLD)\filelock.obj): ($(BLD)\lread.obj): ($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-11/+0
|
* (EXTRA_LINK): Do version test with strings.Andrew Innes1999-02-221-1/+1
|
* ($(BLD)\w32bdf.obj): Add missing continuation character.Andrew Innes1999-02-221-1/+1
|
* (EXTRA_LINK, LINK_FLAGS): Ensure base relocationAndrew Innes1999-02-201-3/+10
| | | | | data is included, to enable profiling. ($(EMACS)): Map file not needed for emacs.exe.
* Use full path to temacs.exe when dumping.Geoff Voelker1999-02-021-1/+1
|
* Do make version comparison as strings.Andrew Innes1999-01-271-1/+1
|
* Add w32bdf.c and w32bdf.h.Geoff Voelker1999-01-221-1/+15
|
* (temacs): Use del to delete file, not rm.Andrew Innes1999-01-211-1/+1
|
* (TEMACS_TMP): New macro.Andrew Innes1999-01-171-1/+7
| | | | | ($(TEMACS)): Output to TEMACS_TMP from link, use post-link processor to add static heap section in support of new unexec.
* Do string comparision of _NMAKE_VER.Geoff Voelker1998-12-081-1/+1
|
* ($(BLD)\w32inevt.obj): Add dependencies on w32term.hGeoff Voelker1998-11-101-1/+3
| | | | and w32heap.h.
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
|
* (w32fns.c): Add x-list-font.c to dependancies.Geoff Voelker1998-10-201-0/+1
|
* (LINK_FLAGS): Place debug info in executable inGeoff Voelker1998-06-111-2/+2
| | | | unoptimized compile. Link to run off of cd or network.
* (LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.Andrew Innes1998-06-011-1/+4
|
* (LIBS): Link in shell32.lib.Richard M. Stallman1998-05-011-0/+1
|
* (LINK_TYPE): Do not include debug info in optimizedGeoff Voelker1998-04-171-3/+12
| | | | | | binary. (LIBS): Include mpr.lib. (clean): Delete patch generated files, optimized build directory.
* ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.Paul Eggert1997-11-241-1/+0
|
* makefile.nt (TLIB0, TOBJ, OBJ0): New macro.Geoff Voelker1997-09-031-6/+49
| | | | | | | | (LINK_FLAGS): Separate debugging info from the executable. (LIBS): Include TLIB0. (TEMACS): Link with TLIB0. (EMACS): Copy temacs map file to emacs map file. Update file dependencies.
* (OBJ2): Include new source files.Geoff Voelker1997-07-011-1/+6
|
* Use new name w32gui.h.Geoff Voelker1997-01-201-6/+6
|
* Use new names for w32 filesGeoff Voelker1996-11-191-99/+99
|
* Fix FSF address in comment.Karl Heuer1996-07-201-2/+3
|
* (DOC, clean): Use OBJDIR macro.Karl Heuer1996-07-161-2/+2
|
* Fix typo in previous patch.Karl Heuer1996-05-151-1/+1
|
* (w32*.o): Fix deps.Richard M. Stallman1996-05-131-19/+36
|
* (SUBSYSTEM) [NTGUI]: Remove conditional.Geoff Voelker1996-05-031-5/+5
| | | | | (LINK_FLAGS): Explicitly set base address, and stack and heap sizes. (nt.obj): Add dependency to nt.h.
* Change uses of del to $(DEL).Geoff Voelker1996-03-281-3/+3
|
* (keyboard.obj, dispnew.obj): Depend upon w32term.h.Geoff Voelker1996-01-211-1/+4
| | | | (LIBS): Link with mpr.lib for remote share support.
* (LINK_FLAGS): Dump symbol map when linking.Geoff Voelker1995-12-241-1/+1
|
* (DOC, clean): Don't use switches to del not supported by Win95.Geoff Voelker1995-11-221-2/+2
|
* (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.Geoff Voelker1995-11-071-6/+111
| | | | | | | | | | | (w32term.obj, w32xfns.obj, w32fns.obj w32faces.obj, w32select.obj, w32menu.obj, w32reg.obj): Defined. (LINK_FLAGS): Use SUBSYSTEM. (OBJ1): Remove lastfile.obj. (LIBS, TEMACS): Use TLASTLIB. (LIBS) [NTGUI]: Use TLIBW32 and GUI libs. (EMACS): Remove Win95 conditional. (clean): Remove paths.h.