Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 82328 invoked from network); 27 Sep 2007 09:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 09:27:38 -0000 Received: (qmail 8857 invoked by uid 500); 27 Sep 2007 09:27:28 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 8844 invoked by uid 500); 27 Sep 2007 09:27:28 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 8830 invoked by uid 99); 27 Sep 2007 09:27:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 02:27:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 09:27:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 381871A9832; Thu, 27 Sep 2007 02:27:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r579958 - /incubator/stdcxx/trunk/etc/config/windows/projects.js Date: Thu, 27 Sep 2007 09:27:16 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070927092717.381871A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 * 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));