Created Xcode 4 project, using the make target to build the tools, and with a native Xcode target to build a hello world example.

This commit is contained in:
Paolo Bosetti
2012-05-22 22:34:16 -07:00
parent 91b4929697
commit e634ca18ed
5 changed files with 659 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
//
// hello_mruby.c
// mruby
//
// Created by Paolo Bosetti on 5/22/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#include <stdio.h>