Flash开发入门

链接

环境搭建

实现多实例

  • Echo > .multi

多工程的使用

命令编译

“$(CompilerPath)\bin\compc.exe” -include-sources “$(ProjectDir)\src” -output “$(OutputDir)\$(OutputName)”

链接库

-include-libraries

LibA库 中ClaA
LibB库 中ClaB