[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System System.cpp, 1.22, 1.23
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-08-28 19:50:53
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29929 Modified Files: System.cpp Log Message: Use TOP_SRCDIR to get base directory for KB. Index: System.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** System.cpp 27 Aug 2007 20:28:49 -0000 1.22 --- System.cpp 28 Aug 2007 19:50:47 -0000 1.23 *************** *** 60,63 **** --- 60,67 ---- tmp_des+="/share/KB"; CBM::descriptionIncludePathAdd(tmp_des); + + tmp_des=TOP_SRCDIR; + tmp_des+="/libcompbenchmarks/share/KB"; + CBM::descriptionIncludePathAdd(tmp_des); CBM::descriptionIncludePathAdd("./libcompbenchmarks/share/KB"); CBM::descriptionIncludePathAdd("../libcompbenchmarks/share/KB"); |