An error occurred while retrieving diff files
move R__CONFIGUREOPTIONS, only used in TROOT.cxx, from RConfigure.h, which
is included by a large number of source files. The R__CONFIGUREOPTIONS are now stored in RConfigOptions.h, which is only include in TROOT.cxx. In RConfigOptions.h also the R__RUBY_MAJOR and R__RUBY_MINOR are stored and included in drr.cxx. This change only forces a recompile of TROOT.cxx (and maybe drr.cxx) when doing e.g.: ./configure --enable-roofit make ./configure make [ here we used to compile all dictionaries again as rootcint depends on RConfigure.h ] git-svn-id: http://root.cern.ch/svn/root/trunk@21464 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- Makefile 4 additions, 1 deletionMakefile
- base/src/TROOT.cxx 1 addition, 0 deletionsbase/src/TROOT.cxx
- config/RConfigOptions.in 6 additions, 0 deletionsconfig/RConfigOptions.in
- config/RConfigure.in 0 additions, 4 deletionsconfig/RConfigure.in
- configure 34 additions, 8 deletionsconfigure
- ruby/src/drr.cxx 100 additions, 100 deletionsruby/src/drr.cxx
Loading
Please register or sign in to comment