1

I need to load a custom compiler config when compiling my project with textmate (as3 project) How can i do this?

Daniel
  • 3,017
  • 12
  • 44
  • 61
  • related: http://stackoverflow.com/questions/3464659/how-do-i-add-the-swc-file-for-cairngorm-to-my-app-without-flexbuilder – cregox Jul 11 '11 at 12:30

1 Answers1

1
mxmlc -load-config your-config.xml

See also:

tefozi
  • 5,390
  • 5
  • 38
  • 52