# -*- 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,updater)) $(eval $(call gb_Executable_set_include,updater,\ -I$(SRCDIR)/onlineupdate/inc \ -I$(SRCDIR)/onlineupdate/source/update/common \ -I$(SRCDIR)/onlineupdate/source/update/updater/xpcom/glue \ $$(INCLUDE) \ $(if $(filter-out WNT,$(OS)),$$(GTK3_CFLAGS) ) \ )) $(eval $(call gb_Executable_use_custom_headers,updater,onlineupdate/generated)) $(eval $(call gb_Executable_use_static_libraries,updater,\ libmar \ libmarverify \ updatehelper \ $(if $(filter WNT,$(OS)), \ windows_process )\ )) $(eval $(call gb_Executable_use_externals,updater,\ bzip2 \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,updater,\ Ws2_32.lib \ Gdi32.lib \ Comctl32.lib \ Shell32.lib \ Shlwapi.lib \ Crypt32.lib \ )) $(eval $(call gb_Executable_set_targettype_gui,updater,YES)) $(eval $(call gb_Executable_add_nativeres,updater,updaterres)) $(eval $(call gb_Executable_add_ldflags,updater,\ /ENTRY:wmainCRTStartup \ )) $(eval $(call gb_Executable_add_defs,updater,\ -DVERIFY_MAR_SIGNATURE \ )) else $(eval $(call gb_Executable_add_defs,updater,\ -DVERIFY_MAR_SIGNATURE \ -DNSS3 \ )) $(eval $(call gb_Executable_use_externals,updater,\ nss3 \ )) $(eval $(call gb_Executable_add_libs,updater,\ $(GTK3_LIBS) \ )) endif $(eval $(call gb_Executable_add_exception_objects,updater,\ onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator \ onlineupdate/source/update/updater/archivereader \ onlineupdate/source/update/updater/bspatch \ onlineupdate/source/update/updater/progressui_gtk \ onlineupdate/source/update/updater/updater \ $(if $(filter WNT,$(OS)),\ onlineupdate/source/update/updater/loaddlls \ onlineupdate/source/update/updater/progressui_win \ onlineupdate/source/update/updater/win_dirent )\ )) # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2014-03-17Remove unused getXLinkStephan Bergmann
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann
2014-02-28Catching MalformedUriException subsumes the rPath.isEmpty() case nowStephan Bergmann
2014-02-28typo in commentStephan Bergmann
2014-02-28Handle vnd.sun.star.Package: URLs provoking MalrformedUriExceptionStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svgioAlexander Wilms
2014-02-12cid#705240 missing break in switchNoel Grandin
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi
2014-01-17Resolves: #i123042# corrected reload of linked content...Armin Le Grand
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-23Lenght -> LengthJulien Nabet
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-17Use CSS style attributes for top level svg nodeChr. Rossmanith
2013-11-16Remove special characters + some ascii artJulien Nabet
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand
2013-11-05Resolves: #i123510# changed priority in style preparationArmin Le Grand
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand
2013-10-06fdo63235 - correct usage of marker-start/-end for svg path dataChr. Rossmanith
2013-10-01convert last bits of String to OUString in svgio moduleNoel Grandin
2013-09-15childs -> children (in comments)Chr. Rossmanith