From 85e66d2b9ead86ad05e6b58b7a11e8d9f8f021ec Mon Sep 17 00:00:00 2001
From: scuri <scuri>
Date: Sat, 5 Jun 2010 00:20:32 +0000
Subject: *** empty log message ***

---
 html/en/download_tips.html | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

(limited to 'html/en/download_tips.html')

diff --git a/html/en/download_tips.html b/html/en/download_tips.html
index 4852b7b..d34e1f9 100644
--- a/html/en/download_tips.html
+++ b/html/en/download_tips.html
@@ -264,7 +264,12 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a>
   <tr>
     <td bgcolor="#DDDDDD" align="right"><b>Win32_vc9</b></td>
     <td bgcolor="#DDDDDD" class="style3">&nbsp;Static library built with Microsoft Visual C++ 9.0 (2008) (static RTL/multithread)<br>
-      &nbsp;Also compatible with Microsoft Visual C++ 2008 Express Edition -<br>
+      	&nbsp;Also compatible with Microsoft Visual C++ 2008 Express Edition</td>
+  </tr>
+  <tr>
+    <td bgcolor="#DDDDDD" align="right"><b>Win32_vc10</b></td>
+    <td bgcolor="#DDDDDD" class="style3">&nbsp;Static library built with Microsoft Visual C++ 10.0 (2010) (static RTL/multithread)<br>
+      &nbsp;Also compatible with Microsoft Visual C++ 2010 Express Edition -<br>
       &nbsp;<a href="http://www.microsoft.com/express/vc/">http://www.microsoft.com/express/vc/</a>
     ยน</td>
   </tr>
@@ -288,6 +293,11 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a>
     <td bgcolor="#C0C0C0">&nbsp;DLL and import library built 
 	with vc9, creates dependency with MSVCR90.DLL</td>
   </tr>
+  <tr>
+    <td bgcolor="#C0C0C0" align="right"><b>Win32_dll10</b></td>
+    <td bgcolor="#C0C0C0">&nbsp;DLL and import library built 
+	with vc10, creates dependency with MSVCR100.DLL</td>
+  </tr>
   <tr>
     <td bgcolor="#DDDDDD" align="right"><b>Win64_vc8</b></td>
     <td bgcolor="#DDDDDD">&nbsp;Same as <b>Win32_vc8</b> but for 64-bits 
@@ -308,6 +318,11 @@ http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a>
     <td bgcolor="#DDDDDD">&nbsp;Same as <b>Win32_dll9</b> but for 64-bits 
     systems using the x64 standard.</td>
   </tr>
+  <tr>
+    <td bgcolor="#DDDDDD" align="right"><b>Win64_dll10</b></td>
+    <td bgcolor="#DDDDDD">&nbsp;Same as <b>Win32_dll10</b> but for 64-bits 
+    systems using the x64 standard.</td>
+  </tr>
   <tr>
     <td bgcolor="#C0C0C0" align="right"><b>Win32_gcc3</b></td>
     <td bgcolor="#C0C0C0">&nbsp;Static library built with Cygwin gcc 3.4&nbsp; (Depends on Cygwin 
-- 
cgit v1.2.3