Re: [gtk-list] turning off Gtk compatibility?



On Wed, 13 Jan 1999, Jeff Garzik wrote:

> What is the proper way to disable the usage of gtkcompat.h features?  I
> would like to turn these off, compile everything (to make sure it's
> up-to-date), and then turn it back on.

i just made gtkcompat.h feature GTK_DISABLE_COMPAT_H. to make sure
your code doesnŽt use any old gtk calls, compile it with
-DGTK_DISABLE_COMPAT_H
for automake youŽd probably want to add that as
INCLUDE=-DGTK_DISABLE_COMPAT_H
and once you assured everything went fine, you can simply remove that
definition again.

> 
> Thanks,
> 
> 	Jeff
> 

---
ciaoTJ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]