mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Add GCC and Cygwin version info
[SVN r8773]
This commit is contained in:
parent
2704f4e0f7
commit
50662625ab
1 changed files with 2 additions and 2 deletions
|
@ -146,14 +146,14 @@ cygwin
|
|||
GCC under cygwin
|
||||
g++ -c -ftemplate-depth-30 -I%include %source
|
||||
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
||||
GNU<br>GCC<br>2.95.2
|
||||
GNU GCC<br>2.95.2-6<br>Cygwin 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
|
||||
//GNU<br>GCC<br>2.95.2<br>STLport<br>4.0
|
||||
//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
||||
|
||||
win32
|
||||
icl
|
||||
|
|
Loading…
Add table
Reference in a new issue