Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-01-25 09:41:12


> "John Maddock" <john_at_[hidden]> writes:
>
>>> > c:\build\bin\fluid\store\store.dll\vc7.1\debug\threading-multi\store.dll
>>> > c:\build\bin\fluid\store\store.dll\vc7.1\debug\threading-multi\store.lib
>>> >> LINK : fatal error LNK1104: cannot open file
>>> > 'libboost_date_time-vc71-mt-gd-1_31.lib'
>>> >>
>>> >> Any clues for me?
>>
>> Dave, it looks like you are linking to the dll versions of the libraries,
>> but are not defining either BOOST_DATE_TIME_DYN_LINK or BOOST_ALL_DYN_LINK
>> when building your source - without one or the other of these then the
>> source won't know to mangle symbols with __declspec(dllimport), or to
>> auto-link to the dll rather than static lib versions. Same argument applies
>> to the other boost libs you are using.
>
> Oh, nasty. I keep forgetting that static linking is the default here.
>
> This seems like a real usability problem to me. My project used to
> work just fine before auto_link capabilities were added. I specified
> that I wanted to link to the dlls by putting them in my sources, and
> everything worked. Now I have to add one or more <define>s to all my
> targets, or I get confusing errors. Doesn't seem like an
> improvement, at least for my usage model.

Worse, adding BOOST_ALL_DYN_LINK doesn't work:

LINK : fatal error LNK1104: cannot open file 'boost_filesystem-vc71-mt-gd-1_31.lib'

--- build commands follow ---

 --=-=-= Content-Disposition: inline; filename=c.jerr

cd c:/src/fluid/fluid/lucene/index/
myjam -n -a -sTOOLS=vc7.1 test
...found 4857 targets...
...updating 85 targets...
vc-C++ c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\exception.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\filesystem\build" -I"c:\boost" -I"c:\boost" -Fo"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\exception.obj" -Tp"c:\boost\libs\filesystem\build\../src/exception.cpp"

vc-C++ c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\operations_posix_windows.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\filesystem\build" -I"c:\boost" -I"c:\boost" -Fo"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\operations_posix_windows.obj" -Tp"c:\boost\libs\filesystem\build\../src/operations_posix_windows.cpp"

vc-C++ c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\path_posix_windows.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\filesystem\build" -I"c:\boost" -I"c:\boost" -Fo"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\path_posix_windows.obj" -Tp"c:\boost\libs\filesystem\build\../src/path_posix_windows.cpp"

vc-C++ c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\convenience.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\filesystem\build" -I"c:\boost" -I"c:\boost" -Fo"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\convenience.obj" -Tp"c:\boost\libs\filesystem\build\../src/convenience.cpp"

command-file-dump c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD

IF EXIST "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD" DEL "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\exception.obj">>"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\operations_posix_windows.obj">>"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\path_posix_windows.obj">>"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\convenience.obj">>c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD

vc-Archive c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
if exist "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.lib" DEL "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.lib"
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /lib /out:"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.lib" @"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.CMD"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\execution_monitor.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\execution_monitor.obj" -Tp"c:\boost\libs\test\build\../src/execution_monitor.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\test_tools.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\test_tools.obj" -Tp"c:\boost\libs\test\build\../src/test_tools.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_parameters.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_parameters.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_parameters.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_log.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_log.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_log.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_monitor.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_monitor.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_monitor.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_result.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_result.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_result.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_suite.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_suite.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_suite.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_main.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_main.obj" -Tp"c:\boost\libs\test\build\../src/unit_test_main.cpp"

vc-C++ c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\supplied_log_formatters.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\test\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\supplied_log_formatters.obj" -Tp"c:\boost\libs\test\build\../src/supplied_log_formatters.cpp"

command-file-dump c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD

IF EXIST "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD" DEL "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\execution_monitor.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\test_tools.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_parameters.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_log.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_monitor.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_result.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_suite.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\unit_test_main.obj">>"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"
echo "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\supplied_log_formatters.obj">>c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD

vc-Archive c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
if exist "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.lib" DEL "c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.lib"
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /lib /out:"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.lib" @"c:\build\bin\boost\libs\test\build\libboost_unit_test_framework.lib\vc7.1\debug\threading-multi\libboost_unit_test_framework.CMD"

vc-C++ c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_month.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\date_time\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_month.obj" -Tp"c:\boost\libs\date_time\build\../src/gregorian/greg_month.cpp"

vc-C++ c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_weekday.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\date_time\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_weekday.obj" -Tp"c:\boost\libs\date_time\build\../src/gregorian/greg_weekday.cpp"

vc-C++ c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\date_generators.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\date_time\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\date_generators.obj" -Tp"c:\boost\libs\date_time\build\../src/gregorian/date_generators.cpp"

command-file-dump c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD

IF EXIST "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD" DEL "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_month.obj">>"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\greg_weekday.obj">>"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\date_generators.obj">>c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD

vc-Link c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.dll c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console /out:"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.dll" /IMPLIB:"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.lib" @"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.CMD"

