You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/09/06 16:33:32 UTC

svn commit: r573284 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

Author: faridz
Date: Thu Sep  6 07:33:32 2007
New Revision: 573284

URL: http://svn.apache.org/viewvc?rev=573284&view=rev
Log:
2007-09-06 Farid Zaripov <Fa...@epam.com>

	* build.wsf (BuildProject): Use FullName property instead of FileName
	(to fix problem on ICC).

Modified:
    incubator/stdcxx/trunk/etc/config/windows/build.wsf

Modified: incubator/stdcxx/trunk/etc/config/windows/build.wsf
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/build.wsf?rev=573284&r1=573283&r2=573284&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/build.wsf (original)
+++ incubator/stdcxx/trunk/etc/config/windows/build.wsf Thu Sep  6 07:33:32 2007
@@ -178,7 +178,7 @@
             catch (e)
             {
                 WScript.Echo("Exception: cannot get UniqueName for " + projectName + "\n");
-                projectFile = project.FileName;
+                projectFile = project.FullName;
             }
         }
     }