summaryrefslogtreecommitdiff
path: root/basegfx
ModeNameSize
-rw-r--r--CppunitTest_basegfx.mk991logplain
-rw-r--r--Library_basegfx.mk3046logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_basegfx.mk543logplain
-rw-r--r--README118logplain
d---------qa41logplain
d---------source457logplain
d---------test296logplain
>Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan