Update of /project/cells-gtk/cvsroot/root/gtk-ffi In directory common-lisp:/tmp/cvs-serv31260/root/gtk-ffi
Modified Files: gtk-ffi.asd Log Message: removed reference to ffx.lisp
--- /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/01/03 19:06:22 1.10 +++ /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/02/11 03:44:32 1.11 @@ -12,8 +12,8 @@ ;;; Specify for Lispworks (definitely), other maybe. #+macosx(setf *gtk-lib-path* "/sw/lib/") #+(or win32 mswindows)(setf *gtk-lib-path* "E:/GTK/bin/") -;#-(or macosx win32 mswindows)(setf *gtk-lib-path* "/usr/lib/") -#-(or macosx win32 mswindows)(setf *gtk-lib-path* "/opt/gnome/lib/") ; For my SuSE machine +#-(or macosx win32 mswindows)(setf *gtk-lib-path* "/usr/lib/") +;#-(or macosx win32 mswindows)(setf *gtk-lib-path* "/opt/gnome/lib/") ; For my SuSE machine
;;; Step 2 -- If you built or downloaded the libcellsgtk library, uncomment the next line. (pushnew :libcellsgtk *features*) @@ -22,8 +22,7 @@ :name "gtk-ffi" :depends-on (:cells :cffi :cffi-uffi-compat) :components - ((:file "ffx") ; Novikov Leonid's compatibility stuff from hello-c - (:file "gtk-ffi" :depends-on ("ffx")) + ((:file "gtk-ffi") (:file "gtk-core" :depends-on ("gtk-ffi")) (:file "gtk-other" :depends-on ("gtk-ffi")) (:file "gtk-button" :depends-on ("gtk-ffi"))