avoid windres preprocessor quoting-messups with current cygwin
[LibreOffice.git] / ridljar / Jar_unoloader.mk
blob50b32e8f0f880fa0d74b996e2f735a584bb51bda
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_Jar_Jar,unoloader))
12 $(eval $(call gb_Jar_set_packageroot,unoloader,com))
14 $(eval $(call gb_Jar_set_manifest,unoloader,$(SRCDIR)/ridljar/source/unoloader/com/sun/star/lib/unoloader/manifest))
16 $(eval $(call gb_Jar_add_sourcefiles,unoloader,\
17 ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoClassLoader \
18 ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader \
21 # vim:set noet sw=4 ts=4: