Small changes to string/symbol style of .asd files, seemed to make windows happier.
[cl-glfw.git] / cl-glfw-opengl-ext_framebuffer_multisample.asd
blob10709a080d6c039aac312a50adf187be9f46f1d1
2 (defpackage #:cl-glfw-opengl-ext_framebuffer_multisample-system
3             (:use #:asdf #:cl)) 
4 (in-package #:cl-glfw-opengl-ext_framebuffer_multisample-system) 
5 (defsystem cl-glfw-opengl-ext_framebuffer_multisample :description
6  "cl-glfw's cl-glfw-opengl-ext_framebuffer_multisample Binding" :author
7  "Generated by cl-glfw's /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp"
8  :license "Public Domain" :depends-on (cl-glfw) :components
9  ((:module lib :components ((:file "opengl-ext_framebuffer_multisample")))))