X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=config.w32;h=7a09923d515edbd02d753c7e3e2fc59ad2adb577;hp=e33ea76210842ed5f6793f7076321d721c43336e;hb=d48a944c053084382b2b0a914cb1058cda89d99c;hpb=2dae10fd73cd2038c04d2001af346d0ffe646d41 diff --git a/config.w32 b/config.w32 index e33ea76..7a09923 100644 --- a/config.w32 +++ b/config.w32 @@ -1,7 +1,24 @@ - - -ARG_ENABLE("raphf", "for raphf support", "no"); - -if (PHP_RAPHF == "yes") { - EXTENSION("raphf", "php_raphf.c"); -} +ARG_ENABLE("raphf", "for raphf support", "no"); + +if (PHP_RAPHF == "yes") { + var PHP_RAPHF_HEADERS=glob(configure_module_dirname + "/src/*.h"); + var PHP_RAPHF_SRC_ARRAY=glob(configure_module_dirname + "/src/*.c"); + var PHP_RAPHF_SOURCES=""; + for (var i=0; i