building under MinGW (from <Someone>)

didn't work. Makefile.gcc had a space instead of a tab somewhere.
This commit is contained in:
nethack.allison
2003-02-19 13:53:08 +00:00
parent 4107ce55af
commit 1332789fd6

View File

@@ -580,7 +580,7 @@ endif
$(GAMEFILE) : $(ALLOBJ) $(NHRES)
@echo Linking....
@$(link) $(lflags) -o$@ $(ALLOBJ) $(NHRES) $(WINPLIBS)
@$(link) $(lflags) -o$@ $(ALLOBJ) $(NHRES) $(WINPLIBS)
$(subst /,\,@if exist $(O)install.tag del $(O)install.tag)
$(GAME)_.ico : $(NTSYS)/$(GAME).ico