From: Duncan C. <dun...@us...> - 2004-12-20 03:31:11
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/treeList In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31844/gtk/treeList Modified Files: TreeView.chs.pp Log Message: Make --disable-gnome and --disable-libglade work again. Do not #include<gtk/gtkversion.h> in config.h, instead define GTK_CHECK_VERSION macro directly. Also add hack to stop harmless warnings about clashing symbols. Use per-library / per-program search paths. Drop use of BUILDSOURCES. Index: TreeView.chs.pp =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/treeList/TreeView.chs.pp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TreeView.chs.pp 9 Dec 2004 18:26:02 -0000 1.2 +++ TreeView.chs.pp 20 Dec 2004 03:30:59 -0000 1.3 @@ -58,10 +58,6 @@ -- * set_scroll_adjustment makes sense if the user monitors the scroll bars -- *and* the scroll bars can be replaced anytime (the latter is odd) -- - -#include<gtk/gtkversion.h> --- Let's hope this file will always only contain macros. - module TreeView( TreeView, TreeViewClass, |