Mercurial > flash_v2
comparison host/tools/configtool/standalone/win32/Configtool.cpp @ 160:0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
| author | jlarmour |
|---|---|
| date | Fri, 01 Jun 2001 22:16:29 +0000 |
| parents | 5e8f3b328bb3 |
| children |
comparison
equal
deleted
inserted
replaced
| 159:511f4dc167f6 | 160:0d0f03f76f6a |
|---|---|
| 358 m_arstrBinDirs.SetAt(strFile.Left(strFile.Find(_T("-gcc"))),strDir); | 358 m_arstrBinDirs.SetAt(strFile.Left(strFile.Find(_T("-gcc"))),strDir); |
| 359 } | 359 } |
| 360 } | 360 } |
| 361 } | 361 } |
| 362 | 362 |
| 363 // Look for Cygwin 00r1 first, since it's the latest and greatest user tools. | 363 // Look for GNUPro 00r1 first, since it's the latest and greatest user tools. |
| 364 GetRepositoryRegistryClues(m_arstrUserToolPaths, _T("Cygwin 00r1")); | 364 GetRepositoryRegistryClues(m_arstrUserToolPaths, _T("GNUPro 00r1")); |
| 365 if (m_arstrUserToolPaths.GetSize() == 0) | |
| 366 { | |
| 367 GetRepositoryRegistryClues(m_arstrUserToolPaths, _T("Cygwin 00r1")); | |
| 368 } | |
| 365 if (m_arstrUserToolPaths.GetSize() > 0) | 369 if (m_arstrUserToolPaths.GetSize() > 0) |
| 366 { | 370 { |
| 367 for(i=0;i<m_arstrUserToolPaths.GetSize();i++){ | 371 for(i=0;i<m_arstrUserToolPaths.GetSize();i++){ |
| 368 CFileName str(m_arstrUserToolPaths[i]); | 372 CFileName str(m_arstrUserToolPaths[i]); |
| 369 str+="H-i686-pc-cygwin\\bin"; | 373 str+="H-i686-pc-cygwin\\bin"; |
