Browse Source

Include zlib1.dll

rdb 16 years ago
parent
commit
1cbec3eef0
1 changed files with 5 additions and 4 deletions
  1. 5 4
      direct/src/plugin_installer/make_installer.py

+ 5 - 4
direct/src/plugin_installer/make_installer.py

@@ -180,10 +180,10 @@ Description_plist = """<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-	<key>IFPkgDescriptionDescription</key>
-	<string></string>
-	<key>IFPkgDescriptionTitle</key>
-	<string>%(long_name)s</string>
+  <key>IFPkgDescriptionDescription</key>
+  <string></string>
+  <key>IFPkgDescriptionTitle</key>
+  <string>%(long_name)s</string>
 </dict>
 </plist>
 """
@@ -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 \