From a19d04e7076f92883af602d1fc5802234711f73e Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Sat, 22 Dec 2012 16:48:48 +0000 Subject: [PATCH] Coverity now uses Visual Studio 2010 project file TBR=phoglund BUG=none TEST=Local run on Win machine. Review URL: https://webrtc-codereview.appspot.com/1003007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3323 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/coverity/coverity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/coverity/coverity.py b/tools/coverity/coverity.py index 0eb57c3484..a58889d000 100755 --- a/tools/coverity/coverity.py +++ b/tools/coverity/coverity.py @@ -192,7 +192,7 @@ def run_coverity(options, args): options.target) elif sys.platform == 'win32': cmd = ('%s\\cov-build.exe --dir %s devenv.com %s\\%s /build %s ' - '/project All.vcproj') % ( + '/project All.vcxproj') % ( options.coverity_bin_dir, options.coverity_intermediate_dir, options.source_dir, options.solution_file, options.target) elif sys.platform == 'darwin':