discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Building applications with GNUstep make on MacOSX


From: Nicola Pero
Subject: Re: Building applications with GNUstep make on MacOSX
Date: Tue, 23 Dec 2003 15:04:53 +0000 (GMT)

> Hi all,
> 
> I would like to use GNUstep make not only on GNUstep but also on 
> MacOSX. I am currently trying to get a very basic application to work 
> on MacOSX with the following GNUmakefile.
> 
> include $(GNUSTEP_MAKEFILES)/common.make
> APP_NAME = MyTestApp
> MyTestApp_OBJC_FILES = MyTestApp_main.m
> MyTestApp_RESOURCE_FILES =
> MyTestApp_LOCALIZED_RESOURCE_FILES = MyTestApp.nib
> MyTestApp_LANGUAGES = English
> include GNUmakefile.preamble
> include $(GNUSTEP_MAKEFILES)/application.make

It looks like Cocoa doesn't know which NIB file you want to be loaded at 
startup.

Try adding

MyTestApp_MAIN_MODEL_FILE = MyTestApp.nib
 
Let me know if it goes better.





reply via email to

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