From 283b7a1a51ecde747bc6479c5eac3b115e1341f7 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 14 Aug 2008 20:35:33 +0100 Subject: Batch file to generate the bootstrapping proto files --- csharp/protogen.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 csharp/protogen.bat (limited to 'csharp/protogen.bat') diff --git a/csharp/protogen.bat b/csharp/protogen.bat new file mode 100644 index 00000000..10b5ab50 --- /dev/null +++ b/csharp/protogen.bat @@ -0,0 +1,9 @@ +pushd ../src +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers/DescriptorProtos google/protobuf/descriptor.proto +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest.proto +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_embed_optimize_for.proto +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_import.proto +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_mset.proto +../vsprojects/debug/protoc --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos google/protobuf/unittest_optimize_for.proto +../vsprojects/debug/protoc -I ../java:. --csharp_out=../csharp/ProtocolBuffers.Test/TestProtos ../java/src/test/java/com/google/protobuf/multiple_files_test.proto +popd -- cgit v1.2.3