summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-12-15 02:01:21 +0000
committerPierre Joye <pajoye@php.net>2010-12-15 02:01:21 +0000
commit18deebed4b4e065f1854a8c52b4960ef24192a14 (patch)
treea2a3b0dba1040d8e1f6fc8e273c79bbc8826f4ed /win32
parentb25ded66ea8d3a744241888ea6c60c119e069f17 (diff)
downloadphp-git-18deebed4b4e065f1854a8c52b4960ef24192a14.tar.gz
- we don't bundled fbclient, system version is used
Diffstat (limited to 'win32')
-rw-r--r--win32/build/mkdist.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php
index 757d06c393..80c2523777 100644
--- a/win32/build/mkdist.php
+++ b/win32/build/mkdist.php
@@ -56,6 +56,9 @@ function get_depends($module)
/* sybase */
'libcs.dll', 'libct.dll',
+ /* firebird */
+ 'fbclient.dll',
+
/* visual C++; mscvrt.dll is present on everyones system,
* but the debug version (msvcrtd.dll) and those from visual studio.net
* (msvcrt7x.dll) are not */