From 107e03ea13e0eba9c33f120f0d95ac9fefc7dcad Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 31 Oct 2016 15:54:21 -0400 Subject: 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 --- cpp/src/Slice/Python.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/src/Slice/Python.cpp') diff --git a/cpp/src/Slice/Python.cpp b/cpp/src/Slice/Python.cpp index 73a470260c4..cf46117d345 100644 --- a/cpp/src/Slice/Python.cpp +++ b/cpp/src/Slice/Python.cpp @@ -398,11 +398,13 @@ usage(const string& n) "--depend-xml Generate dependencies in XML format.\n" "--depend-file FILE Write dependencies to FILE instead of standard output.\n" "-d, --debug Print debug messages.\n" - "--ice Permit `Ice' prefix (for building Ice source code only).\n" - "--underscore Permit underscores in Slice identifiers.\n" "--all Generate code for Slice definitions in included files.\n" "--checksum Generate checksums for Slice definitions.\n" "--prefix PREFIX Prepend filenames of Python modules with PREFIX.\n" + "--ice Allow reserved Ice prefix in Slice identifiers\n" + " deprecated: use instead [[\"ice-prefix\"]] metadata.\n" + "--underscore Allow underscores in Slice identifiers\n" + " deprecated: use instead [[\"underscore\"]] metadata.\n" ; } -- cgit v1.2.3