vc-C++ c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\exception.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_UTIL_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\util" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\exception.obj" -Tp"c:\src\fluid\fluid\lucene\util\exception.cpp"

vc-C++ c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\md5.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_UTIL_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\util" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\md5.obj" -Tp"c:\src\fluid\fluid\lucene\util\md5.cpp"

command-file-dump c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD

IF EXIST "c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD" DEL "c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD"
echo "c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\exception.obj">>"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD"
echo "c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\md5.obj">>c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD

vc-Link c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.dll c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console /out:"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.dll" /IMPLIB:"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.lib" @"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.CMD"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\condition.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\condition.obj" -Tp"c:\boost\libs\thread\build\../src/condition.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\mutex.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\mutex.obj" -Tp"c:\boost\libs\thread\build\../src/mutex.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\recursive_mutex.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\recursive_mutex.obj" -Tp"c:\boost\libs\thread\build\../src/recursive_mutex.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\thread.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\thread.obj" -Tp"c:\boost\libs\thread\build\../src/thread.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\tss.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\tss.obj" -Tp"c:\boost\libs\thread\build\../src/tss.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\xtime.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\xtime.obj" -Tp"c:\boost\libs\thread\build\../src/xtime.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\once.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\once.obj" -Tp"c:\boost\libs\thread\build\../src/once.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\exceptions.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\exceptions.obj" -Tp"c:\boost\libs\thread\build\../src/exceptions.cpp"

vc-C++ c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\threadmon.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DBOOST_THREAD_BUILD_DLL=1 /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\boost\libs\thread\build" -I"c:\boost" -Fo"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\threadmon.obj" -Tp"c:\boost\libs\thread\build\../src/threadmon.cpp"

command-file-dump c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD

IF EXIST "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD" DEL "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\condition.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\mutex.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\recursive_mutex.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\thread.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\tss.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\xtime.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\once.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\exceptions.obj">>"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\threadmon.obj">>c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD

vc-Link c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.dll c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console /out:"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.dll" /IMPLIB:"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.lib" @"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.CMD"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\bitset.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\bitset.obj" -Tp"c:\src\fluid\fluid\lucene\store\bitset.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Directory.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Directory.obj" -Tp"c:\src\fluid\fluid\lucene\store\Directory.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\FSDirectory.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\FSDirectory.obj" -Tp"c:\src\fluid\fluid\lucene\store\FSDirectory.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\RAMDirectory.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\RAMDirectory.obj" -Tp"c:\src\fluid\fluid\lucene\store\RAMDirectory.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\InputStream.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\InputStream.obj" -Tp"c:\src\fluid\fluid\lucene\store\InputStream.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\OutputStream.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\OutputStream.obj" -Tp"c:\src\fluid\fluid\lucene\store\OutputStream.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Lock.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Lock.obj" -Tp"c:\src\fluid\fluid\lucene\store\Lock.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\LockError.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\LockError.obj" -Tp"c:\src\fluid\fluid\lucene\store\LockError.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\scratch_directory.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\scratch_directory.obj" -Tp"c:\src\fluid\fluid\lucene\store\scratch_directory.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\stream.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\stream.obj" -Tp"c:\src\fluid\fluid\lucene\store\stream.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\buffer.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\buffer.obj" -Tp"c:\src\fluid\fluid\lucene\store\buffer.cpp"

vc-C++ c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\path_iterator.obj

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c -DFLUID_LUCENE_STORE_BUILD_DLL=1 -DBOOST_ALL_DYN_LINK /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t -I"c:\build\bin\fluid\lucene\store" -I"c:\src\fluid" -I"c:\boost" -Fo"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\path_iterator.obj" -Tp"c:\src\fluid\fluid\lucene\store\path_iterator.cpp"

command-file-dump c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD

IF EXIST "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD" DEL "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\bitset.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Directory.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\FSDirectory.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\RAMDirectory.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\InputStream.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\OutputStream.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\Lock.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\LockError.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\scratch_directory.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\stream.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\buffer.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\path_iterator.obj">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi\libboost_filesystem-vc71-mt-gd-1_31.lib">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.lib">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.lib">>"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
echo "c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi\boost_date_time-vc71-mt-gd-1_31.lib">>c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD

vc-Link c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.dll c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.lib

CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console /out:"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.dll" /IMPLIB:"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.lib" /LIBPATH:"c:\build\bin\boost\libs\filesystem\build\libboost_filesystem.lib\vc7.1\debug\threading-multi" /LIBPATH:"c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi" /LIBPATH:"c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi" /LIBPATH:"c:\build\bin\boost\libs\date_time\build\boost_date_time.dll\vc7.1\debug\threading-multi" "lucene_util.lib" "boost_thread-vc71-mt-gd-1_31.lib" "boost_date_time-vc71-mt-gd-1_31.lib" @"c:\build\bin\fluid\lucene\store\lucene_store.dll\vc7.1\debug\threading-multi\lucene_store.CMD"
 --=-=-=

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 --=-=-=-- 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk