summaryrefslogtreecommitdiff
path: root/accessibility/Module_accessibility.mk
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara
2013-12-05fdo#39956 Delete JABDavid Ostrovsky
2013-11-21--enable-ia2 no longer disables Java access bridgeMichael Stahl
2013-11-19Add --enable-ia2 configuration optionDavid Ostrovsky
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-10-25fdo#53474: Fix Windows Java Accessibility BridgeStephan Bergmann
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan
2011-12-23convert windows-specific bits, part 2: libDavid Tardon
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon
class='hunk'>@@ -20,12 +20,15 @@
$(eval $(call gb_Module_Module,svl))
$(eval $(call gb_Module_add_targets,svl,\
- AllLangResTarget_svl \
Library_fsstorage \
Library_passwordcontainer \
Library_svl \
))
+$(eval $(call gb_Module_add_l10n_targets,svl,\
+ AllLangResTarget_svl \
+))
+
$(eval $(call gb_Module_add_check_targets,svl,\
CppunitTest_svl_lngmisc \
CppunitTest_svl_qa_cppunit \