aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/main.m
diff options
context:
space:
mode:
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);
+}