Major package refactoring.
commit0b45b27deaf1e58b945ba0ceb2daea860ce742c2
authorWilliam Robinson <airbaggins@users.sourceforge.net>
Sun, 27 Jan 2008 13:58:14 +0000 (27 13:58 +0000)
committerWilliam Robinson <airbaggins@users.sourceforge.net>
Sun, 27 Jan 2008 13:58:14 +0000 (27 13:58 +0000)
tree3cf76f7207338f85a982081a974d19363902c827
parente885430c3f8ee9ae1da9552f442196bf7ef76ccd
Major package refactoring.
Extracted all common types and expansions into lib/types.lisp with dedicated
system cl-glfw-types for all to depend on and share expansions.
Put opengl expanders in a separate package (so that maybe one day, in theory, we could delete-package it).
19 files changed:
cl-glfw-glu.asd
cl-glfw-opengl.asd
cl-glfw-types.asd [new file with mode: 0644]
cl-glfw.asd
lib/glfw-package.lisp
lib/glfw-types.lisp [deleted file]
lib/glfw.lisp
lib/glu-version_1_1.lisp
lib/glu-version_1_2.lisp
lib/glu-version_1_3.lisp
lib/glu.lisp
lib/opengl-extensions.lisp
lib/opengl-library.lisp [new file with mode: 0644]
lib/opengl-package.lisp
lib/opengl-type-map.lisp [new file with mode: 0644]
lib/opengl-types.lisp [deleted file]
lib/opengl.lisp
lib/scaffolding.lisp [new file with mode: 0644]
lib/types.lisp [new file with mode: 0644]