Browse Source

Added dbase to the new win32 build. Works both as shared

and built-in extension on windows.
PEAR_1_4DEV
Edin Kadribasic 22 years ago
parent
commit
fbe2b4bbc3
  1. 10
      ext/dbase/config.w32

10
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");
}
Loading…
Cancel
Save