Fix typo
[LibreOffice.git] / net_ure / DotnetLibrary_net_oootypes.mk
blobb12a32f50ed25fba4cb53c5cc93a378a3c7a5540
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/.
9 $(eval $(call gb_DotnetLibrary_DotnetLibrary,net_oootypes,$(gb_DotnetLibrary_CS)))
11 $(eval $(call gb_DotnetLibrary_use_customtarget,net_oootypes,net_ure/net_oootypes))
13 $(eval $(call gb_DotnetLibrary_link_library,net_oootypes,net_uretypes))
15 $(eval $(call gb_DotnetLibrary_add_properties,net_oootypes,\
16 <Version>0.1.0</Version> \
17 <Company>LibreOffice</Company> \
18 <Description>LibreOffice datatypes for the .NET language UNO binding.</Description> \
21 # vim: set noet sw=4 ts=4: