commit-gnue
[Top][All Lists]
Advanced

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

r5625 - trunk/gnue-common/packaging/win32


From: btami
Subject: r5625 - trunk/gnue-common/packaging/win32
Date: Sat, 3 Apr 2004 10:53:04 -0600 (CST)

Author: btami
Date: 2004-04-03 10:53:03 -0600 (Sat, 03 Apr 2004)
New Revision: 5625

Modified:
   trunk/gnue-common/packaging/win32/README
   trunk/gnue-common/packaging/win32/gnue-tools.iss
   trunk/gnue-common/packaging/win32/setup.py
Log:
updated win32 packaging

Modified: trunk/gnue-common/packaging/win32/README
===================================================================
--- trunk/gnue-common/packaging/win32/README    2004-04-02 22:04:55 UTC (rev 
5624)
+++ trunk/gnue-common/packaging/win32/README    2004-04-03 16:53:03 UTC (rev 
5625)
@@ -13,4 +13,6 @@
 
 Put gnue.url and LICENSE.txt into c:\gnue
 
+In gnue.conf remove "#" before DefaultUI = win32
+
 Run inno with gnue-tools.iss
\ No newline at end of file

Modified: trunk/gnue-common/packaging/win32/gnue-tools.iss
===================================================================
--- trunk/gnue-common/packaging/win32/gnue-tools.iss    2004-04-02 22:04:55 UTC 
(rev 5624)
+++ trunk/gnue-common/packaging/win32/gnue-tools.iss    2004-04-03 16:53:03 UTC 
(rev 5625)
@@ -3,7 +3,7 @@
 
 [Setup]
 AppName=GNUe-Tools
-AppVerName=GNUe-Tools 0.5.3.99 svn-5545
+AppVerName=GNUe-Tools 0.5.3.99 svn-5624
 AppPublisher=GNU Enterprise
 AppPublisherURL=http://www.gnuenterprise.org
 AppSupportURL=http://www.gnuenterprise.org
@@ -58,6 +58,7 @@
 Name: "{group}\Documentation\Common Developers Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-common\Developers-Guide.pdf"; Components: doc
 Name: "{group}\Documentation\Forms Developers Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-forms\Developers-Guide.pdf"; Components: doc
 Name: "{group}\Documentation\Designer Users Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-designer\Users-Guide.pdf"; Components: doc
+Name: "{group}\Documentation\Reports Concepts Guide (PDF Format)"; Filename: 
"{app}\share\doc\gnue-reports\Concepts-Guide.pdf"; Components: doc
 Name: "{group}\GNUe Designer"; Filename: "{app}\bin\gnue-designer.exe"
 Name: "{group}\GNUe Forms Client"; Filename: "{app}\forms\Intro\intro.gfd"
 Name: "{group}\GNUe Connections"; Filename: 
"{app}\share\doc\gnue-forms\examples\connections\connection.gfd"

Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py  2004-04-02 22:04:55 UTC (rev 
5624)
+++ trunk/gnue-common/packaging/win32/setup.py  2004-04-03 16:53:03 UTC (rev 
5625)
@@ -1,5 +1,9 @@
 # Usage: python setup.py py2exe -c
 
+# py2exe-0.5.0 needs a patch to process our typelibs
+# in build_exe.py (line 1056)
+# change bForDemand = True to False
+
 from distutils.core import setup
 import py2exe 
 
@@ -13,7 +17,8 @@
            "gnue-reports",
            "gnue-reports-server",
            "gnue-schema"], 
-options = {"py2exe": {"typelibs": 
[('{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}',0,1,1)],  # IE4
+options = {"py2exe": {"typelibs": 
[('{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}',0,1,1)],
+                                  #'Microsoft Internet Controls'
                       "packages": ["encodings",
                                    "wx",
                                    "mx",





reply via email to

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