Small changes to string/symbol style of .asd files, seemed to make windows happier.
[cl-glfw/jecs.git] / cl-glfw-glu-version_1_3.asd
blobf64c282c66b856a0bf0425edb794e5aaf3afe64e
1 (defpackage #:cl-glfw-glu-version_1_3-system
2   (:use #:asdf #:cl))
4 (in-package #:cl-glfw-glu-version_1_3-system)
5  
6 (defsystem cl-glfw-glu-version_1_3
7   :description "Common Lisp bindings for GLFW - GLU 1.3 Extension Package"
8   :version "0.1"
9   :author "William Robinson <airbaggins@users.sf.net>"
10   :licence "Public Domain"
11   :depends-on (cl-glfw)
12   :components ((:module lib :components ((:file "glu-version_1_3")))))