David Reiss | d831a21 | 2009-02-13 03:09:52 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | ../../../compiler/cpp/thrift --gen csharp -o . ../../ThriftTest.thrift | ||||
3 | gmcs /t:library /out:./ThriftImpl.dll /recurse:./gen-csharp/* /reference:../../../lib/csharp/Thrift.dll |