Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / NeXT / GnuTerm_main.m
diff --git a/src/NeXT/GnuTerm_main.m b/src/NeXT/GnuTerm_main.m
new file mode 100644 (file)
index 0000000..68ec89b
--- /dev/null
@@ -0,0 +1,15 @@
+/* Generated by the NeXT Project Builder
+   NOTE: Do NOT change this file -- Project Builder maintains it.
+*/
+
+#import <appkit/appkit.h>
+
+void main(int argc, char *argv[]) {
+
+    [Application new];
+    if ([NXApp loadNibSection:"GnuTerm.nib" owner:NXApp withNames:NO])
+           [NXApp run];
+
+    [NXApp free];
+    exit(0);
+}