commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10136 - in trunk: gnue-common/packaging/win32 gnue-forms/packagi


From: reinhard
Subject: [gnue] r10136 - in trunk: gnue-common/packaging/win32 gnue-forms/packaging/win32 gnue-navigator/packaging/win32 gnue-reports/packaging/win32
Date: Sat, 19 Dec 2009 14:18:28 -0600 (CST)

Author: reinhard
Date: 2009-12-19 14:18:28 -0600 (Sat, 19 Dec 2009)
New Revision: 10136

Modified:
   trunk/gnue-common/packaging/win32/setup-runtime.py
   trunk/gnue-common/packaging/win32/setup.py
   trunk/gnue-forms/packaging/win32/setup.py
   trunk/gnue-navigator/packaging/win32/setup.py
   trunk/gnue-reports/packaging/win32/setup.py
Log:
Reverted back to not enclosing DLLs in library.zip, since that saves 6
Megabytes in gnue-runtime-environment!


Modified: trunk/gnue-common/packaging/win32/setup-runtime.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup-runtime.py  2009-12-19 20:12:33 UTC 
(rev 10135)
+++ trunk/gnue-common/packaging/win32/setup-runtime.py  2009-12-19 20:18:28 UTC 
(rev 10136)
@@ -30,6 +30,11 @@
 # Main routine
 # -----------------------------------------------------------------------------
 
+# Remark: I have tried to set 'bundle_files' to 1 or 2, since that creates way
+# less files in the distribution, but with leaving it at 3 (the default) I
+# ended up with a gnue-runtime-environment which was 6 Megabytes smaller.
+# -- Reinhard
+
 setup(options={'py2exe': {
          'includes': [
              'string', 're', 'struct', 'difflib', 'StringIO', 'cStringIO',
@@ -64,5 +69,4 @@
              'PIL', 'reportlab', 'mx', 'PIL', 'wx', 'kinterbasdb', 'MySQLdb',
              'psycopg2', 'pysqlite2'],
          'dll_excludes': ["tcl84.dll", "tk84.dll", "fbclient.dll"],
-         'compressed': True,
-         'bundle_files': 1}})
+         'compressed': True}})

Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py  2009-12-19 20:12:33 UTC (rev 
10135)
+++ trunk/gnue-common/packaging/win32/setup.py  2009-12-19 20:18:28 UTC (rev 
10136)
@@ -53,8 +53,7 @@
                 'dll_excludes': [
                     "msvcp60.dll", "tcl84.dll", "tk84.dll", "oci.dll"],
                 'excludes': ["gnue", "wx", "mx", "PIL"],
-                'compressed': True,
-                'bundle_files': 1}})
+                'compressed': True}})
 
 
 # -----------------------------------------------------------------------------

Modified: trunk/gnue-forms/packaging/win32/setup.py
===================================================================
--- trunk/gnue-forms/packaging/win32/setup.py   2009-12-19 20:12:33 UTC (rev 
10135)
+++ trunk/gnue-forms/packaging/win32/setup.py   2009-12-19 20:18:28 UTC (rev 
10136)
@@ -64,5 +64,4 @@
             'dll_excludes': [
                 "msvcp60.dll", "tcl84.dll", "tk84.dll", "oci.dll"],
             'excludes': ["gnue.forms", "wx", "mx", "PIL"],
-            'compressed': True,
-            'bundle_files': 1}})
+            'compressed': True}})

Modified: trunk/gnue-navigator/packaging/win32/setup.py
===================================================================
--- trunk/gnue-navigator/packaging/win32/setup.py       2009-12-19 20:12:33 UTC 
(rev 10135)
+++ trunk/gnue-navigator/packaging/win32/setup.py       2009-12-19 20:18:28 UTC 
(rev 10136)
@@ -64,5 +64,4 @@
             'dll_excludes': [
                 "msvcp60.dll", "tcl84.dll", "tk84.dll", "oci.dll"],
             'excludes': ["gnue.navigator", "wx", "mx", "PIL"]
-            'compressed': True,
-            'bundle_files': 1}})
+            'compressed': True}})

Modified: trunk/gnue-reports/packaging/win32/setup.py
===================================================================
--- trunk/gnue-reports/packaging/win32/setup.py 2009-12-19 20:12:33 UTC (rev 
10135)
+++ trunk/gnue-reports/packaging/win32/setup.py 2009-12-19 20:18:28 UTC (rev 
10136)
@@ -35,5 +35,4 @@
             "dll_excludes": [
                 "msvcp60.dll", "tcl84.dll", "tk84.dll", "oci.dll"],
             "excludes": ["gnue.reports", "wx", "mx", "PIL"]
-            'compressed': True,
-            'bundle_files': 1}})
+            'compressed': True}})





reply via email to

[Prev in Thread] Current Thread [Next in Thread]