OSDN Git Service

git-svn-id: svn+ssh://svn.osdn.net/svnroot/sawarabi-fonts/trunk@21 54a90f34-5e62...
authormshio <mshio@54a90f34-5e62-402c-8eae-46c47f0b2e07>
Sun, 20 Feb 2011 00:56:31 +0000 (00:56 +0000)
committermshio <mshio@54a90f34-5e62-402c-8eae-46c47f0b2e07>
Sun, 20 Feb 2011 00:56:31 +0000 (00:56 +0000)
chartool/objective-c/main.m [new file with mode: 0644]

diff --git a/chartool/objective-c/main.m b/chartool/objective-c/main.m
new file mode 100644 (file)
index 0000000..289b6bd
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  main.m
+//  chartool
+//
+//  Created by mshio on 10/06/05.
+//  Copyright mshio 2010. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+    return NSApplicationMain(argc,  (const char **) argv);
+}