]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/CDMUtilities.h
vtk8itk4wx3-mingw64 MACOS
[crea.git] / lib / creaDevManagerLib / CDMUtilities.h
index 50e2cd410a9160db3b022d8d4bd0b1e6f4d63856..2ba3250a6a954fcfb1ae8d900a7ae22cb2af7a66 100644 (file)
@@ -63,6 +63,7 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string TEXT_EDITOR = "open -e";
 #else
   static std::string TEXT_EDITOR = "gedit";
 #endif
@@ -76,6 +77,7 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string FILE_EXPLORER = "open ";
 #else
   static std::string FILE_EXPLORER = "nautilus";
 #endif
@@ -89,16 +91,19 @@ namespace CDMUtilities
 #elif __APPLE__
   // ------ Apple
   //TODO: implementation for apple
+  static std::string TERMINAL = "open -a Terminal ";  
 #else
   static std::string TERMINAL = "gnome-terminal";
 #endif
 
-#ifndef _WIN32
+
+//EED 10/07/2013
+//#ifndef _WIN32
   /**
    * Build Command
    */
   static std::string BUILD_COMMAND = "make";
-#endif
+//#endif
 
   /**
    * Structure that handles the split method for c++