summaryrefslogtreecommitdiff
path: root/tools/Module_tools.mk
AgeCommit message (Collapse)Author
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-03-31tools: use CustomTarget makefileMatúš Kukan
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist
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-16nothing seems to be using toolshelpers.a but rscdep, fold it in rscepNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-03Add statically linked unit tester for iOSTor Lillqvist
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-25recover my cppunit test for tools againCaolán McNamara
2011-07-10Don't pointlessly build build-time tools when cross-compilingTor Lillqvist
2011-04-16adding toolshelpers in Module_tools.mk tooBjoern Michaelsen
2011-04-16remove obsolete ssprettyBjoern Michaelsen
2011-03-16using CustomTarget for generated codeBjoern Michaelsen
2010-11-17gnumake2: updated license headersBjoern Michaelsen
2010-08-04gnumake2: added static ooopathutils libBjoern Michaelsen
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen