|
|
@@ -200,19 +200,21 @@ g++ -c -Wall -W -I%include %source
|
|
|
g++ -o boosttmp.exe -Wall -W -I%include %source
|
|
|
GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>3.0
|
|
|
|
|
|
-beos
|
|
|
+// BeOS tests updated to use gcc 2.95.3 - see www.bebits.com
|
|
|
+// This compiler version is not officially supported by Be.
|
|
|
+
|
|
|
gcc
|
|
|
GNU GCC
|
|
|
c++ -c -ftemplate-depth-30 -Wall -I%include %source
|
|
|
c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I%include %source
|
|
|
-GNUPro<br>GCC 2.9
|
|
|
+<A href="http://www.bebits.com">GNUPro GCC 2.95.3</A>
|
|
|
|
|
|
beos
|
|
|
gcc-stlport
|
|
|
-GNU GCC
|
|
|
-c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
|
|
|
-c++ -o boosttmp.exe -ftemplate-depth-30 -Wall -I/boot/home/config/stlport/stl330 -I%include %source
|
|
|
-GNUPro<br>GCC 2.9<br>+<br>SGI STL 3.3
|
|
|
+GNU GCC + STLPort 4.5b8
|
|
|
+c++ -c -ftemplate-depth-30 -Wall -I/boot/home/config/include/stlport -I%include %source
|
|
|
+c++ -o boosttmp.exe -ftemplate-depth-30 -D_STLP_DEBUG -Wall -I/boot/home/config/include/stlport -I%include %source -L/boot/home/config/lib -lstlport_gcc_stldebug
|
|
|
+<A href="http://www.bebits.com">GNUPro GCC 2.95.3</A><br>+<br><A href="http://www.stlport.org">STLPort 4.5b8</A>
|
|
|
|
|
|
win32
|
|
|
bcc
|
|
|
@@ -273,3 +275,4 @@ cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPOR
|
|
|
Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP5<br><a href="http://www.stlport.org/">STLport</a><br>4.0
|
|
|
|
|
|
// end of file
|
|
|
+
|