Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 37854 invoked from network); 21 Aug 2006 18:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 18:34:33 -0000 Received: (qmail 61655 invoked by uid 500); 21 Aug 2006 18:34:33 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 61621 invoked by uid 500); 21 Aug 2006 18:34:33 -0000 Mailing-List: contact stdcxx-dev-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-dev@incubator.apache.org Received: (qmail 61535 invoked by uid 99); 21 Aug 2006 18:34:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 11:34:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.82.213.172] (HELO exkiv.kyiv.vdiweb.com) (212.82.213.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 11:34:30 -0700 Content-class: urn:content-classes:message Subject: RE: Windows infrastructure for generating VisualStudio projects and solution(s) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 21 Aug 2006 21:34:29 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Windows infrastructure for generating VisualStudio projects and solution(s) Thread-Index: AcbFQsQ8mf8WlA3oS6GdxwGllTW/GQACGaXA From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The current version of the scripts here: http://zaripov.kiev.ua/scripts/ The brief changelog: - added support of the MSVC Express edition (/CONFIG:msvcex-8.0); - added optional parameter /WCHAR_T:{yes|no}: when yes, the native wchar_t enabled; when no, the native wchar_t disabled; when no option specified, the native wchar_t is default to the compiler. - "Force Conformance in for Loop Scope" is turned on (I see no problem with it) - added run_locale_utils.wsf script (equivalent of the run_locale_utils.sh) - added projects exec, locale, localedef; - added projects %LOCALENAME% - for build locale with specified name; - added project Test_%LOCALENAME% - for test the specified locale; - added projects .stdcxx_utils, .stdcxx_locales, .stdcxx_testlocales for build utils, locales and test locales in one step I don't think that this version is good to commit. So I'll prepare the full changelog later (after implementing exec utility for run tests). Farid.