diff options
Diffstat (limited to 'lib-src')
| -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 | # |