summaryrefslogtreecommitdiff
path: root/sdext/Executable_pdf2xml.mk
AgeCommit message (Collapse)Author
2013-04-30pdf2xml implicitely needs cppunit headers.Thorsten Behrens
Change-Id: I070ed7ebc0b470bf03be17031455f682b7872087
2013-04-30Make pdf2xml usable at least from within buildenv again.Thorsten Behrens
Seems this had bitrotted quite a lot. Calling it now like a cppunit test works again. Change-Id: I27479c3c3e1c1fe0639629e9bf8844456e0b0515
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-21Remove StringMirror UNO service.Thorsten Behrens
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 Stahl
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2012-12-02sdext: there is a severe shortage of boost dependencies hereMichael Stahl
Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827
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-12sdext: factor out a static library to fix triple-linked objectsMichael Stahl
2012-03-06build test executables for pdfimportDavid Tardon