# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,demoshow)) $(eval $(call gb_Executable_use_package,demoshow,sd_qa_unit)) $(eval $(call gb_Executable_set_include,demoshow,\ $$(INCLUDE) \ -I$(SRCDIR)/slideshow/source/inc \ )) ifneq ($(strip $(debug)$(DEBUG)),) $(eval $(call gb_Executable_add_defs,demoshow,\ -DBOOST_SP_ENABLE_DEBUG_HOOKS \ )) endif $(eval $(call gb_Library_use_sdk_api,demoshow)) $(eval $(call gb_Executable_use_libraries,demoshow,\ basegfx \ comphelper \ cppcanvas \ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,demoshow,\ slideshow/test/demoshow \ )) # vim: set noet sw=4 ts=4: ro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/Library_firebird_sdbc.mk
AgeCommit message (Expand)Author
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
2013-09-06Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-21Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-20Add skeleton sdbcx Users/User implementation. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-12Create Catalog to deal with sdbcx details. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add skeleton Columns. (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11Add sdbcx.Table (firebird-sdbc)Andrzej J.R. Hunt
2013-08-11First chunk of skeleton sdbcx.Container. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-31Remove unnecessary F- prefix for firebird-sdbc files.Andrzej J.R. Hunt
2013-07-23Move Statement_Base into it's own file (firebird-sdbc).Andrzej J.R. Hunt
2013-07-22Move sqltype identification into Util (firebird-sdbc).Andrzej J.R. Hunt
2013-07-21Implement the first parts of XBlob. (firebird-sdbc)Andrzej J.R. Hunt
2013-07-19Remove duplicate propertyids.[hc]xx.Andrzej J.R. Hunt
2013-07-16Further firebird-sdbc windows build fixes.Andrzej J.R. Hunt
2013-07-16Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt