What are the differences observed in a Jamfile if we have to use locale kit? Thx in advance.
Two main differences:
DoCatalogs YourApplicationBinaryName : x-vnd.YourApplicationSignature : list of catalogued source files ;
Here's AboutSystem Jamfile, doing exactly that: http://dev.haiku-os.org/browser/haiku/trunk/src/apps/aboutsystem/Jamfile
What if the app is a standalone app instead of integrating into Haiku ??
Comments
Re: What are the differences observed in a Jamfile if we ...
Two main differences:
$(HAIKU_LOCALE_LIBS) added to his libs list
source. The syntax of this rule is as follow:
Here's AboutSystem Jamfile, doing exactly that:
http://dev.haiku-os.org/browser/haiku/trunk/src/apps/aboutsystem/Jamfile
Re: What are the differences observed in a Jamfile if we ...
What if the app is a standalone app instead of integrating into Haiku ??