lok: use "None" string item in the ListBox control
[LibreOffice.git] / odk / CustomTarget_build-examples.mk
blobde3e9653f33647420a79e75f803725e621bf72d5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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 my_example_dirs = \
11 CLI/CSharp/Spreadsheet \
12 CLI/VB.NET/WriterDemo \
13 DevelopersGuide/BasicAndDialogs/ToolkitControls \
14 DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
15 DevelopersGuide/Components/CppComponent \
16 DevelopersGuide/Database/DriverSkeleton \
17 DevelopersGuide/Extensions/DialogWithHelp \
18 DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp \
19 DevelopersGuide/ProfUNO/CppBinding \
20 DevelopersGuide/ProfUNO/SimpleBootstrap_cpp \
21 OLE/activex \
22 cpp/DocumentLoader \
23 cpp/complextoolbarcontrols \
24 cpp/counter \
25 cpp/remoteclient \
26 python/toolpanel \
29 # cpp/custompanel \
32 $(eval $(call odk_build-examples_test,odk/build-examples,$(my_example_dirs)))
34 # vim: set noet sw=4 ts=4: