Finally got the opportunity to update my toolchain to 3.0, so I've updated these build scripts to work with the 3.0 toolchain.
If you are looking for Makefiles to build the Oolong Engine against the 2.x toolchain, see this thread:
viewtopic.php?f=2&t=4&p=6#p6At this point the 3.0 toolchain compatible Makefiles still only build the same examples as those for 2.0 with one exception I've added the TouchScreen example. However it should now be possible to build more examples including those which use the EAGLView2 (OpenGLES 2) which was not available in my 2.x toolchain.
Install and build the 3.0 Linux Toolchain with instructions here:
http://code.google.com/p/iphonedevonlin ... stallationCheckout the Oolong engine using the instructions here:
http://code.google.com/p/oolongengine/source/checkoutDownload the attached tar file Makefiles.oolongtoolchain-20.tar
Untar the tar file in the top level "Oolong Engine2" directory.
Run the setupToolchain.sh script from within the top level "Oolong Engine2" directory.
The setup script should be pretty self explanatory and tells you what you need. I'll document it anyway in another post below.
If anyone has tried this on a Windows system under Cygwin please let me know how it works.