mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 06:50:31 +00:00
added OpenC++ on Linux as comments
[SVN r8010]
This commit is contained in:
parent
f2103977b3
commit
5c0e691405
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,8 @@ def compile( program ):
|
|||
# invoke( "GCC pre-2.96 experimental", '/opt/exp/gcc/bin/g++ -ftemplate-depth-30 -I' + path + ' ' + fullpath )
|
||||
if compiler_arg == "*" or compiler_arg == "como":
|
||||
invoke( "Comeau C++ 4.2.44 beta3", 'como -c -I' + path + ' ' + fullpath)
|
||||
# if compiler_arg == "*" or compiler_arg == "occ":
|
||||
# invoke( "OpenC++ 2.5.9", 'occ -c --regular-c++ -I' + path + ' ' + fullpath)
|
||||
|
||||
# ---------- Windows ---------- #
|
||||
|
||||
|
@ -175,6 +177,8 @@ if sys.platform == "linux2":
|
|||
# f.write( "<td>GNU<br>GCC<br>pre-2.96 experimental</td>\n" )
|
||||
if compiler_arg == "*" or compiler_arg == "como":
|
||||
f.write( "<td>Comeau C++<br>4.2.44 beta3<br>STLport<br>4.0</td>\n" )
|
||||
# if compiler_arg == "*" or compiler_arg == "occ":
|
||||
# f.write( "<td>OpenC++<br>2.5.9</td>\n" )
|
||||
else:
|
||||
# if compiler_arg=="*" or compiler_arg=="bcc54":
|
||||
# f.write( "<td>Borland<br>BCC<br>5.4 up2</td>\n" )
|
||||
|
|
Loading…
Add table
Reference in a new issue