Initial HelloWorld support for C# (thank you @vroad)

This commit is contained in:
Joshua Granick
2016-08-30 02:55:19 -07:00
parent 67489f4f26
commit 59142b5b28
50 changed files with 2028 additions and 114 deletions

View File

@@ -131,7 +131,7 @@ class NativeApplication {
untyped setImmediate (eventLoop);
return 0;
#elseif (cpp || neko)
#elseif (cpp || neko || cs)
var result = lime_application_exec (handle);
parent.onExit.dispatch (result);