CVS: python/win32 setup-ram-usage-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-serv1163/python/win32

Added Files:
	setup-ram-usage-py2exe.py 
Log Message:
add py2exe setup script for ram usage tool

--- NEW FILE: setup-ram-usage-py2exe.py ---
# setup script for py2exe to create the msp430-ram-usage.py.exe
# $Id: setup-ram-usage-py2exe.py,v 1.1 2005/06/14 11:41:16 cliechti Exp $

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

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

sys.argv.append("py2exe")

setup(
    name='msp430-ram-usage.py',
    version='0.5',
    options = {"py2exe":
        {
            'dist_dir': 'bin',
        }
    },
    console = ["msp430-ram-usage.py"],
    zipfile = "lib/shared-ram-usage.zip",
    #~ data_files = ['HIL.dll', 'MSP430mspgcc.dll'],
)



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
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.