diff options
| author | Geoff Voelker | 1999-03-06 02:15:46 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1999-03-06 02:15:46 +0000 |
| commit | 47373a1fdb00d72d8fbea79bc1c868e31db0adfd (patch) | |
| tree | ac01911be81b68129c52de493323bdd03f026874 /lib-src/makefile.nt | |
| parent | 967c164cf7b11e9e22accffccf60ee512421e40f (diff) | |
| download | emacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.tar.gz emacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.zip | |
Remove common multiple file compilation commands.
Diffstat (limited to 'lib-src/makefile.nt')
| -rw-r--r-- | lib-src/makefile.nt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index e3c1a2ef5de..0962025ec41 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt | |||
| @@ -217,14 +217,6 @@ $(DOC): $(BLD)\make-docfile.exe | |||
| 217 | {$(BLD)}.obj{$(BLD)}.exe: | 217 | {$(BLD)}.obj{$(BLD)}.exe: |
| 218 | $(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS) | 218 | $(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS) |
| 219 | 219 | ||
| 220 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") | ||
| 221 | .c{$(BLD)}.obj: | ||
| 222 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 223 | !ELSE | ||
| 224 | .c{$(BLD)}.obj:: | ||
| 225 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 226 | !ENDIF | ||
| 227 | |||
| 228 | # | 220 | # |
| 229 | # Build the executables | 221 | # Build the executables |
| 230 | # | 222 | # |