summaryrefslogtreecommitdiff
path: root/src/makefile.nt
AgeCommit message (Collapse)Author
2004-05-03Remove files related to old msvc only windows build.Jason Rumney
2003-09-01Add arch taglinesMiles Bader
2001-12-22Remove mocklisp files.Pavel Janík
2001-02-22($(BLD)\dired.obj): Remove reference to VMS headerAndrew Innes
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.
2001-01-17removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>Sam Steingold
2000-12-05(sunfns.obj): Remove.Jason Rumney
(md5.obj): Add. (fns.obj): Depend on md5.h.
2000-10-21($(BLD)\dispnew.obj):Andrew Innes
($(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
2000-09-19(bootstrap-emacs): Don't change directory.Andrew Innes
2000-09-03(emacs): Do not change directory to run temacs, as the load-path isJason Rumney
set relative to current directory.
2000-08-22(LOCAL_FLAGS): Define USE_CRT_DLL if requested.Andrew Innes
(LINK_FLAGS): Append to original value of LINK_FLAGS.
2000-07-05Add support for `bootstrap' and related targets.Andrew Innes
Include minimal debug info in emacs.exe in release build. Remove all dependencies on lisp.h, and fixup some others.
2000-05-30(w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.Jason Rumney
2000-03-22(w32bdf.obj): Update dependencies.Jason Rumney
2000-03-04(w32faces.obj): Remove.Jason Rumney
(xfaces.obj): Add.
2000-02-27Add atimer.h to dependencies.Jason Rumney
2000-02-06Add dependencies on w32gui.h.Andrew Innes
(OBJ1): Include atimer.obj. ($$(BLD)\atimer.obj): New dependency rule.
2000-01-30Remove dosfns.obj.Jason Rumney
2000-01-23Added composite.obj and intervals.obj.Jason Rumney
1999-05-02($(BLD)\w32term.obj): Add dependency on w32heap.h.Andrew Innes
1999-03-25(PREPARED_HEADERS): Change name of paths.h to epaths.h.Andrew Innes
(epaths.h): Renamed from paths.h. (clean): ($(BLD)\filelock.obj): ($(BLD)\lread.obj): ($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
1999-03-06Remove common multiple file compilation commands.Geoff Voelker
1999-02-22(EXTRA_LINK): Do version test with strings.Andrew Innes
1999-02-22($(BLD)\w32bdf.obj): Add missing continuation character.Andrew Innes
1999-02-20(EXTRA_LINK, LINK_FLAGS): Ensure base relocationAndrew Innes
data is included, to enable profiling. ($(EMACS)): Map file not needed for emacs.exe.
1999-02-02Use full path to temacs.exe when dumping.Geoff Voelker
1999-01-27Do make version comparison as strings.Andrew Innes
1999-01-22Add w32bdf.c and w32bdf.h.Geoff Voelker
1999-01-21(temacs): Use del to delete file, not rm.Andrew Innes
1999-01-17(TEMACS_TMP): New macro.Andrew Innes
($(TEMACS)): Output to TEMACS_TMP from link, use post-link processor to add static heap section in support of new unexec.
1998-12-08Do string comparision of _NMAKE_VER.Geoff Voelker
1998-11-10($(BLD)\w32inevt.obj): Add dependencies on w32term.hGeoff Voelker
and w32heap.h.
1998-11-04Compile multiple source files when possible.Geoff Voelker
1998-10-20(w32fns.c): Add x-list-font.c to dependancies.Geoff Voelker
1998-06-11(LINK_FLAGS): Place debug info in executable inGeoff Voelker
unoptimized compile. Link to run off of cd or network.
1998-06-01(LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.Andrew Innes
1998-05-01(LIBS): Link in shell32.lib.Richard M. Stallman
1998-04-17(LINK_TYPE): Do not include debug info in optimizedGeoff Voelker
binary. (LIBS): Include mpr.lib. (clean): Delete patch generated files, optimized build directory.
1997-11-24($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.Paul Eggert
1997-09-03makefile.nt (TLIB0, TOBJ, OBJ0): New macro.Geoff Voelker
(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.
1997-07-01(OBJ2): Include new source files.Geoff Voelker
1997-01-20Use new name w32gui.h.Geoff Voelker
1996-11-19Use new names for w32 filesGeoff Voelker
1996-07-20Fix FSF address in comment.Karl Heuer
1996-07-16(DOC, clean): Use OBJDIR macro.Karl Heuer
1996-05-15Fix typo in previous patch.Karl Heuer
1996-05-13(w32*.o): Fix deps.Richard M. Stallman
1996-05-03(SUBSYSTEM) [NTGUI]: Remove conditional.Geoff Voelker
(LINK_FLAGS): Explicitly set base address, and stack and heap sizes. (nt.obj): Add dependency to nt.h.
1996-03-28Change uses of del to $(DEL).Geoff Voelker
1996-01-21(keyboard.obj, dispnew.obj): Depend upon w32term.h.Geoff Voelker
(LIBS): Link with mpr.lib for remote share support.
1995-12-24(LINK_FLAGS): Dump symbol map when linking.Geoff Voelker