rename as3 -> avm2 since we don't actually deal with actionscript anywhere
[swf2.git] / lib / avm2-lib.asd
blob416aeba6238a1b9122287340a177017436f3907c
2 (asdf:defsystem :avm2-lib
3            :depends-on ("avm2-compile")
4            :components ((:file "library-packages")
5                         (:file "player-class-decl")
6                         (:file "player-classes")
7                         (:file "player-lib")
8                         (:file "cl")
9                         (:file "sicl-conditionals")
10                         (:file "cl-conses")
11                         )
12            :serial t)