[cells-gtk-cvs] CVS root/gtk-ffi
pdenno
pdenno at common-lisp.net
Thu Feb 16 18:02:59 UTC 2006
Update of /project/cells-gtk/cvsroot/root/gtk-ffi
In directory common-lisp:/tmp/cvs-serv8916/root/gtk-ffi
Modified Files:
gtk-ffi.asd
Log Message:
Now loads my utils too.
--- /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/02/11 03:44:32 1.11
+++ /project/cells-gtk/cvsroot/root/gtk-ffi/gtk-ffi.asd 2006/02/16 18:02:59 1.12
@@ -4,16 +4,7 @@
;;; Two steps:
;;;---------------------
-(defvar *gtk-lib-path* nil)
-
-;;; Step 1 -- If you are not using Linux nor BSD and the GTK libs are not
-;;; in the places specified below, adjust these.
-
-;;; 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
+;;; Step 1 -- Do nothing. (UFFI/Hello-C had a "Step 1," CFFI doesn't.)
;;; Step 2 -- If you built or downloaded the libcellsgtk library, uncomment the next line.
(pushnew :libcellsgtk *features*)
@@ -22,7 +13,8 @@
:name "gtk-ffi"
:depends-on (:cells :cffi :cffi-uffi-compat)
:components
- ((:file "gtk-ffi")
+ ((:file "utils")
+ (:file "gtk-ffi" :depends-on ("utils"))
(:file "gtk-core" :depends-on ("gtk-ffi"))
(:file "gtk-other" :depends-on ("gtk-ffi"))
(:file "gtk-button" :depends-on ("gtk-ffi"))
More information about the Cells-gtk-cvs
mailing list