// The following stuff works on Linux, NOT CHECKED on Windows // JPR
#if defined(_WIN32)
- path+="/bin/Shared/gimmick/";
- path+=mLocalDescpName;
-#else
- path+="/Shared/gimmick/";
+ path+="/bin/shared/gimmick/";
+#endif
+
+#if defined(__APPLE__)
+ path+="../../../../shared/gimmick/";
+#endif
+
+#if defined (LINUX)
+ path+="../shared/gimmick/";
+#endif
path+= mLocalDescpName;
-#endif
std::cout <<"From: " << path <<std::endl;
std::cout <<"To: " << setDir <<std::endl;
boost::algorithm::replace_all( path,