Changeset 2737
- Timestamp:
- 03/15/08 08:59:13 (10 months ago)
- Files:
-
- trunk/thirdparty/cl-gd-0.5.6 (modified) (1 prop)
- trunk/thirdparty/cl-gd-0.5.6/Makefile (modified) (1 diff)
- trunk/thirdparty/cl-gd-0.5.6/init.lisp (modified) (1 diff)
- trunk/thirdparty/slime/swank-loader.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/cl-gd-0.5.6
- Property svn:ignore changed from
cl-gd-glue.so
to
cl-gd-glue.so
cl-gd-glue.dylib
- Property svn:ignore changed from
trunk/thirdparty/cl-gd-0.5.6/Makefile
r2428 r2737 9 9 10 10 cl-gd-glue.dylib: 11 gcc -lgd -ljpeg -dynamiclib cl-gd-glue.c -o cl-gd-glue.dylib 11 gcc -lgd -ljpeg -dynamiclib cl-gd-glue.c -o cl-gd-glue.dylib -I/opt/local/include -L/opt/local/lib trunk/thirdparty/cl-gd-0.5.6/init.lisp
r2637 r2737 34 34 functions." 35 35 ;; try to find the library at different places 36 #+openmcl37 (ccl::open-shared-library "cl-gd-glue.so")38 #-openmcl39 36 (let ((filename (find-foreign-library "cl-gd-glue" 40 37 *shared-library-directories* trunk/thirdparty/slime/swank-loader.lisp
r2721 r2737 185 185 swank-fancy-inspector 186 186 swank-presentations swank-presentation-streams 187 #+(or asdf sbcl ) swank-asdf187 #+(or asdf sbcl openmcl) swank-asdf 188 188 ) 189 189 "List of names for contrib modules.")
