diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-03-18 11:28:21 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-03-18 11:28:21 +0100 |
| commit | 038ba12e8724d537040e88ec794354b0c063f0a6 (patch) | |
| tree | a7181b4f4d10e3a154522d4b96fdf42f4597bf2a /win32/build/mkdist.php | |
| parent | fd5a0b31640419ca63d1ddeaffd6d3cf2a741814 (diff) | |
| download | php-038ba12e8724d537040e88ec794354b0c063f0a6.tar.gz | |
Imported Upstream version 5.3.6upstream/5.3.6
Diffstat (limited to 'win32/build/mkdist.php')
| -rw-r--r-- | win32/build/mkdist.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index 7e3eeee6e..edb081a31 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -1,4 +1,4 @@ -<?php # $Id: mkdist.php 289905 2009-10-24 19:52:23Z pajoye $ +<?php # $Id: mkdist.php 306376 2010-12-15 02:01:21Z pajoye $ /* piece together a windows binary distro */ $build_dir = $argv[1]; @@ -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 */ |
