mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 23:30:41 +00:00
added HP/UX configurations
[SVN r8818]
This commit is contained in:
parent
856cdfc33b
commit
88790aab36
1 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,20 @@ como --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
|
|||
como --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
|
||||
Comeau C++<br>4.2.44 beta3<br>(strict mode)<br>STLport<br>4.0
|
||||
|
||||
hpux
|
||||
gcc
|
||||
GCC 2.95.2
|
||||
g++ -c -ftemplate-depth-30 -I%include %source
|
||||
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source -ldce
|
||||
GNU<br>GCC<br>2.95.2
|
||||
|
||||
hpux
|
||||
aCC
|
||||
HP ANSI C++ B3910B A.01.18
|
||||
aCC -c -I%include %source
|
||||
aCC -o boosttmp.exe -I%include %source
|
||||
HP<br>aCC<br>A.01.18
|
||||
|
||||
solaris
|
||||
suncc
|
||||
Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
|
||||
|
|
Loading…
Add table
Reference in a new issue