Skip to content

Instantly share code, notes, and snippets.

@andyli
Created September 3, 2010 13:21
Show Gist options
  • Save andyli/563871 to your computer and use it in GitHub Desktop.
Save andyli/563871 to your computer and use it in GitHub Desktop.
away3dlite_haxe.hxml
#use it in terminal:
#haxe away3dlite_haxe.hxml
-swf away3dlite_haxe.swc
-swf-version 10
#the class that contain static function main()
-main Main
#path to your source folder
-cp src
#path to away3d
-cp ..\..\repo\away3dhaxe\Away3DLite\src
#path to away3d example
-cp ..\..\repo\away3dhaxe\Examples\Away3DLite\src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment