[cello-cvs] CVS cello/cl-ftgl
ktilton
ktilton at common-lisp.net
Fri May 26 22:08:56 UTC 2006
Update of /project/cello/cvsroot/cello/cl-ftgl
In directory clnet:/tmp/cvs-serv8567/cl-ftgl
Modified Files:
cl-ftgl.lisp cl-ftgl.lpr
Log Message:
Cello Rizing. cl-opengl becomes kt-opengl, hello-cffi becomes cffi-extender, end lots more to come
--- /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lisp 2006/05/17 16:14:29 1.1
+++ /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lisp 2006/05/26 22:08:55 1.2
@@ -20,11 +20,11 @@
;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
;;; IN THE SOFTWARE.
-;;; $Header: /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lisp,v 1.1 2006/05/17 16:14:29 ktilton Exp $
+;;; $Header: /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lisp,v 1.2 2006/05/26 22:08:55 ktilton Exp $
(defpackage #:cl-ftgl
(:nicknames #:ftgl)
- (:use #:common-lisp #:cffi #:cl-opengl)
+ (:use #:common-lisp #:cffi #:kt-opengl)
(:export #:ftgl
#:ftgl-pixmap
#:ftgl-texture
--- /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lpr 2006/05/17 20:38:13 1.3
+++ /project/cello/cvsroot/cello/cl-ftgl/cl-ftgl.lpr 2006/05/26 22:08:55 1.4
@@ -1,4 +1,4 @@
-;; -*- lisp-version: "8.0 [Windows] (May 11, 2006 6:29)"; cg: "1.81"; -*-
+;; -*- lisp-version: "8.0 [Windows] (May 22, 2006 0:51)"; cg: "1.81"; -*-
(in-package :cg-user)
@@ -7,7 +7,7 @@
(define-project :name :cl-ftgl
:modules (list (make-instance 'module :name "cl-ftgl.lisp"))
:projects (list (make-instance 'project-module :name
- "C:\\0devtools\\cffi\\cffi"))
+ "C:\\1-devtools\\cffi\\cffi"))
:libraries nil
:distributed-files nil
:internally-loaded-files nil
More information about the Cello-cvs
mailing list