blob: ed25cc6a0430bf455ae2c8e0d76985beece91dc5 [file] [log] [blame]
David Reiss23753122007-08-27 19:57:34 +00001#!/bin/sh
2cd "`dirname $0`"
David Reiss792df0b2007-08-30 03:30:22 +00003../compiler/cpp/thrift -cpp -py reflection_limited.thrift
David Reiss23753122007-08-27 19:57:34 +00004cp gen-cpp/reflection_limited_types.h ../lib/cpp/src/
5cp gen-cpp/reflection_limited_types.cpp ../lib/cpp/src/
David Reiss792df0b2007-08-30 03:30:22 +00006cp -r gen-py/thrift/reflection ../lib/py/src