summaryrefslogtreecommitdiff
path: root/glib-gen.mak
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25glib-gen.mak: Don't use == for comparisons in shell scriptsSebastian Dröge1-1/+1
2010-02-26build: Make some generic rules silentSebastian Dröge1-7/+7
2009-07-13glib-gen: Use g_once_init to protect enum registrationOlivier Crête1-2/+2
Make use that enums are only registered once by using g_once_init_enter/leave()
2007-12-18glib-gen.mak: Also use #include "header" instead of #include <header> for ↵Sebastian Dröge1-1/+1
the headers that were used to generate the ... Original commit message from CVS: * glib-gen.mak: Also use #include "header" instead of #include <header> for the headers that were used to generate the source files for the same reason as below. Remove whitespace before #include.
2007-12-18glib-gen.mak: Use #include "header" instead of #include <header> for the ↵Sebastian Dröge1-1/+3
generated enum C files as the file will alwa... Original commit message from CVS: * glib-gen.mak: Use #include "header" instead of #include <header> for the generated enum C files as the file will always be in the same directory and some compilers seem to be a bit strict about that unless . is added to the include path. Include all headers that were used to generate the source files in the C file as they're used there.
2005-09-14Fix #316155: Don't call glib-mkenums with arguments that break MinGWMichael Smith1-1/+1
Original commit message from CVS: Fix #316155: Don't call glib-mkenums with arguments that break MinGW
2004-02-03remove glib_root add hack rule for .Plo filesThomas Vander Stichele1-1/+8
Original commit message from CVS: remove glib_root add hack rule for .Plo files
2004-02-03adding makefile snippet to generate enums and marshal stuffThomas Vander Stichele1-0/+35
Original commit message from CVS: adding makefile snippet to generate enums and marshal stuff