MSYS post-compiler fix
This commit is contained in:
@@ -1148,8 +1148,9 @@ CLEAN_FILE += $(NHTARGET) $(NHOBJS) $(NHRES)
|
|||||||
all: install
|
all: install
|
||||||
|
|
||||||
TO_INSTALL = $(GAMEDIR)/NetHack.exe $(RTARGETS) $(GAMEDIRDLLS) \
|
TO_INSTALL = $(GAMEDIR)/NetHack.exe $(RTARGETS) $(GAMEDIRDLLS) \
|
||||||
$(addprefix $(GAMEDIR)/, $(addsuffix .template, sysconf .nethackrc) \
|
$(addprefix $(GAMEDIR)/, \
|
||||||
Guidebook.txt NetHack.txt license opthelp record symbols)
|
$(addsuffix .template, sysconf .nethackrc symbols) \
|
||||||
|
Guidebook.txt NetHack.txt license opthelp record)
|
||||||
|
|
||||||
ifeq "$(HAVE_SOUNDLIB)" "Y"
|
ifeq "$(HAVE_SOUNDLIB)" "Y"
|
||||||
TO_INSTALL += $(addprefix $(GAMEDIR)/, $(addsuffix .wav, $(WAVLIST)))
|
TO_INSTALL += $(addprefix $(GAMEDIR)/, $(addsuffix .wav, $(WAVLIST)))
|
||||||
@@ -1183,7 +1184,7 @@ $(GAMEDIR)/$(FMODLIBDLL): $(FMODLIBDIR)/$(FMODLIBDLL)
|
|||||||
cp $< $@
|
cp $< $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(GAMEDIR)/symbols: $(DAT)/symbols
|
$(GAMEDIR)/symbols.template: $(DAT)/symbols
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
$(GAMEDIR)/NetHack.txt: $(DOC)/nethack.txt
|
$(GAMEDIR)/NetHack.txt: $(DOC)/nethack.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user