Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML2 library filename  (Read 6849 times)

0 Members and 1 Guest are viewing this topic.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
SFML2 library filename
« Reply #15 on: October 19, 2010, 07:22:10 pm »
Seems good to me, too.  :wink:

About OSX, with the actual structure of framework we must have a SFML.framework (not SFML2.framework) to have access to the header easily. Thus, keeping this same naming convention, we would have the same name as with SFML 1.

Although we won't be able to have SFML 1.x and 2.x installed simultaneously (like with 1.a and 1.b) (lambda user and developers concerned). Is that a concern ? If so, we can use the same system as Windows but for developers (not lambda user as the «header-only» framework is not required after compilation), SFML.framework is an issue as one would have to change manually this file to use 1.x or 2.x.
Or maybe something with Framework versioning (but I don't know how it works at all) and maybe there won't be such issue for developers.
SFML / OS X developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML2 library filename
« Reply #16 on: November 04, 2010, 10:25:51 pm »
I've commited the modifications.
Laurent Gomila - SFML developer