diff options
| -rw-r--r-- | lib-src/makefile.nt | 8 | ||||
| -rw-r--r-- | nt/makefile.nt | 8 | ||||
| -rw-r--r-- | src/makefile.nt | 11 |
3 files changed, 0 insertions, 27 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 | # |
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 | |||
| 29 | TRES = $(BLD)\emacs.rbj | 29 | TRES = $(BLD)\emacs.rbj |
| 30 | !endif | 30 | !endif |
| 31 | 31 | ||
| 32 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") | ||
| 33 | .c{$(BLD)}.obj: | ||
| 34 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 35 | !ELSE | ||
| 36 | .c{$(BLD)}.obj:: | ||
| 37 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 38 | !ENDIF | ||
| 39 | |||
| 40 | addpm: $(BLD) $(BLD)\addpm.exe | 32 | addpm: $(BLD) $(BLD)\addpm.exe |
| 41 | $(BLD)\addpm.obj: addpm.c | 33 | $(BLD)\addpm.obj: addpm.c |
| 42 | $(BLD)\addpm.exe: $(BLD)\addpm.obj | 34 | $(BLD)\addpm.exe: $(BLD)\addpm.obj |
diff --git a/src/makefile.nt b/src/makefile.nt index 52cad88d118..b14de87db33 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -253,17 +253,6 @@ $(TLASTLIB): $(BLD)\lastfile.obj | |||
| 253 | @- $(AR) -out:$@ $** | 253 | @- $(AR) -out:$@ $** |
| 254 | 254 | ||
| 255 | # | 255 | # |
| 256 | # Object files. | ||
| 257 | # | ||
| 258 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") | ||
| 259 | .c{$(BLD)}.obj: | ||
| 260 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 261 | !ELSE | ||
| 262 | .c{$(BLD)}.obj:: | ||
| 263 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 264 | !ENDIF | ||
| 265 | |||
| 266 | # | ||
| 267 | # Assuming INSTALL_DIR is defined, build and install emacs in it. | 256 | # Assuming INSTALL_DIR is defined, build and install emacs in it. |
| 268 | # | 257 | # |
| 269 | install: all | 258 | install: all |