|
From: Ferdinando A. <na...@am...> - 2008-04-14 08:10:21
|
Hi Plamen > Log Message: > ----------- > small project file changes to allow for boost installed in an arbitrary directory > > Modified Paths: > -------------- > branches/serialization_enhancements2/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj > branches/serialization_enhancements2/ObjectHandler/Examples/xl/ExampleXllDynamic1_vc8.vcproj > branches/serialization_enhancements2/ObjectHandler/Examples/xl/ExampleXllDynamic2_vc8.vcproj > branches/serialization_enhancements2/ObjectHandler/Examples/xl/ExampleXllStatic_vc8.vcproj > branches/serialization_enhancements2/QuantLibAddin/Clients/Cpp/ClientCppDemo_vc8.vcproj > > Modified: branches/serialization_enhancements2/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj > =================================================================== > --- branches/serialization_enhancements2/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj 2008-04-13 16:08:51 UTC (rev 14707) > +++ branches/serialization_enhancements2/ObjectHandler/Examples/C++/ExampleCpp_vc8.vcproj 2008-04-13 21:31:49 UTC (rev 14708) > @@ -75,7 +75,7 @@ > OutputFile="bin\ExampleCpp-vc80-mt-0_9_5.exe" > LinkIncremental="1" > SuppressStartupBanner="true" > - AdditionalLibraryDirectories="..\..\lib,..\..\..\log4cxx\msvc\Lib" > + AdditionalLibraryDirectories="..\..\lib;..\..\..\log4cxx\msvc\Lib;"$(BOOST_DIR)\lib"" I would prefer no to have environment variable for the boost library resolution. In my opinion it should up to the developer to configure properly its Visual Studio IDE (Tools | Options | Project and Solutions | VC++ Directories) to point to its favorite boost version. Am I missing something? Do you agree? ciao -- Nando |