]> granicus.if.org Git - nethack/commitdiff
win32: opthelp unavailable
authornethack.allison <nethack.allison>
Sun, 16 Nov 2003 04:54:58 +0000 (04:54 +0000)
committernethack.allison <nethack.allison>
Sun, 16 Nov 2003 04:54:58 +0000 (04:54 +0000)
Address a recent complaint from <Someone>.

sys/winnt/Makefile.bcc
sys/winnt/Makefile.gcc
sys/winnt/Makefile.msc

index eedb9850cc2d8338e6d884fcb27e85740face468..4190cd7d3d9d3f7fe5324c39f1d2b9d105a2a6b3 100644 (file)
@@ -534,6 +534,7 @@ $(O)install.tag:    $(DAT)\data     $(DAT)\rumors    $(DAT)\dungeon \
 ! IF ("$(USE_DLB)"=="Y")
        copy nhdat                $(GAMEDIR)
        copy $(DAT)\license       $(GAMEDIR)
+       copy $(DAT)\opthelp       $(GAMEDIR)
 ! ELSE
        copy $(DAT)\*.            $(GAMEDIR)
        copy $(DAT)\*.dat         $(GAMEDIR)
index 42bbf95b895c5102d055a8126ce691c7737b7e58..e1871c1b4f0ca7411cb7ae584c336c23f443bd3b 100644 (file)
@@ -498,6 +498,7 @@ $(O)install.tag:  $(DAT)/data    $(DAT)/rumors    $(DAT)/dungeon \
 ifeq  "$(USE_DLB)" "Y"
        $(subst /,\,copy nhdat                $(GAMEDIR))
        $(subst /,\,copy $(DAT)/license       $(GAMEDIR))
+       $(subst /,\,copy $(DAT)/opthelp       $(GAMEDIR))
 else
        $(subst /,\,copy $(DAT)/*.            $(GAMEDIR))
        $(subst /,\,copy $(DAT)/*.dat         $(GAMEDIR))
index d5a6e2c1b92ac10a24302f4250686ed48c4336db..03a251728e21cc1aeacf6e509d2f8564ae189804 100644 (file)
@@ -469,6 +469,7 @@ $(O)install.tag:    $(DAT)\data     $(DAT)\rumors    $(DAT)\dungeon \
 ! IF ("$(USE_DLB)"=="Y")
        copy nhdat                $(GAMEDIR)
        copy $(DAT)\license       $(GAMEDIR)
+       copy $(DAT)\opthelp       $(GAMEDIR)
 ! ELSE
        copy $(DAT)\*.            $(GAMEDIR)
        copy $(DAT)\*.dat         $(GAMEDIR)