From: nhmall Date: Sun, 13 Mar 2022 14:20:41 +0000 (-0400) Subject: Windows visual studio project updates X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb26da9faac830c1ee75df78bd99aa49f4c7504;p=nethack Windows visual studio project updates hide a couple of warnings in non-nethack code get rid of an obsolete file reference --- diff --git a/sys/windows/vs/NetHack/NetHack.vcxproj b/sys/windows/vs/NetHack/NetHack.vcxproj index 31312c410..b0de602dd 100644 --- a/sys/windows/vs/NetHack/NetHack.vcxproj +++ b/sys/windows/vs/NetHack/NetHack.vcxproj @@ -45,6 +45,8 @@ 4701;4702;4244;4310;4774 %(AdditionalOptions) /wd4774 + 4701;4702;4244;4310;4774;4324 + 4701;4702;4244;4310;4774;4324 @@ -267,4 +269,4 @@ - + \ No newline at end of file diff --git a/sys/windows/vs/NetHackW/NetHackW.vcxproj b/sys/windows/vs/NetHackW/NetHackW.vcxproj index 4c42b4e1c..c3b291e50 100644 --- a/sys/windows/vs/NetHackW/NetHackW.vcxproj +++ b/sys/windows/vs/NetHackW/NetHackW.vcxproj @@ -39,6 +39,8 @@ 4701;4702;4244;4310;4774 %(AdditionalOptions) /wd4774 + 4701;4702;4244;4310;4774;4324 + 4701;4702;4244;4310;4774;4324 @@ -303,4 +305,4 @@ - + \ No newline at end of file diff --git a/sys/windows/vs/PDCurses/PDCurses.vcxproj b/sys/windows/vs/PDCurses/PDCurses.vcxproj index 837506b89..e379c6a09 100644 --- a/sys/windows/vs/PDCurses/PDCurses.vcxproj +++ b/sys/windows/vs/PDCurses/PDCurses.vcxproj @@ -31,7 +31,10 @@ - + + 4996;4244;4267;%(DisableSpecificWarnings) + 4996;4244;4267;%(DisableSpecificWarnings) + @@ -50,15 +53,21 @@ - - + + 4996;4244;4267;%(DisableSpecificWarnings) + 4996;4244;4267;%(DisableSpecificWarnings) + + + 4996;4244;4267;%(DisableSpecificWarnings) + 4996;4244;4267;%(DisableSpecificWarnings) + - + true $(PDCURSES);$(IncludePath) @@ -115,4 +124,4 @@ - + \ No newline at end of file diff --git a/sys/windows/vs/files.props b/sys/windows/vs/files.props index 79478268b..3394fe51b 100644 --- a/sys/windows/vs/files.props +++ b/sys/windows/vs/files.props @@ -3,7 +3,6 @@ -