view site_scons/site_tools/cpython/test/basic/SConstruct-cflag @ 13:73ec9a661cbf

Updated parpg-assets subrepo to r3 to fix some funny behavior.
author M. George Hansen <technopolitica@gmail.com>
date Mon, 06 Jun 2011 16:13:47 -1000
parents 4706e0194af3
children
line wrap: on
line source

env = Environment(tools=['cpython'], CPYTHON_PYC=1)
hello = File('pyfiles/hello.py')
hello2 = File('pyfiles/hello2.py')
pydir = Dir('pyfiles2')
env.InstallPython('pybuilderdir', [hello, hello2, pydir])
env.Alias('install', 'pybuilderdir')