From: Anatol Belski Date: Sun, 29 Sep 2013 21:24:39 +0000 (+0200) Subject: added config.w32 X-Git-Tag: release-1.0.2RC1~22 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=6efaa7c324c0bb32883fa7439182d5f8d0736f6b;hp=80d85295f0d92eb57c4a37a7f6ea78b8a9e951d8 added config.w32 --- diff --git a/.gitignore b/.gitignore index 20c5e8b..a59cb22 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /.deps /*.lo /*.la -/config.[^m]* +/config.[^wm]* /configure* /lib* /ac*.m4 diff --git a/config.w32 b/config.w32 new file mode 100644 index 0000000..1d28775 --- /dev/null +++ b/config.w32 @@ -0,0 +1,6 @@ + +ARG_ENABLE("propro", "for propro support", "no"); + +if (PHP_PROPRO == "yes") { + EXTENSION("propro", "php_propro.c"); +} diff --git a/package.xml b/package.xml index 98b4a05..e52465f 100644 --- a/package.xml +++ b/package.xml @@ -37,6 +37,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> +