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  <[EMAIL PROTECTED]>

        * 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));
 


Reply via email to