summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',