added config.w32

This commit is contained in:
Anatol Belski
2013-09-29 23:26:06 +02:00
parent 02b71ab235
commit 2dae10fd73
3 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@@ -5,7 +5,7 @@
/.deps
/*.lo
/*.la
/config.[^m]*
/config.[^mw]*
/configure*
/lib*
/ac*.m4

7
config.w32 Normal file
View File

@@ -0,0 +1,7 @@
ARG_ENABLE("raphf", "for raphf support", "no");
if (PHP_RAPHF == "yes") {
EXTENSION("raphf", "php_raphf.c");
}

View File

@@ -37,6 +37,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file role="doc" name="CREDITS" />
<file role="doc" name="LICENSE" />
<file role="src" name="config.m4" />
<file role="src" name="config.w32" />
<file role="src" name="php_raphf.h" />
<file role="src" name="php_raphf.c" />
</dir>