Cameron A. Ellis
Cameron A. Ellis

Reputation: 3881

how do i add project references to swcs in FlashDevelop

I am trying to add a project reference or swc to papervision in FlashDevelop but intellisense isn't picking it up. I've done it before but i forgot how.

Thanks.

Upvotes: 8

Views: 9000

Answers (2)

grapefrukt
grapefrukt

Reputation: 27045

In the menus:

Project -> Properties -> Compiler Options -> SWC Libraries 

(and then add the path or file to the list)

Upvotes: 8

Christophe Herreman
Christophe Herreman

Reputation: 16085

Add your swc to the lib folder of your project. Then right-click it and mark "Add To Library".

Upvotes: 26

Related Questions