Windows 2000 change to STLport 4.0

[SVN r7964]
This commit is contained in:
Beman Dawes 2000-10-16 12:14:59 +00:00
parent 8214933c2a
commit 956b80d166
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ Compiler Status: Windows NT / Windows 2000
</head><body bgcolor="#FFFFFF" text="#000000">
<h1><img border="0" src="../c++boost.gif" width="277" height="86"></h1>
<h1>Compiler Status: Windows NT / Windows 2000</h1>
<p><b>Run Date:</b> 14 Oct 2000 GMT</p>
<p><b>Run Date:</b> 16 Oct 2000 12:09 GMT</p>
<p>
<table border="1" cellspacing="0" cellpadding="5">
<tr>
@ -14,7 +14,7 @@ Compiler Status: Windows NT / Windows 2000
<td>Borland<br>BCC<br>5.5.1</td>
<td>Metrowerks<br>CodeWarrior<br>6.0</td>
<td>Microsoft<br>VC++<br>6.0 SP4</td>
<td>Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>3.2.1</td>
<td>Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0</td>
</tr>
<tr>
<td><a href="config/config_test.cpp">config/config_test.cpp</a></td>
@ -35,7 +35,7 @@ Compiler Status: Windows NT / Windows 2000
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td><a href="graph/test/graph.cpp">graph/test/graph.cpp</a></td>
@ -70,21 +70,21 @@ Compiler Status: Windows NT / Windows 2000
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="random/random_test.cpp">random/random_test.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="random/random_demo.cpp">random/random_demo.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a href="regex/src/cregex.cpp">regex/src/cregex.cpp</a></td>

View file

@ -160,7 +160,7 @@ f.write( "<html>\n<head>\n<title>\nCompiler Status: " + platform + "\n</title>\n
f.write( "<body bgcolor=\"#FFFFFF\" text=\"#000000\">\n" )
f.write( "<h1><img border=\"0\" src=\"../c++boost.gif\" width=\"277\" height=\"86\"></h1>\n" )
f.write( "<h1>Compiler Status: " + platform + "</h1>\n" )
f.write( "<p><b>Run Date:</b> " + time.strftime("%d %b %Y GMT", time.gmtime(time.time())) + "</p>\n" )
f.write( "<p><b>Run Date:</b> " + time.strftime("%d %b %Y %H:%M GMT", time.gmtime(time.time())) + "</p>\n" )
f.write( "<p>\n" )
f.write( "<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n" )
f.write( "<tr>\n" )
@ -190,7 +190,7 @@ else:
if compiler_arg=="*" or compiler_arg=="vc":
f.write( "<td>Microsoft<br>VC++<br>6.0 SP4</td>\n" )
if compiler_arg=="*" or compiler_arg=="vcstlport":
f.write( "<td>Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>3.2.1</td>\n" )
f.write( "<td>Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0</td>\n" )
f.write( "</tr>\n" )