aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ($(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.
* (EMACS) [win95]: Removed.Geoff Voelker1995-06-301-6/+10
| | | | | (TLASTLIB): Defined. (TEMACS): Use TLASTLIB.
* (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.Richard M. Stallman1995-06-151-0/+6
|
* (TEMACS): Depend upon $(BLD).Geoff Voelker1995-06-101-2/+2
| | | | (temacs): Remove $(BLD) dependency.
* (LIBS): Use BASE_LIBS and ADVAPI32.Geoff Voelker1995-05-261-16/+18
| | | | | | | | | (config.h,paths.h): Use $(CP) instead of cp. (config.h): Use $(CONFIG_H). (EMACS) [WINDOWS95]: Don't dump temacs.exe. (clean): Cleanup MSVC files and config.h. (cleandump): Separate commands onto multiple lines. Cleanup comments.
* (region-cache.obj,vm-limit.obj): Dependencies defined.Richard M. Stallman1995-05-081-4/+22
| | | | | (OBJ1): Don't compile xfaces.c. (buffer.obj,indent.obj,search.obj): Add region-cache.h dependency.
* (TRES): Defined.Richard M. Stallman1995-05-071-9/+27
| | | | | | | (TLIB1,TLIB2): Created out of TLIB. (TLIB): Split to reduce time to do library updates. (DOC): Use DOC-X. (strftime.obj): Compile with -Dstrftime=emacs_strftime.
* (DOC): Defined.Karl Heuer1995-04-121-15/+28
| | | | | | (TEMACS): Add dependence on $(BLD). (all): Use COMPAT_LIB in library list. Use DEL_TREE instead of delnode.
* Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.hKarl Heuer1994-11-031-126/+126
| | | | to s\windowsnt.h.
* Initial revisionRichard M. Stallman1994-11-011-0/+940