]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Update vcxproj files, fix debug builds (MSVC) (#841)
authorWolfgang Stöggl <c72578@yahoo.de>
Wed, 22 Nov 2017 12:29:35 +0000 (13:29 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 22 Nov 2017 12:29:35 +0000 (13:29 +0100)
commit3eca07cb4f1c4a05dc7f4a420cad7edaeefb16af
treed648fe572730cbd918300469af2b1ad8a757de1a
parentaa78e081a1901e4e5a623d12113d10622c4e3dcc
Update vcxproj files, fix debug builds (MSVC) (#841)

- Solution configuration Debug|Win32: Changed MultiThreadedDebug to
  MultiThreadedDebugDLL in rrdtool.vcxproj and rrdupdate.vcxproj.
  Now the RuntimeLibrary setting is the same as in librrd-4.vcxproj.
- Solution configuration Static Debug|Win32: Added double quotes around
  $(TargetDir), because there is a space in "Static Debug". Fixes
  failing copy commands of dlls by using "$(TargetDir)" now.
win32/rrdtool.vcxproj
win32/rrdupdate.vcxproj