On Fri, 2010-09-17 at 19:26 +0200, Claudio Bantaloukas wrote: > http://www.mail-archive.com/[email protected]/msg00592.html > > > or simply > IF(CMAKE_SIZEOF_VOID_P EQUAL 4) > SET(LIB_SUFFIX "") > ELSE(CMAKE_SIZEOF_VOID_P EQUAL 4) > SET(LIB_SUFFIX 64) > as seen in http://code.google.com/p/bullet/issues/detail?id=174 >
added a patch which does something equivalent to the tracker. Anyone know how is this handled on windows? On Fri, 2010-09-17 at 01:27 +0200, Mateusz Loskot wrote: > Folks, > > I have updated SOCI tests handling, so related options > like SOCI_TEST_<BACKEND> SOCI_TEST_<BACKEND>_CONNSTR > are enabled/disabled dynamically depending on > SOCI_<BACKEND> as well as SOCI_TEST (by default ON). the empty testcase should have a default dummy connect string so it won't fail when none is given. > I have updated soci_version() macro and now it sets MAJOR.MINOR > as SOVERSION. Later, I will make use of SOVERSION for libraries > naming on Windows. ATM, SOVERSION is used on Linux (Unix) only. > I have updated the dynamic loading patch to reflect this. Note that the stringify macro issue remains. Best Regards, Julian Taylor
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
