CVS: python/win32 setup-titexttools-py2exe.py,NONE,1.1
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-serv4838/python/win32
Added Files:
setup-titexttools-py2exe.py
Log Message:
- some improvements
- make executables from the ti text tools
- install ti tools on un*x
--- NEW FILE: setup-titexttools-py2exe.py ---
# setup script for py2exe to create the ihex2titext.exe and titext2ihex.exe
# $Id: setup-titexttools-py2exe.py,v 1.1 2005/12/27 14:58:28 cliechti Exp $
from distutils.core import setup
import glob, sys, py2exe, os
os.chdir('..')
sys.path.append('.')
sys.argv.append("py2exe")
setup(
name='titexttools',
version='1.0',
options = {"py2exe":
{
'dist_dir': 'bin',
}
},
console = ["ihex2titext.py", "titext2ihex.py"],
zipfile = "lib/shared-titexttools.zip",
)
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click