Add initial Flash support

This commit is contained in:
Joshua Granick
2014-06-13 17:22:05 -07:00
parent affe97e040
commit 210ab867e0
39 changed files with 1179 additions and 609 deletions

View File

@@ -0,0 +1,6 @@
-main ApplicationMain ::HAXE_FLAGS::
-swf-version ::SWF_VERSION::
-swf ::BUILD_DIR::/flash/bin/::APP_FILE::.swf
-swf-header ::if (WIN_WIDTH == "0")::800::else::::WIN_WIDTH::::end:::::if (WIN_HEIGHT == "0")::500::else::::WIN_HEIGHT::::end:::::WIN_FPS:::::WIN_FLASHBACKGROUND::
-cp ::BUILD_DIR::/flash/haxe
-debug

View File

@@ -0,0 +1,6 @@
-main ApplicationMain ::HAXE_FLAGS::
-swf-version ::SWF_VERSION::
-swf ::BUILD_DIR::/flash/bin/::APP_FILE::.swf
-swf-header ::if (WIN_WIDTH == "0")::800::else::::WIN_WIDTH::::end:::::if (WIN_HEIGHT == "0")::500::else::::WIN_HEIGHT::::end:::::WIN_FPS:::::WIN_FLASHBACKGROUND::
-cp ::BUILD_DIR::/flash/haxe
-D final

View File

@@ -0,0 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-swf-version ::SWF_VERSION::
-swf ::BUILD_DIR::/flash/bin/::APP_FILE::.swf
-swf-header ::if (WIN_WIDTH == "0")::800::else::::WIN_WIDTH::::end:::::if (WIN_HEIGHT == "0")::500::else::::WIN_HEIGHT::::end:::::WIN_FPS:::::WIN_FLASHBACKGROUND::
-cp ::BUILD_DIR::/flash/haxe