# -*- 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,regview)) $(eval $(call gb_Executable_set_include,regview, \ $$(INCLUDE) \ -I$(SRCDIR)/registry/inc \ )) $(eval $(call gb_Executable_use_libraries,regview,\ reg \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),store) \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),salhelper) \ sal \ )) $(eval $(call gb_Executable_use_static_libraries,regview,\ registry_helper \ )) $(eval $(call gb_Executable_add_exception_objects,regview,\ registry/tools/regview \ )) $(eval $(call gb_Executable_add_default_nativeres,regview)) # vim:set noet sw=4 ts=4: istro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/forms/Library_frm.mk
AgeCommit message (Expand)Author
2013-05-07connectivity: remove Package_generatedMichael Stahl
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan