Fix Linux KAI HTML missing href="..."

[SVN r10565]
This commit is contained in:
Beman Dawes 2001-07-08 17:22:04 +00:00
parent 7765e717ad
commit fc171d635c

View file

@ -70,14 +70,14 @@ kcc
KCC 4.0e
KCC -D_ISOC99_SOURCE -c -I%include %source
KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e
<a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e
linux
kcc-strict
KCC 4.0e (strict mode)
KCC --linux_strict -D_ISOC99_SOURCE -c -I%include %source
KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e<br>(strict mode)
<a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
hpux
gcc-295