mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Fix Linux KAI HTML missing href="..."
[SVN r10565]
This commit is contained in:
parent
7765e717ad
commit
fc171d635c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue