Small changes to string/symbol style of .asd files, seemed to make windows happier.
[cl-glfw.git] / cl-glfw-glu-version_1_1.asd
blob5128187375dcf5ef5b203015532303e3a604d05f
1 (defpackage #:cl-glfw-glu-version_1_1-system
2   (:use #:asdf #:cl))
4 (in-package #:cl-glfw-glu-version_1_1-system)
5  
6 (defsystem cl-glfw-glu-version_1_1
7   :description "Common Lisp bindings for GLFW - GLU 1.1 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_1")))))