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/27 11:27:16 UTC

svn commit: r579958 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

Author: faridz
Date: Thu Sep 27 02:27:16 2007
New Revision: 579958

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

	* projects.js (CreateProjectsDefs): Set stdcxx_runtests
	project dependent on stdcxx_utils project (was dependent
	on exec project only).

Modified:
    incubator/stdcxx/trunk/etc/config/windows/projects.js

Modified: incubator/stdcxx/trunk/etc/config/windows/projects.js
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/projects.js?rev=579958&r1=579957&r2=579958&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/projects.js (original)
+++ incubator/stdcxx/trunk/etc/config/windows/projects.js Thu Sep 27 02:27:16 2007
@@ -339,7 +339,7 @@
     runtestsDef.CustomBuildOut = "$(OutDir)\\runtests.log";
     runtestsDef.CustomBuildDeps = "%FILES%";
     //runtestsDef.PrjDeps.push(alltestsDef);
-    runtestsDef.PrjDeps.push(execDef);
+    runtestsDef.PrjDeps.push(utilsDef);
 
     projectDefs.push(new Array(runtestsDef));