+ 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:
trass3r 2010-03-04 02:21:18 +00:00
parent d60a7be49a
commit 8390807b08
4 changed files with 74 additions and 12 deletions

View file

@ -34,6 +34,13 @@ version (linux)
}
}
version (darwin)
{
version (build)
{
pragma(link, "dl"); //Link libdl.dylib (dlopen, dlsym)
}
}
public import
dsfml.system.lock,