summaryrefslogtreecommitdiff
path: root/setup_native/Library_thidxmsi.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-13 10:55:40 +0100
committerAndras Timar <atimar@suse.com>2013-02-13 12:12:20 +0100
commiteb6fa6be7500b9110913174552c156b0504ece07 (patch)
treea15c1e74c3e84b3dea85969d55f5c752bb11dce2 /setup_native/Library_thidxmsi.mk
parent33fcc140ba412bd7565cc469418e65d445c98b52 (diff)
remove thesaurus indexer CustomAction
It was never integrated and used. If we made the effort to integrate it, Windows installer would be a few megabytes smaller, because indexes of thesauri would be generated in install time (instead of packaging pre-generated indexes). However, the cons are: * untested * presumably slows down instal process which is slow already * adds complexity to installer which is too complex already * indexes will not be there in case of administrative install (QA) * bad experiences with CustomActions that manipulate the installed application (various, weird permission problems) Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
Diffstat (limited to 'setup_native/Library_thidxmsi.mk')
-rw-r--r--setup_native/Library_thidxmsi.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/setup_native/Library_thidxmsi.mk b/setup_native/Library_thidxmsi.mk
deleted file mode 100644
index 1647bb32727c..000000000000
--- a/setup_native/Library_thidxmsi.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Library_Library,thidxmsi))
-
-$(eval $(call gb_Library_add_defs,thidxmsi,\
- -D_STLP_USE_STATIC_LIB \
-))
-
-$(eval $(call gb_Library_add_exception_objects,thidxmsi,\
- setup_native/source/win32/customactions/thesaurus/thesaurus \
-))
-
-$(eval $(call gb_Library_use_system_win32_libs,thidxmsi,\
- msi \
- kernel32 \
- user32 \
- advapi32 \
- shell32 \
-))
-
-# vim: set noet sw=4 ts=4: