summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2001-02-08 19:17:51 +0000
committerBeman Dawes <bdawes@acm.org>2001-02-08 19:17:51 +0000
commit886a65eb049541965e862596ec3b8469b0881d12 (patch)
tree14c424d58b01d4754280496c2b3815e45df27cf3
parent68882696fbbb2778f1b66750434e73b4c2438735 (diff)
downloadboost-886a65eb049541965e862596ec3b8469b0881d12.tar.gz
Define BOOST_INCLUDE_MAIN for Win32 compilers for initial testing of Boost Test Library
[SVN r9036]
-rw-r--r--status/compiler.cfg24
1 files changed, 12 insertions, 12 deletions
diff --git a/status/compiler.cfg b/status/compiler.cfg
index 8805af497d..c550c561b5 100644
--- a/status/compiler.cfg
+++ b/status/compiler.cfg
@@ -137,36 +137,36 @@ GNUPro<br>GCC&nbsp;2.9<br>+<br>SGI&nbsp;STL&nbsp;3.3
win32
bcc
Borland C++ 5.5.1
-bcc32 -c -I%include -j10 -q %source
-bcc32 -eboosttmp.exe -I%include -j10 -q %source
+bcc32 -c -I%include -j10 -q -DBOOST_INCLUDE_MAIN %source
+bcc32 -eboosttmp.exe -I%include -j10 -DBOOST_INCLUDE_MAIN -q %source
Borland<br>BCC<br>5.5.1
win32
cw
Metrowerks CodeWarrior
-mwcc -c -nocodegen -maxerrors 10 -cwd source -I- -I%include %source
-mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
+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
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" %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
+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
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" %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
+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
Microsoft<br>VC++<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
+g++ -c -ftemplate-depth-30 -I%include -DBOOST_INCLUDE_MAIN %source
+g++ -o boosttmp.exe -ftemplate-depth-30 -I%include -DBOOST_INCLUDE_MAIN %source
GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7
//win32
@@ -179,8 +179,8 @@ GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7
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" %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
+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" -D BOOST_INCLUDE_MAIN %source /link user32.lib
Intel C++<br>5.0<br>MS lib<br>6.0
// end of file