X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConfigurationFile.cxx;h=8181a6aef371991c66bfa01cfe4a7a0eaf9ab4a8;hb=6b48f0355f01967bcbb5905116edcda8d261f6a5;hp=d7806817f50d6c0e4bcc3f4230df76ea5adce7f1;hpb=63005ec659612d567c00bfbb9ecbd62566a3217d;p=bbtk.git diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index d780681..8181a6a 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/21 09:37:23 $ - Version: $Revision: 1.10 $ + Date: $Date: 2008/03/03 08:06:36 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -36,6 +36,7 @@ namespace bbtk /// Constructor ConfigurationFile::ConfigurationFile() { + // file separator #if defined(_WIN32) mFile_separator = "\\"; @@ -48,7 +49,7 @@ namespace bbtk 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); +//EED 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) @@ -68,7 +69,6 @@ namespace bbtk bbtkMessage("Config",1," ==> prefix : '"< doc : '"< bbs : '"< rsc : '"< data : '"<