From: Wez Furlong Date: Mon, 22 Dec 2003 22:48:29 +0000 (+0000) Subject: Don't annoy people building snaps/dists using VC6 X-Git-Tag: php_ibase_before_split~526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b76493f1e3250361c75aa9bb5fb8b79e4956d9d;p=php Don't annoy people building snaps/dists using VC6 --- diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php index f8fedecf67..39a12a65db 100644 --- a/win32/build/mkdist.php +++ b/win32/build/mkdist.php @@ -25,6 +25,11 @@ $per_module_deps = array(); function get_depends($module) { + // skip this for now; working on a more portable solution + // since VC6 ships with an old version of depends.exe that + // doesn't have the command line options + return; + static $no_dist = array( /* windows system dlls that should not be bundled */ 'advapi32.dll', 'comdlg32.dll', 'gdi32.dll', 'kernel32.dll', 'ntdll.dll',