FILE(APPEND
"${OUTPUT_FILE}"
"#-----------------------------------------\n"
+ "exec freeze\n"
"include ${PACKAGE_NAME}\n"
"include ${PACKAGE_NAME}-appli\n"
"#-----------------------------------------\n"
Module: $RCSfile: bbtkFactory.cxx,v $
Language: C++
-Date: $Date: 2008/02/05 13:23:46 $
-Version: $Revision: 1.14 $
+Date: $Date: 2008/02/06 08:49:19 $
+Version: $Revision: 1.15 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
std::string separator =
ConfigurationFile::GetInstance().Get_file_separator ();
//BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH)
- std::string docreldoc = separator + "packages" + separator + pkgname
- + separator + "bbdoc" + separator + "index.html";
- std::string reldoc = ".." + separator + ".." + separator
- + ".." + docreldoc;
+ std::string docreldoc =
+ separator + "bbdoc" + separator + pkgname + separator + "index.html";
+ std::string reldoc =
+ ".." + separator + ".." + docreldoc;
std::string doc = path + separator + ".." + separator
+ BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH)
+ docreldoc;