Login  Register

Re: Help wanted to build on Windows

Posted by Shawn.Curry on May 12, 2019; 3:36am
URL: https://forum.librecad.org/Help-wanted-to-build-on-Windows-tp5717272p5717361.html

Hi Gary,

Have a look at the pull request that I referenced in my previous post.  It deletes all of the vcxproj files from the project and instead relies on the plugin to generate them.  

Perhaps I have incorrectly judged whether these were still in use by anybody.  They were not loading correctly, because they were referencing things in the project that no longer appear to exist.  Nor would the project even build at all due to major problems with the jwwlib (Issue #696).  I have fixed everything and preserved the jww support.

If we need to keep those old vcxproj around, it would not have any negative effect on the new build method.  I just didn't think they even worked.