summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-05-10 04:28:14 +0000
committerNorbert Preining <preining@logic.at>2010-05-10 04:28:14 +0000
commit1d5494267ca6f31a1055cc56571b714ae7f68b05 (patch)
tree7a7e9df502f405152f45108a265f9b096860db1f
parent4473c1ca7898fe0e8a75f5756811a5a2b1587dd8 (diff)
fix missing files in strawberry perl (png issue)
git-svn-id: svn://tug.org/texlive/trunk@18182 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlperl.straw/README.TeXLive4
-rwxr-xr-xMaster/tlpkg/tlperl.straw/bin/libpng3.dllbin0 -> 260096 bytes
-rwxr-xr-xMaster/tlpkg/tlperl.straw/bin/zlib1.dllbin0 -> 59904 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl.straw/README.TeXLive b/Master/tlpkg/tlperl.straw/README.TeXLive
index e604d8c87a4..bcfec31a609 100644
--- a/Master/tlpkg/tlperl.straw/README.TeXLive
+++ b/Master/tlpkg/tlperl.straw/README.TeXLive
@@ -20,7 +20,9 @@ Changes:
strawberry\perl\vendor\lib
strawberry\perl\site\lib
have been merged into one directory (tlperl/lib)
- and strawberry\perl\bin has been put into tlperl/bin.
+
+ strawberry\perl\bin plus zlib1.dll and libpng3.dll from strawberry\c\bin
+ have been put into tlperl/bin
This version of Perl will not be installed on your system and will not
interfere with other versions of Perl which might be installed already.
diff --git a/Master/tlpkg/tlperl.straw/bin/libpng3.dll b/Master/tlpkg/tlperl.straw/bin/libpng3.dll
new file mode 100755
index 00000000000..649ec648979
--- /dev/null
+++ b/Master/tlpkg/tlperl.straw/bin/libpng3.dll
Binary files differ
diff --git a/Master/tlpkg/tlperl.straw/bin/zlib1.dll b/Master/tlpkg/tlperl.straw/bin/zlib1.dll
new file mode 100755
index 00000000000..1cf8a476e5a
--- /dev/null
+++ b/Master/tlpkg/tlperl.straw/bin/zlib1.dll
Binary files differ