]> git.eshelyaron.com Git - emacs.git/commitdiff
(TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Jun 1995 15:29:25 +0000 (15:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Jun 1995 15:29:25 +0000 (15:29 +0000)
src/makefile.nt

index f8d841920b89ff0f441195715bfced2fa81591f9..d7118391c12d24d6eab067e6050de932326dc8aa 100644 (file)
@@ -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