CVS: python/win32 setup-dcotool-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-serv12471/python/win32

Added Files:
	setup-dcotool-py2exe.py 
Log Message:
new tool for DCO clock measurement and callibration

--- NEW FILE: setup-dcotool-py2exe.py ---
# setup script for py2exe to create the msp430-jtag.exe
# $Id: setup-dcotool-py2exe.py,v 1.1 2005/12/29 04:00:01 cliechti Exp $

from distutils.core import setup
import glob, sys, py2exe, os

os.chdir('..')
sys.path.append('.')

sys.argv.append("py2exe")

setup(
    name='msp430-dco',
    version='1.0',
    options = {"py2exe":
        {
            'dist_dir': 'bin',
            'excludes': ['javax.comm', 'macpath', 'TERMIOS', 'FCNTL', 'os2emxpath', '_parjtag'],
            'dll_excludes': ['HIL.dll', 'MSP430mspgcc.dll'],
            'optimize': 2,
        }
    },
    console = [
        { 'script': "msp430-dco.py"},
    ],
    zipfile = "lib/shared-dcotool.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
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.