|
|
@@ -137,36 +137,36 @@ GNUPro<br>GCC 2.9<br>+<br>SGI STL 3.3
|
|
|
win32
|
|
|
bcc
|
|
|
Borland C++ 5.5.1
|
|
|
-bcc32 -c -I%include -j10 -q -DBOOST_INCLUDE_MAIN %source
|
|
|
-bcc32 -eboosttmp.exe -I%include -j10 -DBOOST_INCLUDE_MAIN -q %source
|
|
|
+bcc32 -c -I%include -j10 -q %source
|
|
|
+bcc32 -eboosttmp.exe -I%include -j10 -q %source
|
|
|
Borland<br>BCC<br>5.5.1
|
|
|
|
|
|
win32
|
|
|
cw
|
|
|
Metrowerks CodeWarrior
|
|
|
-mwcc -c -nocodegen -maxerrors 10 -cwd source -I- -I%include -DBOOST_INCLUDE_MAIN %source
|
|
|
-mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include -DBOOST_INCLUDE_MAIN %source
|
|
|
+mwcc -c -nocodegen -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
+mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
|
|
|
Metrowerks<br>CodeWarrior<br>6.0
|
|
|
|
|
|
win32
|
|
|
vc
|
|
|
Microsoft Visual C++
|
|
|
-cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -DBOOST_INCLUDE_MAIN %source
|
|
|
-cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -DBOOST_INCLUDE_MAIN %source /link /incremental:no user32.lib
|
|
|
+cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
|
|
|
+cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no user32.lib
|
|
|
Microsoft<br>VC++<br>6.0 SP4
|
|
|
|
|
|
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" -DBOOST_INCLUDE_MAIN %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" -DBOOST_INCLUDE_MAIN %source /link /incremental:no /libpath:$BOOST_STLPORT_PATH\lib user32.lib
|
|
|
+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>VC++<br>6.0 SP4<br>STLport<br>4.0
|
|
|
|
|
|
win32
|
|
|
cygwin
|
|
|
GCC under cygwin
|
|
|
-g++ -c -ftemplate-depth-30 -I%include -DBOOST_INCLUDE_MAIN %source
|
|
|
-g++ -o boosttmp.exe -ftemplate-depth-30 -I%include -DBOOST_INCLUDE_MAIN %source
|
|
|
+g++ -c -ftemplate-depth-30 -I%include %source
|
|
|
+g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
|
|
GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7
|
|
|
|
|
|
//win32
|