sdlcl icon indicating copy to clipboard operation
sdlcl copied to clipboard

Initial Mac version.

Open MaddTheSane opened this issue 8 years ago • 1 comments

The library that can be opened can now be changed by passing DLLOADNAME to the make command. The Mac makefile can also be passed LIB_COMPAT_VER, LIB_CURRENT_VER, and LIB_INSTALL_NAME to configure the created library.

MaddTheSane avatar Apr 27 '17 02:04 MaddTheSane

Thanks. Looks good, but I'd prefer to have the stuff common between both platforms (such as the source code list and the (un)redir.h rules) put in a common Makefile that is included by both platform-specific files. I'm also looking into compiling both 32- and 64-bit versions on Linux, though in that case they'd be compiled to two separate files rather than the fat binary that seems to be made here.

Also, I'm curious to know what motivation one would have to use this library on Mac OS X. On Linux, things have changed with regards to X11 and XRandR and how programs are expected to deal with them when running in full screen mode. Add Wayland on top of that, and, well... I can't imagine the graphics situation in Mac OS X is so...dynamic.

MrAlert avatar Apr 27 '17 03:04 MrAlert