]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add rrdcgi.vcxproj and update Makefile.am (MSVC)
authorWolfgang Stöggl <c72578@yahoo.de>
Thu, 27 Jun 2019 19:35:40 +0000 (21:35 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 28 Jun 2019 07:37:55 +0000 (09:37 +0200)
commit8f0d15dc753cb94119553c98393d9ffebd5e88bc
tree727bd8e87048c8aabf8af143915457d49c16bcad
parenta19688262a565ed47424d1d29c0585b37df142aa
Add rrdcgi.vcxproj and update Makefile.am (MSVC)

So far, rrdcgi.exe has been built using nmake. Add rrdcgi.vcxproj
as an additional Visual Studio project and add it to rrd.sln

- Update Makefile.am:
  Add win32/rrdcgi.vcxproj and win32/Makefile_vcpkg.msc to EXTRA_DIST
  Remove win32/rrdtool.sln and win32/rrdupdate.sln, because all
  projects are part of rrd.sln
- git rm win32/rrdtool.sln win32/rrdupdate.sln
Makefile.am
win32/rrd.sln
win32/rrdcgi.vcxproj [new file with mode: 0644]
win32/rrdtool.sln [deleted file]
win32/rrdupdate.sln [deleted file]