diff host/tools/configtool/standalone/wxwin/configtool.cpp @ 797:d834d1945648

* standalone/wxwin/appsettings.cpp, standalone/wxwin/mainwin.cpp: Rationalise the treatment of the build tools directory during startup and when using the build tools dialog. * standalone/wxwin/configtool.cpp: Wait for the installation of platform definitions to complete on Linux.
author jld
date Thu, 17 Apr 2003 14:16:11 +0000
parents d11d25c40632
children
line wrap: on
line diff
--- a/host/tools/configtool/standalone/wxwin/configtool.cpp
+++ b/host/tools/configtool/standalone/wxwin/configtool.cpp
@@ -209,7 +209,7 @@ bool ecApp::OnInit()
         wxFileName platforms (m_appDir, wxT("platforms.tar"));
         platforms.Normalize();
         if (platforms.FileExists())
-            wxExecute (wxT("tar -C ") + wxFileName::GetHomeDir() + wxT(" -xf ") + platforms.GetFullPath());
+            wxExecute (wxT("tar -C ") + wxFileName::GetHomeDir() + wxT(" -xf ") + platforms.GetFullPath(), wxEXEC_SYNC);
     }
 #endif