summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-07-02 11:34:37 +0200
committerAnatol Belski <ab@php.net>2014-07-02 11:34:37 +0200
commit5efda71e54e11c91d567e14bbc00d299c5e8764c (patch)
tree39f0ba03e86e176ca1377d3a5a1ea0b6720facfb
parent34e686c5562bfd289d330f5dae2dafec4e58a20c (diff)
downloadphp-git-5efda71e54e11c91d567e14bbc00d299c5e8764c.tar.gz
bundle deplister.exe with releases
-rw-r--r--win32/build/mkdist.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/build/mkdist.php b/win32/build/mkdist.php
index 5ed9bdc81a..53bf70848b 100644
--- a/win32/build/mkdist.php
+++ b/win32/build/mkdist.php
@@ -248,7 +248,8 @@ foreach ($text_files as $src => $dest) {
/* general other files */
$general_files = array(
- "php.gif" => "php.gif",
+ "php.gif" => "php.gif",
+ "$GLOBALS[build_dir]\\deplister.exe" => "deplister.exe",
);
foreach ($general_files as $src => $dest) {