From: Edin Kadribasic Date: Sun, 7 Dec 2003 00:09:48 +0000 (+0000) Subject: Added dbase to the new win32 build. Works both as shared X-Git-Tag: php-5.0.0b3RC1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbe2b4bbc3a77b60027480a66bb7cb3f72c662c1;p=php Added dbase to the new win32 build. Works both as shared and built-in extension on windows. --- diff --git a/ext/dbase/config.w32 b/ext/dbase/config.w32 new file mode 100644 index 0000000000..4a424a9926 --- /dev/null +++ b/ext/dbase/config.w32 @@ -0,0 +1,10 @@ +// $Id$ +// vim:ft=javascript + +ARG_ENABLE("dbase", "Enable the bundled dbase library", "no"); + +if (PHP_DBASE != "no") { + EXTENSION("dbase", "dbase.c dbf_head.c dbf_misc.c dbf_ndx.c dbf_rec.c"); + AC_DEFINE('HAVE_DBASE', 1, 'dbase support'); + ADD_FLAG("CFLAGS_DBASE", "/D DBASE=1"); +}