|
|
@@ -179,6 +179,27 @@ bcc32 -c -I%include -j10 -q %source
|
|
|
bcc32 -eboosttmp.exe -I%include -j10 -q %source
|
|
|
Borland<br><a href="http://www.borland.com/bcppbuilder/freecompiler/">BCC</a><br>5.5.1
|
|
|
|
|
|
+win32
|
|
|
+cygwin
|
|
|
+GCC under cygwin
|
|
|
+g++ -c -ftemplate-depth-30 -I%include %source
|
|
|
+g++ -o boosttmp.exe -ftemplate-depth-30 -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
|
|
|
+//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
|
|
+
|
|
|
+win32
|
|
|
+icl
|
|
|
+Intel C++ 5.0
|
|
|
+icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
|
|
|
+icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
|
|
|
+Intel<br><a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0 SP4
|
|
|
+
|
|
|
win32
|
|
|
cw
|
|
|
Metrowerks CodeWarrior
|
|
|
@@ -200,28 +221,6 @@ vc-stlport
|
|
|
Microsoft Visual C++ with STLport
|
|
|
cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
|
|
|
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no /libpath:$BOOST_STLPORT_PATH\lib user32.lib
|
|
|
-Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4<br>STLport<br>4.0
|
|
|
-
|
|
|
-win32
|
|
|
-cygwin
|
|
|
-GCC under cygwin
|
|
|
-g++ -c -ftemplate-depth-30 -I%include %source
|
|
|
-g++ -o boosttmp.exe -ftemplate-depth-30 -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
|
|
|
-//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
|
|
-
|
|
|
-// remove the intel compiler until they supply a permanent license
|
|
|
-//win32
|
|
|
-//icl
|
|
|
-//Intel C++ 5.0
|
|
|
-//icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
|
|
|
-//icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
|
|
|
-//<a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0
|
|
|
+Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4<br><a href="http://www.stlport.org/">STLport</a><br>4.0
|
|
|
|
|
|
// end of file
|