]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConfigurationFile.cxx
MACOS configure
[bbtk.git] / kernel / src / bbtkConfigurationFile.cxx
index 4fab8d8ec74d841fe00f47ab0a283afb827b69a9..58a19437a64df08c17240974bfdefc4d540a09ff 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConfigurationFile.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/01/28 13:20:32 $
-  Version:   $Revision: 1.28 $
+  Date:      $Date: 2009/03/23 13:06:41 $
+  Version:   $Revision: 1.29 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -58,14 +58,24 @@ namespace bbtk
     
     // ==> Set system paths 
     mBin_path = Utilities::GetExecutablePath();
-    
+
+         
+         
+         
+/*     EED 23 Mars 2009  
 #ifdef MACOSX
     mInstall_path = mBin_path + "/../../../..";
 #else
     mInstall_path = mBin_path + "/..";
 #endif
-    
-    
+*/    
+#ifdef MACOSX
+         mBin_path = mBin_path + "/../../..";
+#endif   
+         mInstall_path = mBin_path + "/..";
+
+         
+         
     // The relative path to the doc folder (=BBTK_DOC_REL_PATH)
     //    mDoc_rel_path = BBTK_STRINGIFY_SYMBOL(BBTK_DOC_REL_PATH);
     // The path to the doc folder (=mInstall_path+"/"+mDoc_rel_path)