summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2000-12-26 22:20:39 +0000
committerBeman Dawes <bdawes@acm.org>2000-12-26 22:20:39 +0000
commit01913fe74f0742f38378388be5be674a7a8908ea (patch)
tree912c2ae42dfa709d7b3f9d0c246985c6e7a35632
parent1f708498fcace919ba1681ff9b38db482b4be6ec (diff)
downloadboost-01913fe74f0742f38378388be5be674a7a8908ea.tar.gz
vc-stlport /link /libpath: now set
[SVN r8494]
-rw-r--r--libs/compiler.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/compiler.cfg b/libs/compiler.cfg
index d1de1c07da..2cd4c91424 100644
--- a/libs/compiler.cfg
+++ b/libs/compiler.cfg
@@ -111,8 +111,8 @@ 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" /I "%include" /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" /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
+cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I "%include" /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 "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /libpath:$BOOST_STLPORT_PATH\lib
Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0
// end of file