summaryrefslogtreecommitdiff
path: root/connectivity/Library_dbtools.mk
AgeCommit message (Collapse)Author
2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan
dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to create dependency and fix the build. This creates circular dependency for libmerged, dbtools is not that common library. It's better to create real dependency in connectivity_inc package. To avoid another circular dependency gb_YaccTarget_get_header_target must not depend on external headers target. Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c
2012-08-20No jvmaccess for iOSTor Lillqvist
Change-Id: Ifc83795c84cc82832a185317d4aa3554419e31e3
2012-07-11Library_dbtools: sort objectsMichael Stahl
Change-Id: I91a510a7a778a669182a14333e78a8095b27c6cd
2012-07-11warning C4530: C++ exception handler used ... specify /EHscMichael Stahl
Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-13use commandline parameters instead of bison directives (XCode 2.5)Christian Lohmaier
XCode 2.5 only has ancient bison that doesn't support the %file-prefix, %name-prefix,... directives. So use the more compatible commandline arguments (just like before gbuildification of the module)
2012-05-31Library_dbtools.mk: fix cyclic dependency on connectivity_generatedMichael Stahl
Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4
2012-05-29make sure all headers are in placeDavid Tardon
Change-Id: I9b0b2eb426e44883e0e81ab693c907e6ed70f39e
2012-05-29connectivity: use gbuild api for flex (this hide a -Werror problem on Mac)Norbert Thiebaud
Change-Id: I7b5551932db6e3e6037ad4f98ed77a29b4dec5db
2012-05-29update gbuild function namesDavid Tardon
Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5
2012-05-29ensure headers are in place before compilingDavid Tardon
2012-05-29connectivity: fix circular depsPeter Foley
2012-05-29connectivity: convert dbt to gbuildPeter Foley