Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 17725 invoked from network); 11 Sep 2007 14:40:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 14:40:16 -0000 Received: (qmail 60415 invoked by uid 500); 11 Sep 2007 14:40:09 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 60399 invoked by uid 500); 11 Sep 2007 14:40:09 -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 60388 invoked by uid 99); 11 Sep 2007 14:40:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 07:40:09 -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; Tue, 11 Sep 2007 14:40:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 617AD1A983A; Tue, 11 Sep 2007 07:39:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat Date: Tue, 11 Sep 2007 14:39:55 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070911143955.617AD1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Tue Sep 11 07:39:54 2007 New Revision: 574618 URL: http://svn.apache.org/viewvc?rev=574618&view=rev Log: 2007-09-11 Farid Zaripov STDCXX-516 * generate.bat: File renamed ... * configure.bat: ... to this. README: "generate.bat" text replaced by "configure.bat". Added: incubator/stdcxx/trunk/configure.bat - copied unchanged from r574244, incubator/stdcxx/trunk/generate.bat Removed: incubator/stdcxx/trunk/generate.bat Modified: incubator/stdcxx/trunk/README Modified: incubator/stdcxx/trunk/README URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/README?rev=574618&r1=574617&r2=574618&view=diff ============================================================================== --- incubator/stdcxx/trunk/README (original) +++ incubator/stdcxx/trunk/README Tue Sep 11 07:39:54 2007 @@ -495,15 +495,15 @@ o > CD stdlib-X.Y.Z-YYYYMMDD\stdlib > DIR /D # this is ${TOPDIR} - GNUmakefile etc examples generate.bat include src tests + GNUmakefile etc examples configure.bat include src tests If your distribution does not contain the test suite and/or the examples, the output will look like so: > DIR /D # this is ${TOPDIR} - GNUmakefile etc generate.bat include src + GNUmakefile etc configure.bat include src - o > .\generate.bat [/BUILDDIR:] [/CONFIG:] + o > .\configure.bat [/BUILDDIR:] [/CONFIG:] is the pathname of the build directory where to create the solution and projects; the directory will be @@ -532,7 +532,7 @@ automatically. o Example: - > generate.bat /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1 + > configure.bat /BUILDDIR:C:\stdcxx /CONFIG:msvc-7.1 This command will create a build directory rooted at ${BUILDDIR}, the solution file ${BUILDDIR}\msvc-7.1\msvc-7.1.sln, the project