Adding provisional html5 support, normal GL access appears to be working fine, but no Assets support and lacking ByteArray implementations to be fixed later.

This commit is contained in:
underscorediscovery
2013-06-25 23:28:42 -02:30
parent ccb154fd2b
commit 9df20d92cf
38 changed files with 5111 additions and 2018 deletions

View File

@@ -0,0 +1,9 @@
-main ApplicationMain ::HAXE_FLAGS::
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-D html5
-D html
--remap flash:lime
--remap native:lime
-debug
#--js-modern

View File

@@ -0,0 +1,8 @@
-main ApplicationMain ::HAXE_FLAGS::
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-D html5
-D html
--remap flash:lime
--remap native:lime
#--js-modern