edink           Sat Dec  6 19:09:59 2003 EDT

  Added files:                 
    /php-src/ext/dbase  config.w32 
  Log:
  Added dbase to the new win32 build. Works both as shared
  and built-in extension on windows.
  

Index: php-src/ext/dbase/config.w32
+++ php-src/ext/dbase/config.w32
// $Id: config.w32,v 1.1 2003/12/07 00:09:48 edink Exp $
// 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");
}

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to