Skip to content

Commit

Permalink
mingw: no longer include a Makefile in the MinGW release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jul 6, 2024
1 parent 0fa74d8 commit be70588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
1 change: 0 additions & 1 deletion build-scripts/build-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def create_mingw_archives(self):

extra_files = [
("mingw/pkg-support/INSTALL.txt", ""),
("mingw/pkg-support/Makefile", ""),
("mingw/pkg-support/cmake/sdl3-config.cmake", "cmake/"),
("mingw/pkg-support/cmake/sdl3-config-version.cmake", "cmake/"),
("BUGS.txt", ""),
Expand Down
12 changes: 4 additions & 8 deletions mingw/pkg-support/INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
The 32-bit files are in i686-w64-mingw32
The 64-bit files are in x86_64-w64-mingw32

To install SDL for native development:
make native

To install SDL for cross-compiling development:
make cross
To install SDL, simply extract to the target location.

Look at the example programs in ./test, and check out online documentation:
http://wiki.libsdl.org/
https://wiki.libsdl.org/SDL3/FrontPage

Join the SDL developer mailing list if you want to join the community:
http://www.libsdl.org/mailing-list.php
Join the SDL discourse server if you want to join the community:
https://discourse.libsdl.org/

That's it!
Sam Lantinga <slouken@libsdl.org>
26 changes: 0 additions & 26 deletions mingw/pkg-support/Makefile

This file was deleted.

0 comments on commit be70588

Please sign in to comment.