summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_fuzzer_draw.mk
blob: 69c2cd5ab646bff04f2464648775b3d5f35b90fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- 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_StaticLibrary_StaticLibrary,fuzzer_draw))

$(eval $(call gb_StaticLibrary_set_include,fuzzer_draw,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_StaticLibrary_use_api,fuzzer_draw,\
    offapi \
    udkapi \
))

$(eval $(call gb_StaticLibrary_add_generated_exception_objects,fuzzer_draw,\
    CustomTarget/vcl/workben/native-draw \
))

# vim: set noet sw=4 ts=4:
H for incremental buildsCaolán McNamara 2012-05-14Comment this one because it randomly breaks Windows buildFridrich Štrba 2012-05-13ensure freshly built icu headers are newer than previous headersCaolán McNamara 2012-05-11Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffixTor Lillqvist 2012-05-11Fix copy/pasted commentTor Lillqvist 2012-05-11"gcc-android" needs to be recognized on the build platformTor Lillqvist 2012-05-11The timezone variable is called just that on AndroidTor Lillqvist 2012-05-11No <langinfo.h> for AndroidTor Lillqvist 2012-05-11gcc atomics only definitely available >= gcc 4.4.4Caolán McNamara 2012-05-11bodge MacOSX harderCaolán McNamara 2012-05-11try and bodge macosx 10.4 buildCaolán McNamara 2012-05-11upgrade to icu 49Caolán McNamara 2012-05-10configure icu for windows via runConfigureICU Cygwin/MSVCCaolán McNamara 2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton 2012-05-02fix typoCaolán McNamara 2012-05-02can use -O2 without -fstrict-aliasing for icuCaolán McNamara 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-03-17fix icu parallel buildLuboš Luňák 2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann 2012-02-17fix icu build on armRene Engelhard 2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich