Stop leaking all ScPostIt instances.
[LibreOffice.git] / external / np_sdk / StaticLibrary_nputils.mk
blobbbbd66db32e00c6ab0f3fe9ac3ddaaf20fc6b512
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_StaticLibrary_StaticLibrary,nputils))
13 $(eval $(call gb_StaticLibrary_use_externals,nputils,\
14 npapi_headers \
17 ifeq ($(OS),MACOSX)
18 $(eval $(call gb_StaticLibrary_add_defs,nputils,\
19 -DNO_X11 \
21 endif
23 ifeq ($(OS),WNT)
24 $(eval $(call gb_StaticLibrary_add_exception_objects,nputils,\
25 external/np_sdk/npsdk/npwin \
27 else
28 $(eval $(call gb_StaticLibrary_add_cobjects,nputils,\
29 external/np_sdk/npsdk/npunix \
31 endif
33 # vim: set noet sw=4 ts=4: