1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_InstallModule_InstallModule
,scp2
/windows
))
12 $(eval
$(call gb_InstallModule_define_if_set
,scp2
/windows
,\
16 $(eval
$(call gb_InstallModule_add_defs
,scp2
/windows
,\
17 $(if
$(WINDOWS_SDK_HOME
),\
22 $(eval
$(call gb_InstallModule_add_scpfiles
,scp2
/windows
,\
23 scp2
/source
/ooo
/folder_ooo \
24 $(if
$(MSM_PATH
),scp2
/source
/ooo
/vc_redist
) \
25 $(if
$(UCRT_REDISTDIR
),scp2
/source
/ooo
/ucrt
) \
26 scp2
/source
/ooo
/windowscustomaction_ooo \
29 $(eval
$(call gb_InstallModule_add_localized_scpfiles
,scp2
/windows
,\
30 scp2
/source
/base
/folderitem_base \
31 scp2
/source
/base
/registryitem_base \
32 scp2
/source
/calc
/folderitem_calc \
33 scp2
/source
/calc
/registryitem_calc \
34 scp2
/source
/draw
/folderitem_draw \
35 scp2
/source
/draw
/registryitem_draw \
36 scp2
/source
/impress
/folderitem_impress \
37 scp2
/source
/impress
/registryitem_impress \
38 scp2
/source
/math
/folderitem_math \
39 scp2
/source
/math
/registryitem_math \
40 scp2
/source
/ooo
/folderitem_ooo \
41 scp2
/source
/ooo
/registryitem_ooo \
42 scp2
/source
/writer
/folderitem_writer \
43 scp2
/source
/writer
/registryitem_writer \
46 # vim: set shiftwidth=4 tabstop=4 noexpandtab: