[cells-gtk-cvs] CVS update: root/gtk-ffi/Makefile
Peter Denno
pdenno at common-lisp.net
Sat Oct 8 14:34:16 UTC 2005
Update of /project/cells-gtk/cvsroot/root/gtk-ffi
In directory common-lisp.net:/tmp/cvs-serv15105/root/gtk-ffi
Modified Files:
Makefile
Log Message:
Better comments.
Date: Sat Oct 8 16:34:15 2005
Author: pdenno
Index: root/gtk-ffi/Makefile
diff -u root/gtk-ffi/Makefile:1.1 root/gtk-ffi/Makefile:1.2
--- root/gtk-ffi/Makefile:1.1 Sat Feb 26 23:17:52 2005
+++ root/gtk-ffi/Makefile Sat Oct 8 16:34:15 2005
@@ -1,21 +1,21 @@
#
# Purpose: build libcellsgtk.so
#
-# You don't need libCellsGtk.so to run the demo, but you will to add an entry
-# text widget to a dialog, or add menu items using populate-popup (see GTK textview).
+# You don't need libCellsGtk.so to run the demo, but you will to
+# - add an entry text widget to a dialog
+# - add menu items using populate-popup (see GTK textview).
+# - Use a TreeModel (hierarchical arrangment of items) in a ComboBox.
+#
# As of this writing, those are the only situations where it is needed. See FAQ.txt
# for more of the motivation.
#
# In order to compile the library you will need to have on hand the C header files
# corresponding the libgtk.so you are using.
# See http://developer.gnome.org/doc/API/2.4/gtk/gtk-building.html
-# On linux, it is a matter of installing 4 or 5 .rpms and typing "make",
-# or at least that is how it worked for me.
+# On linux, it is a matter of installing 4 or 5 .rpms and typing "make"
+# Or at least that is how it worked for me.
#
# Once built, place the library in the directory containing libgtk.
-# #-mswindows ../load.lisp will push :libcellsgtk onto *features*
-# #+mswindows you will have to push :libcellsgtk onto *features* yourself.
-#
all:
gcc -c gtk-adds.c `pkg-config --cflags --libs gtk+-2.0`
More information about the Cells-gtk-cvs
mailing list