Hi,

El jue, 05-10-2017 a las 17:53 +0200, Gürkan Myczko escribió:
> Hello
> 
> I was able to write a GNUmakefile to build Freecell.app for macOS, 
> however I'm missing
> a link. Something with first responder maybe, or something in the 
> GNUmakefile?
> 
> Any help or tip is welcome.
> 
> https://github.com/alexmyczko/Freecell.app
> 
> Thanks,

Change your Makefile to look like this:

Freecell_LOCALIZED_RESOURCE_FILES=\
        MainMenu.nib\
        Credits.html\

However, after this change the app still don't work, because GNUstep
can't read the nib file. The easy way to solve this, is provide the
interface in a gorm file (ship both files in your app, the nib and the
gorm file). Use Gorm.app to create this file, GNUstep will search for
gorm file, if not present will try the nib file.

Regards.
Germán



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to