Deleted Added
sdiff udiff text old ( 5200:9cfaa7c2f766 ) new ( 5204:6c4fab6c1113 )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 315 unchanged lines hidden (view full) ---

324env['SCANNERS'] = scanners
325
326# Platform-specific configuration. Note again that we assume that all
327# builds under a given build root run on the same host platform.
328conf = Configure(env,
329 conf_dir = joinpath(build_root, '.scons_config'),
330 log_file = joinpath(build_root, 'scons_config.log'))
331
332# Find Python include and library directories for embedding the
333# interpreter. For consistency, we will use the same Python
334# installation used to run scons (and thus this script). If you want
335# to link in an alternate version, see above for instructions on how
336# to invoke scons with a different copy of the Python interpreter.
337
338# Get brief Python version name (e.g., "python2.4") for locating
339# include & library files

--- 393 unchanged lines hidden ---