Another apparent fix
[cl-glfw.git] / build-ecl.lisp
blobcf930ecd8a73f8ad6b50b6867950b2b477a388cc
1 (require '#:cmp)
2 (require '#:asdf)
4 (pushnew #P"~/software/lisp/cffi_0.9.2/" asdf:*central-registry*)
6 (proclaim '(optimize (debug 3)))
9 (asdf:make-build '#:cl-glfw :type :fasl)
10 (asdf:make-build '#:cl-glfw-opengl :type :fasl)
11 (asdf:make-build '#:cl-glfw-glu :type :fasl)