Hi Ferdinando,
no problem - I'll revert the change asap (tonight) - I wasn't aware of this policy - obviously not following the discussions here on the list - sorry. cheers, Plamen -----Original Message----- From: "Ferdinando Ametrano" <[hidden email]> Sent: Mon, 14 Apr 2008 10:10:15 +0200 To: [hidden email] CC: [hidden email] Received: 14-Apr-2008 10:10:54 +0200 Subject: Re: [Quantlib-dev] [QuantLib-svn] SF.net SVN: quantlib: [14708] branches/serialization_enhancements2 * 0 RECENT * 1210 FETCH (UID 41427 BODY[1] {2395} 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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |