X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=kernel%2Fsrc%2FbbtkConfigurationFile.cxx;h=d7806817f50d6c0e4bcc3f4230df76ea5adce7f1;hb=63005ec659612d567c00bfbb9ecbd62566a3217d;hp=811bccbfdca9d6e31dff502cdc27fcd7dcc8f7db;hpb=d11e7b170e218782b290c2ce494489cb21d5039c;p=bbtk.git diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index 811bccb..d780681 100644 --- a/kernel/src/bbtkConfigurationFile.cxx +++ b/kernel/src/bbtkConfigurationFile.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigurationFile.cxx,v $ Language: C++ - Date: $Date: 2008/02/18 10:41:02 $ - Version: $Revision: 1.9 $ + Date: $Date: 2008/02/21 09:37:23 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -43,11 +43,12 @@ namespace bbtk mFile_separator = "/"; #endif - // ==> Set system paths + // ==> Set system paths mBin_path = GetExecutablePath(); mInstall_path = mBin_path + mFile_separator + ".."; // The relative path to the doc folder (=BBTK_DOC_REL_PATH) mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH); + mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(doc); // The path to the doc folder (=mInstall_path+"/"+mDoc_rel_path) mDoc_path = mInstall_path + mFile_separator + mDoc_rel_path; // The relative path to the doc folder (=BBTK_BBS_REL_PATH)