]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add platform x64 to MSVC .sln and .vcxproj files
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 25 Jun 2019 09:03:26 +0000 (11:03 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 25 Jun 2019 11:28:59 +0000 (13:28 +0200)
commitbfe03f3cd575500522ff776140fff188e32b9bde
tree2c6bdfd5c2d951313916dfc177a472a17657e7d9
parent2a597646a393eeeb276a091f05a342efbfc4919c
Add platform x64 to MSVC .sln and .vcxproj files

So far, MSVC x64 builds have been created using nmake. This adds x64 to
the .sln and .vcxproj files and x64 can be chosen within Visual Studio.

- Update the created x64 platform configurations with the matching
  include and lib directories
- Remove unnecessary and incorrect <AdditionalIncludeDirectories>
  from rrdtool.vcxproj and rrdupdate.vcxproj (one ../ was too much)
win32/librrd-8.vcxproj
win32/rrd.sln
win32/rrdtool.vcxproj
win32/rrdupdate.vcxproj