From 97a1af43edbdbad1e6e44658de1adfbe14f768b3 Mon Sep 17 00:00:00 2001 From: Miguel Portilla Date: Tue, 3 Jun 2014 17:26:30 -0400 Subject: [PATCH] Fix VSProject.py extra dot --- site_scons/site_tools/VSProject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_scons/site_tools/VSProject.py b/site_scons/site_tools/VSProject.py index 9e27ed6e6..58d18d77c 100644 --- a/site_scons/site_tools/VSProject.py +++ b/site_scons/site_tools/VSProject.py @@ -78,7 +78,7 @@ V12DSPItemDefinitionGroup= """\ V12CustomBuildProtoc= """\ Document\r protoc --cpp_out=%(cpp_out)s --proto_path=%%(RelativeDir) %%(Identity)\r - %(base_out)s.pb.h;%(base_out)s.pb.cc.\r + %(base_out)s.pb.h;%(base_out)s.pb.cc\r protoc --cpp_out=%(cpp_out)s --proto_path=%%(RelativeDir) %%(Identity)\r false\r """