aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/main.m
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-14 12:10:06 +0000
committernyamatongwe <unknown>2009-05-14 12:10:06 +0000
commit805e109be2f52c0ea446511fc33efb3746a3bc18 (patch)
tree3b57cf166d494a0dba47befcea94deba3da0fbda /cocoa/ScintillaTest/main.m
parent8e12be32e9d14363f1e2f0fe6fc305b68a64ceb5 (diff)
downloadscintilla-mirror-805e109be2f52c0ea446511fc33efb3746a3bc18.tar.gz
First upload of Cocoa platform from Mike Lischke at Sun.
Diffstat (limited to 'cocoa/ScintillaTest/main.m')
-rw-r--r--cocoa/ScintillaTest/main.m15
1 files changed, 15 insertions, 0 deletions
diff --git a/cocoa/ScintillaTest/main.m b/cocoa/ScintillaTest/main.m
new file mode 100644
index 000000000..9b0c58580
--- /dev/null
+++ b/cocoa/ScintillaTest/main.m
@@ -0,0 +1,15 @@
+/**
+ * main.m
+ * ScintillaTest
+ *
+ * Created by Mike Lischke on 02.04.09.
+ * Copyright Sun Microsystems, Inc 2009. All rights reserved.
+ * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
+ */
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+ return NSApplicationMain(argc, (const char **) argv);
+}