~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/common_py/maus_build_tools/environment_tools.py

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
 
209
209
    env.Append(CCFLAGS=["""-Wall""",
210
210
                        """-Dlong32='int'""",
211
 
                        """-Dlong64='long long'"""])
 
211
                        """-DdatePointer='long'"""])
212
212
 
213
213
    cpp_extras(env)
214
214