Author: faridz
Date: Mon Sep 17 10:45:33 2007
New Revision: 576543

URL: http://svn.apache.org/viewvc?rev=576543&view=rev
Log:
2007-09-17 Farid Zaripov <[EMAIL PROTECTED]>

        * msvc-7.0.config: Comments extended with information on MSVC 9.0 
(Orcas).
        * msvc-9.0.config: New config file for MSVC 9.0.
        * msvc-9.0-x64.configNew config file for MSVC 9.0 x64 platform.

Added:
    incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config   (with props)
    incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config   (with props)
Modified:
    incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config

Modified: incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config?rev=576543&r1=576542&r2=576543&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config (original)
+++ incubator/stdcxx/trunk/etc/config/windows/msvc-7.0.config Mon Sep 17 
10:45:33 2007
@@ -2,6 +2,7 @@
 // 7 for MS VisualStudio .NET
 // 7.1 for MS VisualStudio .NET 2003
 // 8.0 for MS VisualStudio 2005 and MSVC 2005 Express Edition
+// 9.0 for MS VisualStudio 2008
 VERSION=7
 
 // Path to the MS VisualStudio IDE executable:
@@ -57,12 +58,14 @@
 // 7.00 for MS VisualStudio .NET
 // 8.00 for MS VisualStudio .NET 2003
 // 9.00 for MS VisualStudio 2005 and MSVC 2005 Express Edition
+// 10.00 for MS VisualStudio 2008
 SLNVER=7.00
 
 // Comment in produced solution file:
 // empty for MS VisualStudio .NET and MS VisualStudio .NET 2003
 // Visual Studio 2005 - for MS VisualStudio 2005
 // Visual C++ Express 2005 - for MSVC 2005 Express Edition
+// Visual Studio 2008 - for MS VisualStudio 2008
 SLNCOMMENT=
 
 // Type of produced file buildlog.htm:

Added: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config?rev=576543&view=auto
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config (added)
+++ incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config Mon Sep 17 
10:45:33 2007
@@ -0,0 +1,3 @@
+#include msvc-9.0
+PLATFORM=x64
+AS=ml64

Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0-x64.config
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config?rev=576543&view=auto
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config (added)
+++ incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config Mon Sep 17 
10:45:33 2007
@@ -0,0 +1,4 @@
+#include msvc-8.0
+VERSION=9.0
+SLNVER=10.00
+SLNCOMMENT=Visual Studio 2008

Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/stdcxx/trunk/etc/config/windows/msvc-9.0.config
------------------------------------------------------------------------------
    svn:keywords = Id


Reply via email to