]> granicus.if.org Git - php/commitdiff
Added dbase to the new win32 build. Works both as shared
authorEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:09:48 +0000 (00:09 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 7 Dec 2003 00:09:48 +0000 (00:09 +0000)
and built-in extension on windows.

ext/dbase/config.w32 [new file with mode: 0644]

diff --git a/ext/dbase/config.w32 b/ext/dbase/config.w32
new file mode 100644 (file)
index 0000000..4a424a9
--- /dev/null
@@ -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");
+}