From: Bart House Date: Sat, 7 Oct 2017 01:57:15 +0000 (-0700) Subject: Set the local working directory when debugging to $BinDir. X-Git-Tag: NetHack-3.6.1_RC01~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8760093cca7a74037a9a77123bd14b809eb6738;p=nethack Set the local working directory when debugging to $BinDir. This is needed to ensure the defaults.nh is found. --- diff --git a/win/win32/vs2015/default.props b/win/win32/vs2015/default.props index 688b5d311..82619060c 100644 --- a/win/win32/vs2015/default.props +++ b/win/win32/vs2015/default.props @@ -5,6 +5,7 @@ false MultiByte v140 + $(BinDir) true diff --git a/win/win32/vs2017/default.props b/win/win32/vs2017/default.props index 3ad8bdd10..e0bc58136 100644 --- a/win/win32/vs2017/default.props +++ b/win/win32/vs2017/default.props @@ -5,6 +5,7 @@ false MultiByte v141 + $(BinDir) true