]> granicus.if.org Git - nethack/commitdiff
Set the local working directory when debugging to $BinDir.
authorBart House <bart@barthouse.com>
Sat, 7 Oct 2017 01:57:15 +0000 (18:57 -0700)
committerPasi Kallinen <paxed@alt.org>
Sat, 7 Oct 2017 11:25:21 +0000 (14:25 +0300)
This is needed to ensure the defaults.nh is found.

win/win32/vs2015/default.props
win/win32/vs2017/default.props

index 688b5d3114ef52c36667c22846a8666323df2127..82619060c2e13ced66c91cecabd66a00eda8ee11 100644 (file)
@@ -5,6 +5,7 @@
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
     <PlatformToolset>v140</PlatformToolset>
+    <LocalDebuggerWorkingDirectory>$(BinDir)</LocalDebuggerWorkingDirectory>
   </PropertyGroup> 
   <PropertyGroup Condition="'$(Configuration)'=='Debug'" >
     <UseDebugLibraries>true</UseDebugLibraries>
index 3ad8bdd109d610ac2e966e08b82d0e963552fb5e..e0bc58136a7d3084477e4022f01f939cae94f746 100644 (file)
@@ -5,6 +5,7 @@
     <UseOfMfc>false</UseOfMfc>
     <CharacterSet>MultiByte</CharacterSet>
     <PlatformToolset>v141</PlatformToolset>
+    <LocalDebuggerWorkingDirectory>$(BinDir)</LocalDebuggerWorkingDirectory>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)'=='Debug'" >
     <UseDebugLibraries>true</UseDebugLibraries>