ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/macros/rootlogon.C
(Generate patch)

Comparing UserCode/MitAna/macros/rootlogon.C (file contents):
Revision 1.2 by paus, Tue Jun 3 07:21:28 2008 UTC vs.
Revision 1.3 by loizides, Wed Jun 11 13:26:04 2008 UTC

# Line 1 | Line 1
1   // $Id$
2  
3   {
4  if (gSystem->Getenv("CMSSW_VERSION")) {
5    TString str = gSystem->GetMakeSharedLib();
6    if (str.Contains("-m32")==0 && str.Contains("-m64")==0) {
7      str.ReplaceAll("g++", "g++ -m32");
8      gSystem->SetMakeSharedLib(str);
9    }
10  }
11  
4    gROOT->Macro("$CMSSW_BASE/src/MitAna/macros/setRootEnv.C+");
5   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines