]> granicus.if.org Git - php/commitdiff
Don't annoy people building snaps/dists using VC6
authorWez Furlong <wez@php.net>
Mon, 22 Dec 2003 22:48:29 +0000 (22:48 +0000)
committerWez Furlong <wez@php.net>
Mon, 22 Dec 2003 22:48:29 +0000 (22:48 +0000)
win32/build/mkdist.php

index f8fedecf673680f7f96bb8946e7c73cd8f9f3a53..39a12a65db4add1b6f5def29abd54ab9ea8f6daf 100644 (file)
@@ -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',