mkspecs/features/symbian/stl.prf
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 37 758a864f9613
--- a/mkspecs/features/symbian/stl.prf	Mon Jun 21 22:38:13 2010 +0100
+++ b/mkspecs/features/symbian/stl.prf	Thu Jul 22 16:41:55 2010 +0100
@@ -21,8 +21,8 @@
 STL_MMP_RULE = "STDCPP"
 
 # Fall back to old implementation if that is the only one that is found
-exists($${EPOCROOT}epoc32/release/armv5/urel/libstdcpp.dll)|exists($${EPOCROOT}epoc32/release/winscw/udeb/libstdcpp.dll) {
-    !exists($${EPOCROOT}epoc32/release/armv5/urel/libstdcppv5.dll):!exists($${EPOCROOT}epoc32/release/winscw/udeb/libstdcppv5.dll) {
+exists($${EPOCROOT}epoc32/release/armv5/lib/libstdcpp.dso)|exists($${EPOCROOT}epoc32/release/winscw/udeb/libstdcpp.dll) {
+    !exists($${EPOCROOT}epoc32/release/armv5/lib/libstdcppv5.dso):!exists($${EPOCROOT}epoc32/release/winscw/udeb/libstdcppv5.dll) {
         STL_LIB = -llibstdcpp.dll
         STL_MMP_RULE =
     }