summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Library.mk
AgeCommit message (Expand)Author
2013-09-22gbuild: add a SHLXTHDL layer for librariesMichael Stahl
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl
2013-09-22gbuild: remove SOVERSION variable since it is hardcoded anywayMichael Stahl
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl
2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl
2013-09-22gbuild: refactor LinkTarget representationMichael Stahl
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
2013-09-22gbuild: remove unused gb_LinkTarget_use_headersMichael Stahl
2013-09-17do not copy invalid, merged libraries to instdirMatúš Kukan
2013-09-11Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directoryTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-09-09gbuild: put the DLL into INSTDIR, not the import libMichael Stahl
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan
2013-09-09gbuild: avoid packages when copying files into instdirMatúš Kukan
2013-08-27Introduce LO_BUILD_LIB_DIR for NONE .component filesStephan Bergmann
2013-08-26introduce gb_Package_PRESTAGEDIRBjoern Michaelsen
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen
2013-06-10gbuild: remove external_headers targetsMatúš Kukan
2013-06-07use .component files directly from workdirMatúš Kukan
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-24gbuild: simplify reg. of targets for PostprocessDavid Tardon
2013-05-14gbuild: allow to depend on headers of a libraryDavid Tardon
2013-05-06make sure the output dir existsDavid Tardon
2013-05-02fdo#54087 link the correct resource file to npsoplugin.dllAndras Timar
2013-05-01add function for adding runtime libs to ExternalPackageDavid Tardon
2013-05-01the internal packages should not be registeredDavid Tardon
2013-04-28gbuild: copy shared libs into $(INSTDIR)David Tardon
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan
2013-04-09Revert "add javavm and jvmfwk to Library_merged"Matúš Kukan
2013-03-31fix user-friendly targets' depsDavid Tardon
2013-03-28add javavm and jvmfwk to Library_mergedPeter Foley
2013-03-03use pattern rule for PostprocessDavid Tardon
2013-02-26move postprocess to gbuildBjoern Michaelsen
2013-02-25Last use of obsolete gb_*_add_api is long goneStephan Bergmann
2012-12-10userfriendly make targets for build and cleanLuboš Luňák
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák
2012-12-10bring back precompiled headers supportLuboš Luňák
2012-10-23gbuild: fix AUXTARGETS:Michael Stahl
2012-10-22allow LDFLAGS from gbuild to be selective tooLubos Lunak
2012-10-22drop unneeded functionsDavid Tardon
2012-10-21convert postgresql to gbuildPeter Foley
2012-09-29gbuild: gb_Library_TARGETS should really not be needed nowMatúš Kukan
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-26Revert "gbuild: remove gb_Library_TARGETS and ..."Michael Stahl
2012-09-26gbuild: remove gb_Library_TARGETS and replace gb_Library_get_implibnameMatúš Kukan
2012-09-22SOVERSION is used by LinkTarget, so set it thereDavid Tardon
2012-09-22allow Library to disable hidden visibilityMatúš Kukan