blob: aab34b7311ea4bae45b959eb1bd1b558ebe5009b [file] [log] [blame]
David Reissd831a212009-02-13 03:09:52 +00001#!/bin/sh
2../../../compiler/cpp/thrift --gen csharp -o . ../../ThriftTest.thrift
3gmcs /t:library /out:./ThriftImpl.dll /recurse:./gen-csharp/* /reference:../../../lib/csharp/Thrift.dll