mirror of
https://github.com/php/pecl-php-raphf.git
synced 2026-03-23 23:12:08 +01:00
added config.w32
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,7 @@
|
||||
/.deps
|
||||
/*.lo
|
||||
/*.la
|
||||
/config.[^m]*
|
||||
/config.[^mw]*
|
||||
/configure*
|
||||
/lib*
|
||||
/ac*.m4
|
||||
|
||||
7
config.w32
Normal file
7
config.w32
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
ARG_ENABLE("raphf", "for raphf support", "no");
|
||||
|
||||
if (PHP_RAPHF == "yes") {
|
||||
EXTENSION("raphf", "php_raphf.c");
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user