blob: 3a6988f4879a0ee97cd0cef7afd2479b1861a39d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# **********************************************************************
#
# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
$(project)_libraries := IceSSL
IceSSL_targetdir := $(libdir)
IceSSL_dependencies := Ice
IceSSL_cppflags := -DICESSL_API_EXPORTS
IceSSL_sliceflags := --include-dir IceSSL --dll-export ICESSL_API
IceSSL[iphoneos]_excludes := $(wildcard $(addprefix $(currentdir)/,*.cpp))
IceSSL[iphonesimulator]_excludes = $(IceSSL[iphoneos]_excludes)
projects += $(project)
|