localhost / nu forked from timburks/nu

The Nu programming language.

localhost (author)
Mon Jul 28 14:37:14 -0700 2008
commit  33a579144357cb8f210e90d83a651c301417fa6b
tree    a450afe4f06c5f426f43103971aae0776c1ee9df
parent  d0a07b287f316d60f94dfe87251469b7a6bea000
nu / iphone
name age message
..
file Nukefile Loading commit data...
file README
directory include/
file objc Wed Mar 12 11:52:16 -0700 2008 iPhone support. To build libNu.a, "cd iphone; n... [timburks]
directory platforms/
iphone/README
This directory contains a Nukefile for building the iPhone version of Nu.

The Nukefile builds Nu as a static library (libNu.a) that can be linked
into an iPhone application.  When linking this library into your application,
be sure that the -ObjC link flag is specified; otherwise, most of the classes 
in libNu.a will not be linked into your application.

Your application should #include "Nu/Nu.h", which is copied into the include
directory as part of the build process.

Note that libffi is included in the iPhoneSimulator sdk.