equal
  deleted
  inserted
  replaced
  
    
    
|     16 	pyenv.ParseConfig('python-config --includes --libs') |     16 	pyenv.ParseConfig('python-config --includes --libs') | 
|     17  |     17  | 
|     18 sources = [ |     18 sources = [ | 
|     19 	'raytracer.cc', 'scene.cc', 'shapes.cc', 'sampler.cc', |     19 	'raytracer.cc', 'scene.cc', 'shapes.cc', 'sampler.cc', | 
|     20 	'container.cc', 'kdtree.cc', 'octree.cc', 'material.cc', |     20 	'container.cc', 'kdtree.cc', 'octree.cc', 'material.cc', | 
|     21 	'serialize.cc'] |     21 	'serialize.cc', 'pixmap.cc'] | 
|     22  |     22  | 
|     23 objs = [] |     23 objs = [] | 
|     24 shared_objs = [] |     24 shared_objs = [] | 
|     25 for src in sources: |     25 for src in sources: | 
|     26 	objs.append( env.Object(src) ) |     26 	objs.append( env.Object(src) ) |