Ozkan Sezer
|
911524da45
|
fix DYLIB version inconsistencies and test failures after #6188.
|
2022-09-06 03:15:02 +03:00 |
Sam Lantinga
|
acf397b4df
|
Actually, DYLIB_COMPATIBILITY_VERSION shouldn't be updated for a stable point release
@smcv
|
2022-09-05 11:21:13 -07:00 |
Sam Lantinga
|
4e98ba612b
|
Set DYLIB_COMPATIBILITY_VERSION to DYLIB_CURRENT_VERSION to match autotools
Autotools sets both versions to the same value, so Xcode and CMake need to match for the libraries to be compatible between the different builds.
See these for details:
https://github.com/libsdl-org/sdl12-compat/pull/207
https://github.com/libsdl-org/SDL/issues/2934
https://stackoverflow.com/questions/67055770/usage-of-current-version-and-compatibility-version-on-macos
|
2022-09-05 08:28:06 -07:00 |
Érico Porto
|
cbc0d9facc
|
test/versioning.sh also tests configure
|
2022-09-04 05:20:15 -07:00 |
Ryan C. Gordon
|
3a9295e14f
|
build-scripts: Removed winrtbuild.*, no longer used.
WinRT/UWP is still supported, but you have to use the VS2019
project files, now.
Fixes #5639.
|
2022-08-09 16:17:28 -04:00 |
Sam Lantinga
|
5d5488ca71
|
Fixed test/versioning.sh on macOS
|
2022-06-16 12:41:31 -07:00 |
Cameron Cawley
|
9dfa000bc0
|
Initial support for building for Windows with OpenWatcom
|
2022-05-19 20:11:10 +03:00 |
Simon McVittie
|
2a8297e427
|
workflows: Add a test to assert that all the version numbers agree
Signed-off-by: Simon McVittie <smcv@collabora.com>
|
2022-05-04 09:55:35 -07:00 |