Author: faridz
Date: Wed Feb 6 04:49:48 2008
New Revision: 618983
URL: http://svn.apache.org/viewvc?rev=618983&view=rev
Log:
2008-02-06 Farid Zaripov <[EMAIL PROTECTED]>
STDCXX-685
* etc/config/windows/configure.wsf (makeLibrary): Use '\'
instead of '/' in path for consistency.
Modified:
stdcxx/branches/4.2.x/etc/config/windows/configure.wsf
Modified: stdcxx/branches/4.2.x/etc/config/windows/configure.wsf
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/etc/config/windows/configure.wsf?rev=618983&r1=618982&r2=618983&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/etc/config/windows/configure.wsf (original)
+++ stdcxx/branches/4.2.x/etc/config/windows/configure.wsf Wed Feb 6 04:49:48
2008
@@ -1054,7 +1054,7 @@
return ret;
var objNames = srcFiles.replace(/(?:[\S]+[/\\\\])?([^/\\\\]+\.)cpp/gi,
- stageDir + "/$1obj");
+ stageDir + "\\$1obj");
if (shared)
{