summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_nativewriter.mk
blob: c396f0f5df2b796f70b44e97724a19dab1bd8943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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_CustomTarget_CustomTarget,vcl/workben))

fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python)

fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-writer.cxx

$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir
	$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core -g writer) > $@

# vim: set noet sw=4 ts=4:
d>remove local css definitionsThomas Arnhold 2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar 2013-03-20Replace String with OUString (unotools)Chr. Rossmanith 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King 2013-03-01raise warning when saving macro laden doc as a macro-free format bnc#791777Noel Power 2013-02-28remove all d.lstMichael Stahl 2013-02-25remove some trivial duplicatesThomas Arnhold 2013-02-25loplugin: improve indentationThomas Arnhold 2013-02-22s/the the/the/Tor Lillqvist 2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara 2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara 2013-02-15move set master password dialog to uui and adapt codeCaolán McNamara 2013-02-06remove obsolete hidother.src filesAndras Timar 2013-01-28fdo#46808, make MacOS tinderbox happyNoel Grandin 2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin 2013-01-28fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new styleNoel Grandin 2013-01-27Some cppcheck cleaningJulien Nabet 2013-01-27move entermasterpassword.ui to right place and adapt codeCaolán McNamara 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith 2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-12-12Remove xml2cmp leftoversStephan Bergmann 2012-12-12WaE: warn_unused_resultTor Lillqvist 2012-12-11matchIgnoreAsciiCaseAsciiL() -> matchIgnoreAsciiCase()Luboš Luňák 2012-12-11Remove RTL_* from uuiMarcos Paulo de Souza 2012-12-10Remove UniString from uui moduleMarcos Paulo de Souza 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-11-29API CHANGE: remove com.sun.star.ucb.InteractiveCHAOSExceptionMichael Stahl 2012-11-29uui: oops, overlooked css.sync2 using code in uuiMichael Stahl 2012-11-29API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl 2012-11-22AllSettings with LanguageTagEike Rathke 2012-11-11Merge branch 'master' into feature/killsdfAndras Timar 2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin