CVS: python/win32 setup-combined-tools-py2exe.py,1.1,1.2
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-serv31475/python/win32
Modified Files:
setup-combined-tools-py2exe.py
Log Message:
- library backend can be enforced
- change search strategy (use bin/lib for 3'rd party MSP430.dll)
- msp430-dco fixes (no messages in case of failre), enfore use of MSP430mspgcc lib
- fix --upload size
Index: setup-combined-tools-py2exe.py
===================================================================
RCS file: /cvsroot/mspgcc/python/win32/setup-combined-tools-py2exe.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- setup-combined-tools-py2exe.py 30 Dec 2005 03:47:50 -0000 1.1
+++ setup-combined-tools-py2exe.py 4 Apr 2006 21:58:10 -0000 1.2
@@ -6,8 +6,8 @@
from distutils.core import setup
import glob, sys, py2exe, os
+sys.path.insert(0, os.path.abspath('..'))
os.chdir('..')
-sys.path.append('.')
sys.argv.append("py2exe")
@@ -27,12 +27,15 @@
}
},
console = [
+ "msp430-bsl.py",
+ "msp430-jtag.py",
"msp430-dco.py",
"ihex2titext.py", "titext2ihex.py",
- "msp430-ram-usage.py", "msp430-bsl.py", "msp430-jtag.py",
+ "msp430-ram-usage.py",
],
windows = [
- { 'script': "msp430-downloader.py",
+ {
+ 'script': "msp430-downloader.py",
'icon_resources': [(0x0001, 'win32/downloader.ico')]
},
],
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642