From: Duncan C. <dun...@us...> - 2004-12-14 13:18:10
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30150 Modified Files: ChangeLog Log Message: Quoting/escaping fix so that headers are -#include'd properly. This allows a build using ./configure --with-hcflags=-fvia-C to get further. I don't think that config.h should be -#include'd but I have not made that change yet. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.257 retrieving revision 1.258 diff -u -d -r1.257 -r1.258 --- ChangeLog 13 Dec 2004 23:02:12 -0000 1.257 +++ ChangeLog 14 Dec 2004 13:18:01 -0000 1.258 @@ -1,3 +1,9 @@ +2004-12-14 Duncan Coutts <du...@co...> + + * mk/common.mk: quoting/escaping fix so that headers are -#include'd + properly. This allows a build using ./configure --with-hcflags=-fvia-C + to get further. + 2004-12-13 Duncan Coutts <du...@co...> * tools/hierarchyGen/TypeGen.hs: make the tool use an external template |