Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2004-01-24 09:33:44


>> I have a Boost.Build v1 project that uses Boost targets via, e.g.
>> <dll>@boost/libs/date_time/build/boost_date_time in the sources. Unless
> I'm sure to
>> add <define>BOOST_ALL_NO_LIB everywhere, I get this link error:
>>
>> vc-Link
> 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?
>
> No, I've never used the @ feature, normally bjam will add the path to the
> lib or dll to your lib search path so that the linker does find auto-linked
> libs, what does the command line look like?

I've enclosed the output up to the point of the error. The system
seems to be confused about whether the library is supposed to have an
initial "lib" prefix.

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

cd c:/src/fluid/fluid/lucene/store/
myjam -d+2 -sTOOLS=vc7.1
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"

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"

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"

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"

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"

Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

"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\operations_posix_windows.obj"
"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\convenience.obj"
MkDir1 c:\build\bin\fluid\lucene\store\liblucene_store.lib

mkdir "c:\build\bin\fluid\lucene\store\liblucene_store.lib"

MkDir1 c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1

mkdir "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1"

MkDir1 c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug

mkdir "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug"

MkDir1 c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi

mkdir "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi"

vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\bitset.obj" -Tp"..\..\lucene\store\bitset.cpp"

bitset.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\Directory.obj" -Tp"..\..\lucene\store\Directory.cpp"

Directory.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\FSDirectory.obj" -Tp"..\..\lucene\store\FSDirectory.cpp"

FSDirectory.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\RAMDirectory.obj" -Tp"..\..\lucene\store\RAMDirectory.cpp"

RAMDirectory.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\InputStream.obj" -Tp"..\..\lucene\store\InputStream.cpp"

InputStream.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\OutputStream.obj" -Tp"..\..\lucene\store\OutputStream.cpp"

OutputStream.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\Lock.obj" -Tp"..\..\lucene\store\Lock.cpp"

Lock.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\LockError.obj" -Tp"..\..\lucene\store\LockError.cpp"

LockError.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\scratch_directory.obj" -Tp"..\..\lucene\store\scratch_directory.cpp"

scratch_directory.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\stream.obj" -Tp"..\..\lucene\store\stream.cpp"

stream.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\buffer.obj" -Tp"..\..\lucene\store\buffer.cpp"

buffer.cpp
vc-C++ c:\build\bin\fluid\lucene\store\liblucene_store.lib\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_STATIC_LINK=1 /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\liblucene_store.lib\vc7.1\debug\threading-multi\path_iterator.obj" -Tp"..\..\lucene\store\path_iterator.cpp"

path_iterator.cpp
command-file-dump c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD

IF EXIST "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD" DEL "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\bitset.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\Directory.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\FSDirectory.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\RAMDirectory.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\InputStream.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\OutputStream.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\Lock.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\LockError.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\scratch_directory.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\stream.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\buffer.obj">>"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD"
echo "c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\path_iterator.obj">>c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.CMD

vc-Archive c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\liblucene_store.lib

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

Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\bitset.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\Directory.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\FSDirectory.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\RAMDirectory.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\InputStream.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\OutputStream.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\Lock.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\LockError.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\scratch_directory.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\stream.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\buffer.obj"
"c:\build\bin\fluid\lucene\store\liblucene_store.lib\vc7.1\debug\threading-multi\path_iterator.obj"
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 /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"

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 /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"

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"

Creating library c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.lib and object c:\build\bin\fluid\lucene\util\lucene_util.dll\vc7.1\debug\threading-multi\lucene_util.exp
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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

Creating library c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.lib and object c:\build\bin\boost\libs\thread\build\boost_thread.dll\vc7.1\debug\threading-multi\boost_thread-vc71-mt-gd-1_31.exp
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"

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"

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"

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"

Creating library 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 and object 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.exp
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 /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"..\..\lucene\store\bitset.cpp"

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 /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"..\..\lucene\store\Directory.cpp"

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 /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"..\..\lucene\store\FSDirectory.cpp"

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 /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"..\..\lucene\store\RAMDirectory.cpp"

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 /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"..\..\lucene\store\InputStream.cpp"

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 /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"..\..\lucene\store\OutputStream.cpp"

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 /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"..\..\lucene\store\Lock.cpp"

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 /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"..\..\lucene\store\LockError.cpp"

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 /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"..\..\lucene\store\scratch_directory.cpp"

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 /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"..\..\lucene\store\stream.cpp"

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 /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"..\..\lucene\store\buffer.cpp"

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 /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"..\..\lucene\store\path_iterator.cpp"

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