Skip to content

Releases: x1ab/SFML-staticCRT-build

SFML-master-5da2864-vc17-staticCRT-64

27 Apr 17:50
Compare
Choose a tag to compare

SFML changes:

  • Breaking API changes (i.e. the draw(...) signature changed again)
  • OpenAL -> miniaudio

The SFML-master-vc17-64-staticCRT.zip package has both the release & debug lib versions.

Updates for SFML master ef5ee38

20 Jan 01:16
Compare
Choose a tag to compare

Synced to SFML/SFML@ef5ee38.

Note: DEBUG version in a separate addon pack (just the libs + PDBs).

SFML-master-3cf25d1-vc17-64-staticCRT

13 Dec 19:30
Compare
Choose a tag to compare

Synced to SFML/SFML@3cf25d1.

No debug libs for this one (yet).

SFML-master-7c9e7aa-vc17-64-staticCRT

02 Dec 15:09
Compare
Choose a tag to compare

Fully static SFML (pre-)3.0 libraries compiled with -MT/-MTd from the SFML/SFML@7c9e7aa sources (2023 Nov 30)

Release:

sfml-audio-s-s.lib
sfml-graphics-s-s.lib
sfml-network-s-s.lib
sfml-system-s-s.lib
sfml-window-s-s.lib

Debug:

sfml-audio-s-s-d.lib
sfml-graphics-s-s-d.lib
sfml-network-s-s-d.lib
sfml-system-s-s-d.lib
sfml-window-s-s-d.lib

NOTES:

  • Headers included. (Unavoidable pun for Xmas, just for you...)
  • External dependencies (3rd-party libs + OpenAL.dll) are not; you can get them from the official downloads.
  • Libraries with the default "half-static" build (-MD, -MDd) of the same snapshot have also been added (*dllCRT*.zip), to support baselining in cases where both flavors of the static libs may be needed.
    (SFML 3 has no releases yet; the official site only provides the lastest snapshot, so you can't download specific (past) commits from there!)