summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDarin Adler <darin@bentspoon.com>2001-09-22 02:57:32 +0000
committerDarin Adler <darin@bentspoon.com>2001-09-22 02:57:32 +0000
commit7e1325f9feda5c3ad9d1ed5d44c1124bda32cc59 (patch)
tree5c0c99af6625de342e3ad20866a9ef62c2073a92 /status
parent7ad95929a51f4d7903cd5ea1a1260f98c9e47598 (diff)
downloadboost-7e1325f9feda5c3ad9d1ed5d44c1124bda32cc59.tar.gz
Add command lines for testing under Mac OS X.
[SVN r11196]
Diffstat (limited to 'status')
-rw-r--r--status/compiler.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/status/compiler.cfg b/status/compiler.cfg
index 17927fe077..5097c77219 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -307,5 +307,19 @@ cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlpor
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
+macosx
+cw
+Metrowerks CodeWarrior 7.0 (Mach-O)
+mwccppc -c -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd source -I- -I%include %source
+mwccppc -o boosttmp.exe -w on,noimplicit,nonotinlined,nocomma -maxerrors 10 -cwd source -I- -I%include %source
+Metrowerks<br><a href="http://www.metrowerks.com/products/macos/">CodeWarrior</a><br>7.0<br>(Mach-O)
+
+macosx
+cc
+GCC 2.95.2
+c++ -c -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source
+c++ -o boosttmp.exe -ansi -Wall -W -Wno-long-long -Wno-long-double -ftemplate-depth-30 -I%include %source
+GNU<br><a href="http://gcc.gnu.org/">GCC</a><br>2.95.2
+
// end of file