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
This commit is contained in:
parent
1b6da28047
commit
a19d04e707
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user