summaryrefslogtreecommitdiff
path: root/ext/dbx
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx')
-rw-r--r--ext/dbx/config.w3210
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/dbx/config.w32 b/ext/dbx/config.w32
new file mode 100644
index 0000000000..77980548e4
--- /dev/null
+++ b/ext/dbx/config.w32
@@ -0,0 +1,10 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_ENABLE("dbx", "Enable the bundled dbx library", "no");
+
+if (PHP_DBX != "no") {
+ EXTENSION("dbx", "dbx.c dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sqlite.c dbx_sybasect.c");
+ AC_DEFINE('HAVE_DBX', 1, 'dbx support');
+ ADD_FLAG("CFLAGS_DBX", "/D HAVE_LIBINTL=1");
+}