bump product version to 5.0.4.1
[LibreOffice.git] / winaccessibility / Module_winaccessibility.mk
blob19490a6991f9f33ddc776bc321937b5dd5bd92d1
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_Module_Module,winaccessibility))
12 ifeq ($(OS),WNT)
13 ifeq ($(COM),MSC)
14 ifeq ($(DISABLE_ATL),)
15 $(eval $(call gb_Module_add_targets,winaccessibility,\
16 WinResTarget_uacccom \
17 CustomTarget_ia2_idl \
18 Library_uacccom \
19 Library_winaccessibility \
21 endif # !DISABLE_ATL
22 endif # COM=MSC
23 endif # WNT
25 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: