summaryrefslogtreecommitdiffstats
path: root/desktop/Library_passive_native.mk
Commit message (Collapse)AuthorAgeFilesLines
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-181-0/+2
| | | | | | | | | | | ...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
* Missing "boost_headers"Stephan Bergmann2013-12-161-0/+4
| | | | Change-Id: I6ad89134dbecf043fc3e07f035b43cb504a4fafb
* Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann2013-03-071-0/+26
...to manually build solver/*/bin/test-passive.oxt via "make Extension_test-passive". There's still room for improvement in gbuild, though: * There should be no need to add the extension's native library and jar UNO components (which nothing else links againts) to the central Repository.mk. * There should be no need to move manifest.xml around. * There should be no need to move .java files around. * Let "make Extension_test-passive.clean" clean up again. Change-Id: Ib44558061c4c0fda6be5943bd02b5a42cd15c52e