| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This porbably breaks other build configurations (?), but msvc works now. Build was tested using VisualStudio's "Open Folder" option using vcpkg to get the dependencies.
| Back | FazBrowse Home | New Git URL |
This porbably breaks other build configurations (?), but msvc works now.
Build was tested using VisualStudio's "Open Folder" option and using vcpkg to get the dependencies.
The reason for this fix:
During build of target "groot" there were errors about behavior_tree_editor.lib not being found.
It seems that target was not being exported correctly in this configuration (?).
This change removes the behavior_tree_editor target entirely to fix the build.
Also it sets the Compiler Flag "/EHsc" for all projects, to fix other build errors.
As already said, these changes probably break other stuff, but people who want to build the project on windows might find this pull request helpful as a reference.