Posts Tagged ‘compc’

Creating a SWC

Thursday, July 2nd, 2009
Actionscript:
  1. compc -output=C:\something.swc
  2. -sp C:\Projects\test\src
  3. -is C:\Projects\test\src

This works much faster than just adding all classes by hand when using include-classes (or 'ic') and needing to specify each and every class...