summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-15 15:29:25 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-15 15:29:25 +0000
commitd0d268f3c03deb47b6c58924b4cf5eb79fa38a2d (patch)
tree9c4788139c46d3d2ad61e843a170d23b60e3d8ca /src/makefile.nt
parente79466a7ca52dde052d510982cc8f493e1571d3a (diff)
downloademacs-d0d268f3c03deb47b6c58924b4cf5eb79fa38a2d.tar.gz
(TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index f8d841920b8..d7118391c12 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -36,7 +36,11 @@ TEMACS = $(BLD)\temacs.exe
TLIB1 = $(BLD)\temacs1.lib
TLIB2 = $(BLD)\temacs2.lib
TOBJ = $(BLD)\emacs.obj
+!if $(MSVCNT11)
+TRES = $(BLD)\emacs.res
+!else
TRES = $(BLD)\emacs.rbj
+!endif
LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:console -entry:_start
@@ -161,7 +165,9 @@ $(TEMACS): $(TLIB1) $(TLIB2) $(TOBJ) $(TRES)
#
$(TRES): ..\nt\emacs.rc
$(RC) -i..\nt -Fo$(BLD)\emacs.res $**
+!if !$(MSVCNT11)
$(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res
+!endif
#
# Build the library. Split up the build into two phases...otherwise we