From cf1254cb87d99f2c4af21528bf190aed8ab700a4 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 22 Apr 2015 16:35:33 -0230 Subject: ICE-6455 - remove slice2py and slice2rb C++ exe Renamed ruby/config/slice2rb.rb to ruby/config/s2rb.rb Renamed python/config/slice2py.py to python/config/s2py.py Moved slice2rb and slice2py.py from dist-utils into the scripts directory for python and ruby. --- ruby/scripts/slice2rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 ruby/scripts/slice2rb (limited to 'ruby/scripts') diff --git a/ruby/scripts/slice2rb b/ruby/scripts/slice2rb new file mode 100755 index 00000000000..c56fc02575f --- /dev/null +++ b/ruby/scripts/slice2rb @@ -0,0 +1,17 @@ +#!/usr/bin/env ruby +# ********************************************************************** +# +# Copyright (c) 2003-2014 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. +# +# ********************************************************************** + +require 'Ice' +sliceDir = Ice.getSliceDir() +if sliceDir != nil + ARGV << "-I" + sliceDir +end +rc = Ice::compile(ARGV) +exit(rc) -- cgit v1.2.3