win32: opthelp unavailable
Address a recent complaint from <Someone>.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user