summaryrefslogtreecommitdiff
path: root/sax/Module_sax.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan1-0/+1
..only to share one class with fastsax in sax, where it's not used. The link dependency is ugly, mostly for libmerged. Use static library. Another option would be to link fastsax against expwrap. Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070
2012-06-16gbuildification of saxNorbert Thiebaud1-0/+23
Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13
2012-06-16revert gmk4Norbert Thiebaud1-42/+0
Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist1-6/+0
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-08-03Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anywayTor Lillqvist1-2/+2
2011-08-02Add static sax cppunittester for iOSTor Lillqvist1-0/+6
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer1-0/+41