[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: freecell.app
From: |
Fred Kiefer |
Subject: |
Re: freecell.app |
Date: |
Thu, 5 Oct 2017 23:39:50 +0200 |
> Am 05.10.2017 um 20:59 schrieb Germán A. Arias <address@hidden>:
>
>
> 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.
Strange, for me it is sufficient to make the suggested change in the
GNUmakefile. The NIB file then loads correctly.
Fred