|
|
@@ -287,7 +287,7 @@ Metrowerks CodeWarrior
|
|
|
// the uninteded side effect of turning off some error detection
|
|
|
mwcc -c -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
-Metrowerks<br><a href="http://www.metrowerks.com/products/windows/">CodeWarrior</a><br>7.0
|
|
|
+Metrowerks<br><a href="http://www.metrowerks.com/products/windows/">CodeWarrior</a><br>7.1
|
|
|
|
|
|
win32
|
|
|
vc
|
|
|
@@ -299,9 +299,9 @@ Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br
|
|
|
win32
|
|
|
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 SP5<br><a href="http://www.stlport.org/">STLport</a><br>4.0
|
|
|
+cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/include/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/include/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no user32.lib
|
|
|
+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.5.1
|
|
|
|
|
|
macosx
|
|
|
cw-cfm
|