extract.hxml 484 B

123456789101112
  1. # To rebuild Flash externs (quoting ncannasse):
  2. # - Remove haxe/std/flash/DIR where DIR is all directories except _std
  3. # - Place library.swf (extracted from playerglobal.swc) next to extract.hxml
  4. # - Run haxe extract.hxml
  5. # - Restore removed haxe/std/flash/DIR directories
  6. # - Copy directories from hxclasses/flash to haxe/std/flash, overwriting restored ones
  7. --debug
  8. --swf-lib library.swf
  9. -swf test.swf
  10. --swf-version 15
  11. --macro patchTypes("../extra/extract.patch")
  12. -D gen-hx-classes