4 Commits

Author SHA1 Message Date
Elizabeth M Smith
9209524468 Make the generator not spit with PHP 5.4 2012-07-16 14:18:58 -04:00
Andrei Zmievski
6473a9b649 Framework for merging different sets of diffs. 2005-03-29 19:17:32 +00:00
Frank M. Kromann
a439e7a0fc Fix warning from Getopt. 2001-10-15 01:49:20 +00:00
Andrei Zmievski
3d5422b8be Generalized the generator system:
* removed all static content into templates
	* everything is now generated just from defs, overrides, and prefix
	* removed byref parsing, since it will be transformed into something new
	* added ability to specify defs files to register types from
	* split out gdk part of overrides into gdk.overrides

Basically, all the generation is based on a concept of a module. For each
module there is .defs file and .overrides file. The generated file is
php_gtk_<module>.c. There are a couple more generated files that get
included by the main source in order to declare class entries, and
register classes and constants.

Also, made Gdk::input_add() work with PHP file resources.
2001-03-13 05:48:58 +00:00