Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / OpenStep / GnuTerm_main.m
diff --git a/src/OpenStep/GnuTerm_main.m b/src/OpenStep/GnuTerm_main.m
new file mode 100644 (file)
index 0000000..967c6a3
--- /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[]) {
+
+    [NSApplication sharedApplication];
+    if ([NSBundle loadNibNamed:@"GnuTerm.nib" owner:NSApp])
+           [NSApp run];
+
+    [NSApp release];
+    exit(0);
+}