summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1999-03-06 02:15:46 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1999-03-06 02:15:46 +0000
commit47373a1fdb00d72d8fbea79bc1c868e31db0adfd (patch)
treeac01911be81b68129c52de493323bdd03f026874 /nt
parent967c164cf7b11e9e22accffccf60ee512421e40f (diff)
downloademacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.tar.gz
Remove common multiple file compilation commands.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.nt8
1 files changed, 0 insertions, 8 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 3205b5f552a..a156993540a 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -29,14 +29,6 @@ TRES = $(BLD)\emacs.res
TRES = $(BLD)\emacs.rbj
!endif
-!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
-.c{$(BLD)}.obj:
- $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
-!ELSE
-.c{$(BLD)}.obj::
- $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
-!ENDIF
-
addpm: $(BLD) $(BLD)\addpm.exe
$(BLD)\addpm.obj: addpm.c
$(BLD)\addpm.exe: $(BLD)\addpm.obj