]> Creatis software - bbtkGEditor.git/commitdiff
no message
authordavila <>
Mon, 20 Feb 2012 16:54:26 +0000 (16:54 +0000)
committerdavila <>
Mon, 20 Feb 2012 16:54:26 +0000 (16:54 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 4acbbd84e0d2bbc3884d092a2b85c5c0c01803a3..2b1cf5fc7ddac2fc11e2a3dbc3dbfa4d2ccb7395 100644 (file)
@@ -395,35 +395,10 @@ namespace bbtk
 //#ifdef MACOSX
 //             command += separator + "../../../bbi.app/Contents/MacOS";
 //#endif
-
-
-               /*
-
-               //command += ConfigurationFile::GetInstance().Get_bin_path();
-//EED          command +="C:/temp/bbtkBIN/RelWithDebInfo//";
-//EED          command +="C:/Program Files/CreaTools/bbtk-0.9.5/bin";
-
-
-               #ifdef MACOSX
-                       command += separator + "usr/local/bin/bbi.app/Contents/MacOS/bbi\" ";
-               #else
-                   command +=".";
-                       command += separator + "bbi\" ";
-               #endif
- */
-               
-//#ifndef WIN32
-//             command += separator;
-//#endif
-               
-               
+                               
                command +=  "bbi ";
                command += "\""+filename + "\"";
                
-//             #ifdef WIN32
-//                     command += "\"";
-//             #endif
-
         #ifndef WIN32
             command += " & ";
                #endif