com php/gtk-src: Update config.w32: ext/html/config.w32

[email protected] (Elizabeth Marie Smith) Mon, 23 Jun 2014 15:31:35 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    30bc0bc71448b4ef0e222a32a704014c016403a0=0AAuthor:    tantrum-ju=
nkie <[email protected]>         Mon, 23 Jun 2014 17:31:35 +0200=0APare=
nts:   9793164af1f6f4112577c1e48e62e6106572f7a3=0ABranches:  master=0A=0ALi=
nk:       http://git.php.net/?p=3Dphp/gtk-src.git;a=3Dcommitdiff;h=3D30bc0b=
c71448b4ef0e222a32a704014c016403a0=0A=0ALog:=0AUpdate config.w32=0A=0AFixed=
 forgotten renamed file generator.php --> gtkgenerator.php=0A=0AChanged pat=
hs:=0A  M  ext/html/config.w32=0A=0A=0ADiff:=0Adiff --git a/ext/html/config=
.w32 b/ext/html/config.w32=0Aindex 6b5479b..fe49a59 100644=0A--- a/ext/html=
/config.w32=0A+++ b/ext/html/config.w32=0A@@ -6,7 +6,7 @@ if (PHP_GTK_HTML =
!=3D "no" || PHP_GTK_ALL !=3D "no")=0A =09=09if (FSO.FileExists("win32\\tem=
p.bat"))=0A =09=09{  =09=09=0A =09=09=09var temp =3D FSO.OpenTextFile("win3=
2\\temp.bat", 8);=0A- =09=09=09temp.WriteLine("php -q generator\\generator.=
php -l win32\\logs\\config_html.log -o ext\\html\\html.overrides -p gtkhtml=
 -r ext\\gtk+\\gtk.defs ext\\html\\html.defs > ext\\html\\gen_html.c");=0A+=
 =09=09=09temp.WriteLine("php -q generator\\gtkgenerator.php -l win32\\logs=
\\config_html.log -o ext\\html\\html.overrides -p gtkhtml -r ext\\gtk+\\gtk=
.defs ext\\html\\html.defs > ext\\html\\gen_html.c");=0A                   =
temp.WriteLine('grep -h "^PHP_GTK_EXPORT_CE" ext\\html\\gen_html.c | sed -e=
 "s/^/PHP_GTK_API extern /" > ext\\html\\gen_html.h');=0A =09=09 =09temp.Cl=
ose();=0A =09=09}=0A@@ -16,4 +16,4 @@ if (PHP_GTK_HTML !=3D "no" || PHP_GTK=
_ALL !=3D "no")=0A   =09} else {=0A   =09=09WARNING("gtkhtml3 not enabled; =
libraries and headers not found");=0A  =09}=0A- } =0A\ No newline at end of=
 file=0A+ }=0A