Get working on Windows 8
[clnl] / src / main / clnl.asd
1 ; The systems are split up into two because travis will run more smoothly
2 ; if we use a custom built sbcl that has all the deps pre-loaded since
3 ; we are sure those will work just fine :)
4 ;
5 ; You should link to this file in your systems directory, or however you
6 ; handle your asdf configurations.  Then just (asdf:load-system :clnl)
7 ;
8 ; There's probably a better way, but I don't know it
9
10 (asdf:defsystem clnl
11   :name "Experiment"
12   :version "0.0.1"
13   :maintainer "Frank Duncan (frank@kank.com)"
14   :author "Frank Duncan (frank@kank.com)"
15   :depends-on (:cl-ppcre :mt19937 :cl-opengl :cl-glut :cl-charms :clnl.internal))