+ added OSX support with a patch from egladil
* fixed pong example to use stdlib instead of csfml-system git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1439 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
d60a7be49a
commit
8390807b08
4 changed files with 74 additions and 12 deletions
|
@ -34,6 +34,13 @@ version (linux)
|
|||
}
|
||||
}
|
||||
|
||||
version (darwin)
|
||||
{
|
||||
version (build)
|
||||
{
|
||||
pragma(link, "dl"); //Link libdl.dylib (dlopen, dlsym)
|
||||
}
|
||||
}
|
||||
|
||||
public import
|
||||
dsfml.system.lock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue