From 7e84644dff7fbfead839531d817579714e433ba7 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Thu, 29 Mar 2012 03:47:01 +0000 Subject: [PATCH] sdl: add some info/links about statically linking for OS X in the TODO --- TODO-SDL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO-SDL.md b/TODO-SDL.md index 7c4523b8..2f4ecbec 100644 --- a/TODO-SDL.md +++ b/TODO-SDL.md @@ -32,6 +32,10 @@ OS X * It is possible to use GTK to build native OS X menus: http://developer.gnome.org/gtk3/3.4/GtkApplication.html . It would be awesome to do this and hide the main GTK window if the top bar is available * Zapper input is taken from GTK window instead of X11 window (a workaround could be implemented to resolve with with some #ifdef APPLE etc) * Not an "official" target, but testing should be done before release on OS X + * DMG Static binary download for Intel OS X + * Include needful libaries + * Adjust scons to produce static binary/libraries with an option + * http://www.scons.org/wiki/StaticallyLink DOCS ====