summaryrefslogtreecommitdiff
path: root/oovbaapi
ModeNameSize
-rw-r--r--Makefile476logplain
-rw-r--r--Module_oovbaapi.mk1007logplain
-rw-r--r--README146logplain
-rw-r--r--UnoApi_oovbaapi.mk23537logplain
d---------genconstidl41logplain
d---------ooo / vba30logplain
s='logsubject'>move setting up of ext. executables out of gbuild.mkDavid Tardon Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a 2012-10-26simplify pattern-target by using a simple recursion…Christian Lohmaier …instead of using eval to process the same rule multiple times Saves quoting, makes it more readable. (% always matches whole sub-paths, not only on Mac, see http://www.gnu.org/software/make/manual/html_node/Pattern-Match.html) Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd Reviewed-on: https://gerrit.libreoffice.org/858 Reviewed-by: Peter Foley <jpfoley2@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz> 2012-09-19officecfg: oops, create directory first...Michael Stahl Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5 2012-09-19officecfg: define list of schema files only once in files.mkMichael Stahl Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15 2012-09-19officecfg: replace hardcoded includes in unit test with generated headerMichael Stahl Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d 2012-05-10normalize variable names in gbuild user makefilesMichael Stahl Variables should have module name as prefix to prevent collisions. 2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed 2012-04-04officecfg: use CustomTarget makefileMatúš Kukan