From: nhmall Date: Sat, 21 Aug 2021 19:48:40 +0000 (-0400) Subject: follow-up build fixes for Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1e49d7d678e7e07bed7c9e1ba116b74d7b3723d;p=nethack follow-up build fixes for Windows --- diff --git a/sys/windows/Makefile.gcc b/sys/windows/Makefile.gcc index f0ac84738..26ba1b3de 100644 --- a/sys/windows/Makefile.gcc +++ b/sys/windows/Makefile.gcc @@ -1006,22 +1006,23 @@ $(INCL)/onames.h : $(U)makedefs.exe $(INCL)/pm.h : $(U)makedefs.exe $(subst /,\,$(U)makedefs -p) -$(DAT)/data: $(O)utility.tag $(DATABASE) +$(DAT)/data: $(U)makedefs.exe $(O)utility.tag $(DATABASE) $(subst /,\,$(U)makedefs -d) -$(DAT)/rumors: $(O)utility.tag $(DAT)/rumors.tru $(DAT)/rumors.fal +$(DAT)/rumors: $(U)makedefs.exe $(O)utility.tag $(DAT)/rumors.tru \ + $(DAT)/rumors.fal $(subst /,\,$(U)makedefs -r) -$(DAT)/oracles: $(O)utility.tag $(DAT)/oracles.txt +$(DAT)/oracles: $(U)makedefs.exe $(O)utility.tag $(DAT)/oracles.txt $(subst /,\,$(U)makedefs -h) -$(DAT)/engrave: $(DAT)/engrave.txt $(U)makedefs.exe +$(DAT)/engrave: $(U)makedefs.exe $(DAT)/engrave.txt $(U)makedefs.exe $(subst /,\,$(U)makedefs -s) -$(DAT)/epitaph: $(DAT)/epitaph.txt $(U)makedefs.exe +$(DAT)/epitaph: $(U)makedefs.exe $(DAT)/epitaph.txt $(U)makedefs.exe $(subst /,\,$(U)makedefs -s) -$(DAT)/bogusmon: $(DAT)/bogusmon.txt $(U)makedefs.exe +$(DAT)/bogusmon: $(U)makedefs.exe $(DAT)/bogusmon.txt $(U)makedefs.exe $(subst /,\,$(U)makedefs -s) #========================================== diff --git a/sys/windows/vs/NetHack/NetHack.vcxproj b/sys/windows/vs/NetHack/NetHack.vcxproj index 58e48f77e..11353f065 100644 --- a/sys/windows/vs/NetHack/NetHack.vcxproj +++ b/sys/windows/vs/NetHack/NetHack.vcxproj @@ -56,6 +56,7 @@ + @@ -195,7 +196,6 @@ - @@ -214,11 +214,13 @@ + + diff --git a/sys/windows/vs/NetHackW/NetHackW.vcxproj b/sys/windows/vs/NetHackW/NetHackW.vcxproj index 4730c89ca..373aaca9c 100644 --- a/sys/windows/vs/NetHackW/NetHackW.vcxproj +++ b/sys/windows/vs/NetHackW/NetHackW.vcxproj @@ -49,6 +49,7 @@ + @@ -210,7 +211,6 @@ - @@ -240,10 +240,12 @@ + + diff --git a/sys/windows/vs/makedefs/makedefs.vcxproj b/sys/windows/vs/makedefs/makedefs.vcxproj index 87c9dd6e3..330dfb757 100644 --- a/sys/windows/vs/makedefs/makedefs.vcxproj +++ b/sys/windows/vs/makedefs/makedefs.vcxproj @@ -33,6 +33,7 @@ + @@ -50,18 +51,15 @@ - - - - - - - - - + + + + + + + + + @@ -71,4 +69,4 @@ - + \ No newline at end of file