Author: ablack
Date: Mon Jul 9 16:19:40 2007
New Revision: 554789
URL: http://svn.apache.org/viewvc?view=rev&rev=554789
Log:
2007-07-09 Andrew Black <[EMAIL PROTECTED]>
* icc-10.0-x64.config: Add (untested) config file for the 64-bit Intel
10.0 compiler for Windows.
* icc-10.0.config: Add (untested) config file for the 32-bit Intel
10.0 compiler for Windows.
Added:
incubator/stdcxx/trunk/etc/config/windows/icc-10.0-x64.config
incubator/stdcxx/trunk/etc/config/windows/icc-10.0.config
Added: incubator/stdcxx/trunk/etc/config/windows/icc-10.0-x64.config
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/icc-10.0-x64.config?view=auto&rev=554789
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/icc-10.0-x64.config (added)
+++ incubator/stdcxx/trunk/etc/config/windows/icc-10.0-x64.config Mon Jul 9
16:19:40 2007
@@ -0,0 +1,9 @@
+#include msvc-8.0-x64
+DEVENVFLAGS=/useenv
+CPPFLAGS=
+LDFLAGS=
+CONVERT=1
+CXX=icl
+LD=icl
+AR=xilib
+CLVARSBAT=%ICPP_COMPILER10%\EM64T\Bin\iclvars.bat
Added: incubator/stdcxx/trunk/etc/config/windows/icc-10.0.config
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/icc-10.0.config?view=auto&rev=554789
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/icc-10.0.config (added)
+++ incubator/stdcxx/trunk/etc/config/windows/icc-10.0.config Mon Jul 9
16:19:40 2007
@@ -0,0 +1,9 @@
+#include msvc-8.0
+DEVENVFLAGS=/useenv
+CPPFLAGS=
+LDFLAGS=
+CONVERT=1
+CXX=icl
+LD=icl
+AR=xilib
+CLVARSBAT=%ICPP_COMPILER10%\IA32\Bin\iclvars.bat