[cells-cvs] CVS update: cell-cultures/config/cl-ftgl-config.lisp cell-cultures/config/cl-magick-config.lisp
Kenny Tilton
ktilton at common-lisp.net
Fri Oct 1 04:01:40 UTC 2004
Update of /project/cells/cvsroot/cell-cultures/config
In directory common-lisp.net:/tmp/cvs-serv2293/config
Modified Files:
cl-ftgl-config.lisp cl-magick-config.lisp
Log Message:
A couple of simple fixes to get the pixel and texture wands (GraphicksMagic stuff) working again and now Cello is pretty much back in business.
Date: Fri Oct 1 06:01:38 2004
Author: ktilton
Index: cell-cultures/config/cl-ftgl-config.lisp
diff -u cell-cultures/config/cl-ftgl-config.lisp:1.1 cell-cultures/config/cl-ftgl-config.lisp:1.2
--- cell-cultures/config/cl-ftgl-config.lisp:1.1 Sat Jun 26 20:38:41 2004
+++ cell-cultures/config/cl-ftgl-config.lisp Fri Oct 1 06:01:32 2004
@@ -24,7 +24,7 @@
(setq *ftgl-dynamic-lib-path*
(merge-pathnames
- (make-pathname :name "ftgl_dynamic_MTD"
+ (make-pathname :name "ftgl_dynamic_MTD_d"
:type "dll")
cl-user::*cello-dynlib-directory*))
Index: cell-cultures/config/cl-magick-config.lisp
diff -u cell-cultures/config/cl-magick-config.lisp:1.1 cell-cultures/config/cl-magick-config.lisp:1.2
--- cell-cultures/config/cl-magick-config.lisp:1.1 Sat Jun 26 20:38:41 2004
+++ cell-cultures/config/cl-magick-config.lisp Fri Oct 1 06:01:32 2004
@@ -34,7 +34,7 @@
(setq *cl-magick-source-directory*
(merge-pathnames
- (make-pathname :directory '(:relative "cello" "cl-magick"))
+ (make-pathname :directory '(:relative "cl-magick"))
cl-user::*devel-root*))
(setq *magick-wand-templates*
More information about the Cells-cvs
mailing list