diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-10-31 15:54:21 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-10-31 15:54:21 -0400 |
commit | 107e03ea13e0eba9c33f120f0d95ac9fefc7dcad (patch) | |
tree | 00191b7ccb83fe436ad61bdbb43b523f431c6698 /cpp/src/IceIAP | |
parent | Update 3.7 changelog (diff) | |
download | ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.tar.bz2 ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.tar.xz ice-107e03ea13e0eba9c33f120f0d95ac9fefc7dcad.zip |
Replaced slice compiler options --ice, --underscore and --dll-export by
global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL)
Added new cs:tie and java:tie metadata
Diffstat (limited to 'cpp/src/IceIAP')
-rw-r--r-- | cpp/src/IceIAP/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceIAP/Makefile.mk b/cpp/src/IceIAP/Makefile.mk index daeffbead19..ebf3b7c3f23 100644 --- a/cpp/src/IceIAP/Makefile.mk +++ b/cpp/src/IceIAP/Makefile.mk @@ -14,7 +14,7 @@ IceIAP_platforms := iphoneos iphonesimulator IceIAP_targetdir := $(libdir) IceIAP_dependencies := Ice -IceIAP_sliceflags := --include-dir IceIAP --dll-export ICE_IAP_API +IceIAP_sliceflags := --include-dir IceIAP IceIAP_cppflags := -DICE_IAP_API_EXPORTS projects += $(project) |