Make ElementsDeck the default deck for Math first start
[LibreOffice.git] / shell / WinResTarget_shlxthdl.mk
blob65628ad5d6d3ecd384d6b4de46887b29a5ab81a0
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_WinResTarget_WinResTarget,shlxthdl))
12 $(eval $(call gb_WinResTarget_set_include,shlxthdl,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/shell/inc \
17 $(eval $(call gb_WinResTarget_use_custom_headers,shlxthdl,\
18 shell/source/win32/shlxthandler/res \
21 $(eval $(call gb_WinResTarget_set_rcfile,shlxthdl,shell/source/win32/shlxthandler/res/shlxthdl))
23 # vim: set shiftwidth=4 tabstop=4 noexpandtab: