}
if(args.length == 2)
{
JNCProject project = JNCProject.open(projectFile);
NativeCompiler jc = new NativeCompiler(new ICompilationProgressLogger()
{
public void log(String s, boolean indent)
{
if(indent) System.out.print("\t");
System.out.println(s);