yet another Visual Studio follow-up

yet another path correction
This commit is contained in:
nhmall
2025-11-18 18:56:35 -05:00
parent 9221247e24
commit df54c155b2

View File

@@ -103,7 +103,7 @@ $(VSBINDIR)\NetHackW.exe: $(BinDir)NetHackW.exe
$(VSBINDIR)\opthelp: $(BinDir)opthelp
copy /Y $(BinDir)opthelp $@
$(VSBINDIR)\nhdat$(NHV): $(BinDir)nhdat$(NHV)
copy /Y $(BinDir)\nhdat$(NHV) $@
copy /Y $(BinDir)nhdat$(NHV) $@
$(VSBINDIR)\symbols.template: $(BinDir)symbols.template
copy /Y $(BinDir)symbols.template $@
$(VSBINDIR)\nethackrc.template: $(BinDir)nethackrc.template