summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-22 22:48:29 +0000
committerWez Furlong <wez@php.net>2003-12-22 22:48:29 +0000
commit4b76493f1e3250361c75aa9bb5fb8b79e4956d9d (patch)
treef6ce2a965a87bed5d7476912ee845df588b14fe7 /win32
parentd163ec27af2b1b4da4f12c28b9964ed65fa84446 (diff)
downloadphp-git-4b76493f1e3250361c75aa9bb5fb8b79e4956d9d.tar.gz
Don't annoy people building snaps/dists using VC6
Diffstat (limited to 'win32')
-rw-r--r--win32/build/mkdist.php5
1 files changed, 5 insertions, 0 deletions
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',