gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: freecell.app


From: A. Arias
Subject: Re: freecell.app
Date: Thu, 05 Oct 2017 12:59:15 -0600

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]