1761727 converted unit test programs to JUnit tests and updated the build targets

This commit is contained in:
clay_shooter
2007-07-27 03:43:24 +00:00
parent 78c7ddf199
commit b09055f3c6
2 changed files with 4 additions and 3 deletions

View File

@@ -61,8 +61,9 @@
<td width="100%" colspan="2"><b>Known Issues</b></td>
</tr>
<tr>
<td width="13%" valign="top"></td>
<td width="87%" valign="top"><em></em></td>
<td width="13%" valign="top">VC++ libraries</td>
<td width="87%" valign="top">Jacob 1.13 is built with VC++ 2005 that creates a dependency on msvcr80.dll.
Users of older systems may have to obtain the dll as from the MS downloads site.</td>
</tr>
</table>

View File

@@ -53,7 +53,7 @@ should be fixed in some future release, fix method and time not yet determined.
<p>
<hr>
<h2>Microsoft Visual C++ library dependencies.</h2>
Jacob 1.3 is built with VC++ 2005 that creates a dependency on msvcr80.dll.
Jacob 1.13 is built with VC++ 2005 that creates a dependency on msvcr80.dll.
Windows XP and later seem to already include the necessary components.
NT/2000 and Server/2003 require that you download vcredist_x86.exe
from the microsoft web site.