diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-08 23:56:14 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-12-08 23:56:14 +0000 |
commit | 9c148db6a38853b57318dbe25af8106394753c0e (patch) | |
tree | e7e30b9e778724378303f8182c6bcb98b74c461f /nt | |
parent | e4f553e64648bf7141066d4e32f281c8400a4c86 (diff) | |
download | emacs-9c148db6a38853b57318dbe25af8106394753c0e.tar.gz |
Do string comparision of _NMAKE_VER.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 77609f45bb9..ed8bfe6628f 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -29,7 +29,7 @@ TRES = $(BLD)\emacs.res TRES = $(BLD)\emacs.rbj !endif -!IF ($(_NMAKE_VER) < $(_NMAKE_VER_5)) +!IF ($(_NMAKE_VER) == $(_NMAKE_VER_4)) .c{$(BLD)}.obj: $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< !ELSE |