Mercurial > emacs
comparison src/makefile.w32-in @ 63013:72fa85f045b3
(DOC): Define to point to the generated DOC-X.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Jun 2005 19:38:23 +0000 |
parents | df00cdb75fc6 |
children | 870c905ecf55 01137c1fdbe9 |
comparison
equal
deleted
inserted
replaced
63012:3ae2519a0cfd | 63013:72fa85f045b3 |
---|---|
39 TLIB1 = $(BLD)/temacs1.$(A) | 39 TLIB1 = $(BLD)/temacs1.$(A) |
40 TLIBW32 = $(BLD)/temacw32.$(A) | 40 TLIBW32 = $(BLD)/temacw32.$(A) |
41 TOBJ = $(BLD)/firstfile.$(O) | 41 TOBJ = $(BLD)/firstfile.$(O) |
42 TRES = $(BLD)/emacs.res | 42 TRES = $(BLD)/emacs.res |
43 TLASTLIB = $(BLD)/lastfile.$(A) | 43 TLASTLIB = $(BLD)/lastfile.$(A) |
44 | |
45 DOC = $(OBJDIR)/etc/DOC-X | |
44 | 46 |
45 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) | 47 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) |
46 | 48 |
47 # | 49 # |
48 # Split up the objects into two sets so that we don't run out of | 50 # Split up the objects into two sets so that we don't run out of |