summaryrefslogtreecommitdiff
path: root/sdext/Executable_pdfunzip.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30pdfunzip rather needs ~no office libraries.Thorsten Behrens1-4/+0
Change-Id: I27df97ab6e35b03dfe70c7a979dd06f977086069
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-03-21Remove StringMirror UNO service.Thorsten Behrens1-0/+1
This was a kludge from back in the day when pdfimport was an extension and could not link against office libs. While at it, fix mirror method to handle unicode surrogates correctly. Change-Id: I3582a7870efdfea50446d3604a185025b1d5a196
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2012-12-02sdext: there is a severe shortage of boost dependencies hereMichael Stahl1-0/+1
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-3/+3
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-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl1-20/+3
2012-03-06build test executables for pdfimportDavid Tardon1-0/+76