Windows Environment build fix,and minor fix(SDL_mixer include in Linux ) #14
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.
This PR adds settings for building in a Windows environment and for building in the current Linux environment.
1-1. Advantage 1
Building in a Windows environment is possible.
1-2. Modifications
Certain functions have been reformatted for the Windows compiler, and are reflected only when compiled with a Windows tool.
This is a specification of SDL and Windows programs, and only main functions with specific arguments work, so modifications are necessary.
And a batch script tool has been created to simplify compilation. "build_win.bat"
Based on the above, the build procedure on Windows in "BUILDING.txt" has been modified.
2-1. Advantage 2
SDL_mixer libraries can now be loaded.
2-2. Modifications
Modified Makefile for Linux.
Based on the above, the build procedure in "BUILDING.txt" has been modified to run SDL_mixer.
2-3. Other
Not tested on MacOS.
However, when I checked the Makefile, I found that SDL_mixer was included, so I don't think there's a problem.