summaryrefslogtreecommitdiff
path: root/connectivity/Library_macabdrv1.mk
AgeCommit message (Collapse)Author
2013-05-07Yet another fix for missing sqlbison.hxxStephan Bergmann
Change-Id: I2fb97a1422ed82c79b7babff793dba700eba2369
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-27need more boost_headersMichael Stahl
Change-Id: Ic58e334acb9d9c89e5466638286c0f42dc36df43
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-05-29connectivity: missing include in gbuildificationNorbert Thiebaud
Change-Id: I3180537cf379976659e93d93eb707ca87ae13735
2012-05-29update gbuild function namesDavid Tardon
Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5
2012-05-29connectivity: fix circular depsPeter Foley
2012-05-29connectivity: convert macab to gbuildPeter Foley