~maus-emr/maus/devel

« back to all changes in this revision

Viewing changes to src/map/MapCppKLCellHits/sconscript

  • Committer: Ruslan Asfandiyarov
  • Date: 2013-05-14 15:03:27 UTC
  • mfrom: (669.1.13 maus)
  • Revision ID: ruslan.asfandiyarov@gmail.com-20130514150327-kqrr1lfppe46p4z5
merge with release 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require_root = True
 
2
require_g4 = True
 
3
 
 
4
#get environment and project
 
5
Import('env', 'project')
 
6
localenv = env.Clone()
 
7
 
 
8
env.jDev.build_project(localenv, project)