Commit Graph

6 Commits

Author SHA1 Message Date
Andrei Zmievski 203eca7499 Correct configure option doc. 2001-07-10 21:38:53 +00:00
Andrei Zmievski f877308055 Adjust some file locations and remove redundant ELS_FETCH(). 2001-07-10 21:19:03 +00:00
Frank M. Kromann de44714b48 Adding call to ELS_FETCH() 2001-07-10 21:10:00 +00:00
Frank M. Kromann 40427532f9 Adding prototypes for _register functions 2001-07-10 21:09:36 +00:00
Andrei Zmievski 0a3ce07463 Pass module number and EG to constant registering functions. 2001-07-10 20:55:44 +00:00
Andrei Zmievski 011a76e8e4 This implements a new build system for PHP-GTK. It is based on PHP build
system and is necessary in order to keep adding support for GtkObject
based extensions such as GtkHtml, Bonobo, GtkScintilla and others.

The only currently implemented extensions are Gtk+ and libglade. Each
extension (except for Gtk+, obviously) can be enabled or disabled
from the 'configure' command-line.

The new build process for CVS versions of PHP-GTK is such:

./buildconf
./configure
make
2001-07-10 18:27:52 +00:00