diff options
author | Florian Enner <florian@enner.org> | 2015-01-31 18:42:12 -0500 |
---|---|---|
committer | Florian Enner <florian@enner.org> | 2015-01-31 18:42:12 -0500 |
commit | ec53b8cb600e818c3fffea2c8f3d20eaaa2fc743 (patch) | |
tree | 93a1cbaf43d56dd41baf0719805720094050c128 /vsprojects | |
parent | 8ccaa42ffbe020f3d74ec90e954dd45a27ec32c6 (diff) |
added missing ruby generator to msvc project
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/libprotoc.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vsprojects/libprotoc.vcproj b/vsprojects/libprotoc.vcproj index 45a5936f..6b1e8864 100644 --- a/vsprojects/libprotoc.vcproj +++ b/vsprojects/libprotoc.vcproj @@ -223,6 +223,10 @@ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.h" > </File> + <File + RelativePath="..\src\google\protobuf\compiler\ruby\ruby_generator.h" + > + </File> <File RelativePath="..\src\google\protobuf\compiler\java\java_context.h" > @@ -375,6 +379,10 @@ RelativePath="..\src\google\protobuf\compiler\cpp\cpp_string_field.cc" > </File> + <File + RelativePath="..\src\google\protobuf\compiler\ruby\ruby_generator.cc" + > + </File> <File RelativePath="..\src\google\protobuf\compiler\java\java_context.cc" > |