CVS: python/win32 setup-bsl-py2exe.py,1.2,1.3 setup-downloader-py2exe.py,1.1,1.2 setup-jtag-py2exe.py,1.2,1.3

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/python/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18443/python/win32

Modified Files:
	setup-bsl-py2exe.py setup-downloader-py2exe.py 
	setup-jtag-py2exe.py 
Log Message:
- exculde unused modules
- new EasyDialogs support

Index: setup-bsl-py2exe.py
===================================================================
RCS file: /cvsroot/mspgcc/python/win32/setup-bsl-py2exe.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- setup-bsl-py2exe.py	10 Mar 2004 13:15:25 -0000	1.2
+++ setup-bsl-py2exe.py	15 Nov 2004 12:43:49 -0000	1.3
@@ -10,12 +10,12 @@
 sys.argv.append("py2exe")
 
 setup(
-    name='pybsl',
+    name='msp430-bsl',
     version='0.5',
     options = {"py2exe":
         {
             'dist_dir': 'bin',
-            'excludes': ['javax.comm'],
+            'excludes': ['javax.comm', 'macpath', 'TERMIOS', 'FCNTL', 'os2emxpath'],
         }
     },
     console = ["msp430-bsl.py"],

Index: setup-downloader-py2exe.py
===================================================================
RCS file: /cvsroot/mspgcc/python/win32/setup-downloader-py2exe.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- setup-downloader-py2exe.py	8 Sep 2004 14:58:01 -0000	1.1
+++ setup-downloader-py2exe.py	15 Nov 2004 12:43:50 -0000	1.2
@@ -10,11 +10,12 @@
 sys.argv.append("py2exe")
 
 setup(
-    name='downloader',
+    name='msp430-downloader',
     version='0.5',
     options = {"py2exe":
         {
             'dist_dir': 'bin',
+            'excludes': ['javax.comm', 'macpath', 'TERMIOS', 'FCNTL', 'os2emxpath'],
             'dll_excludes': ['HIL.dll', 'MSP430mspgcc.dll'],
             'optimize': 2,
         }
@@ -25,8 +26,4 @@
         },
     ],
     zipfile = "lib/shared-downloader.zip",
-    #data files required for the gui version due to EasyDialogs
-    data_files = [
-        os.path.join(os.path.dirname(sys.executable), 'Lib','site-packages','EasyDialogs','EasyDialogsRes.dll')
-    ]
 )

Index: setup-jtag-py2exe.py
===================================================================
RCS file: /cvsroot/mspgcc/python/win32/setup-jtag-py2exe.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- setup-jtag-py2exe.py	5 Mar 2004 00:32:51 -0000	1.2
+++ setup-jtag-py2exe.py	15 Nov 2004 12:43:50 -0000	1.3
@@ -10,11 +10,12 @@
 sys.argv.append("py2exe")
 
 setup(
-    name='pyjtag',
+    name='msp430-jtag',
     version='0.5',
     options = {"py2exe":
         {
             'dist_dir': 'bin',
+            'excludes': ['javax.comm', 'macpath', 'TERMIOS', 'FCNTL', 'os2emxpath'],
             'dll_excludes': ['HIL.dll', 'MSP430mspgcc.dll'],
         }
     },



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.