Oops - forgot second line for Win32 gcc template depth

[SVN r10733]
This commit is contained in:
Beman Dawes 2001-07-31 23:49:55 +00:00
parent 8a1ea91100
commit 99ef587c39

View file

@ -218,14 +218,14 @@ win32
cygwin
GCC under cygwin
g++ -c -ftemplate-depth-40 -I%include %source
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
g++ -o boosttmp.exe -ftemplate-depth-40 -I%include %source
GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
//win32
//gcc-stlport-debug
//GCC under cygwin with STLport 4.0
//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
//g++ -c -ftemplate-depth-40 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
//g++ -o boosttmp.exe -ftemplate-depth-40 "$BOOST_STLPORT_PATH/lib/" -I%include %source
//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
win32