summaryrefslogtreecommitdiff
path: root/jvmaccess/util
diff options
context:
space:
mode:
Diffstat (limited to 'jvmaccess/util')
-rw-r--r--jvmaccess/util/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk
index 1d6106f8fb9e..9553973361b5 100644
--- a/jvmaccess/util/makefile.mk
+++ b/jvmaccess/util/makefile.mk
@@ -37,6 +37,11 @@ UNIXVERSIONNAMES = UDK
.INCLUDE: settings.mk
+.IF "$(OS)" == "IOS"
+ALL:
+ @echo Nothing done for $(OS)
+.ENDIF
+
.IF "$(UNIXVERSIONNAMES)" == ""
SHL1TARGET = $(TARGET)$(UDK_MAJOR)$(COMID)
.ELSE # UNIXVERSIONNAMES
traction of DdeItemImpTakeshi Abe 2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski 2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski 2017-04-19loplugin:useuniqueptr (clang-cl)Stephan Bergmann 2017-01-02use std::unique_ptrCaolán McNamara 2016-10-15clang-cl loplugin: svlStephan Bergmann 2016-10-08svl: convert DBG_ASSERTs to assertMichael Stahl 2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl 2016-10-07Revert "More blind fix for --enable-pch Windows builds"Michael Stahl 2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann 2016-10-07Make _WIN32-only DDE code use proper HCONVStephan Bergmann 2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann 2016-07-04remove comphelper::string::removeNoel Grandin 2016-04-06remove some dead bits of DDENoel Grandin 2015-08-31rename _Disconnect to DisconnectCaolán McNamara 2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara 2015-08-31warning C4100: 'nId' : unreferenced formal parameterCaolán McNamara 2015-08-31aDisconnectLink is never called, so remove itNoel Grandin 2015-08-31aConnectLink is never set, so remove itNoel Grandin 2015-08-14fix windows build, 'unreferenced formal parameter'Noel Grandin 2015-08-14fix windows build, partial revert of my commitNoel Grandin 2015-08-14make Link<> instances typedNoel Grandin 2015-06-08typoStephan Bergmann 2015-06-08cppcheck: noExplicitConstructorCaolán McNamara 2015-03-18more cast hellCaolán McNamara 2015-03-18another round of build fixingCaolán McNamara 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe