Remove duplicate shutdown function, OS-specific build adjustments, C++ & 64-bit changes#360
Conversation
skittles1
commented
Apr 11, 2026
- Was required due to the existing one causing incorrect shutdown on linux early in the conversion, but that doesn't seem to be the case now.
- Was required due to the existing one causing incorrect shutdown on linux early in the conversion, but that doesn't seem to be the case now.
- Avoid pinning a specific win SDK version in the VS projects. - Add blakcomp.l & blakcomp.y to blakcomp project to have them available in VS.
- This isn't ever used & can cause issues on linux due to '/' being the directory separator.
- Update Bison & Flex to latest versions (3.8.2 and 2.6.4 respectively). - Fix verbose error setting in blakcomp.y.
- Adjustments to blakcomp to handle OS-specific path strings a bit cleaner. - Set compiler flags for C++20, remove SSE2 which is redundant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.