summaryrefslogtreecommitdiff
path: root/config_host_lang.mk.in
blob: dbd641499599ad3ac4a90adf6b3ee47f39993eae (plain)
1
2
3
4
5
6
7
8
 # language-related config variables for LibreOffice
 # this file is intended to be able to be included in a Makefile
 # and not to be sourced in a shell session
 #

export ALL_LANGS=@ALL_LANGS@
export WITH_LANG=@WITH_LANG@
export WITH_LANG_LIST=@WITH_LANG_LIST@
r>2025-01-03 15:38:01 +0100 committerJulien Nabet <serval2412@yahoo.fr>2025-01-04 09:30:50 +0100 commit068fef40d39b24a7f7ef1142e45cb3e7dcc9fb08 (patch) treeb84b453476c733e90b48ce697d369133372a0989 /connectivity/inc/TIndex.hxx parentf4a3ffe1110aa38a3836533e6c51b910c68c2336 (diff)
Related tdf#162279: rather use OSL_DEBUG_LEVEL instead of NDEBUG HEADmaster
Following Stephan's suggestion. Change-Id: Iaeb7192129d83471aa0a32e7adb272a14e80ff71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179703 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>