From 1cbec3eef0374b41fed77e1029952f961dceed21 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 2 Dec 2009 17:37:30 +0000 Subject: [PATCH] Include zlib1.dll --- direct/src/plugin_installer/make_installer.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/direct/src/plugin_installer/make_installer.py b/direct/src/plugin_installer/make_installer.py index 57404b5b90..dfa2b7eace 100755 --- a/direct/src/plugin_installer/make_installer.py +++ b/direct/src/plugin_installer/make_installer.py @@ -180,10 +180,10 @@ Description_plist = """ - IFPkgDescriptionDescription - - IFPkgDescriptionTitle - %(long_name)s + IFPkgDescriptionDescription + + IFPkgDescriptionTitle + %(long_name)s """ @@ -334,6 +334,7 @@ def addDependencies(path, pathname, file, pluginDependencies, dependentFiles): if dfilelower not in dependentFiles: if dfilelower.startswith('msvc') or \ dfilelower.startswith('mfc') or \ + dfilelower.startswith('zlib1') or \ (dfile.startswith('lib') and dfile == dfilelower) or \ dfilelower.startswith('libpanda') or \ dfilelower.startswith('libp3d') or \