Skip to content
Snippets Groups Projects
Commit efbb27a3 authored by rishwanth1995's avatar rishwanth1995
Browse files

suppress MSBuild warnings

parent 6d2a2a55
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ def buildDependentLibs(libHome, wPlatform, targetDll, project):
vs.append("/p:platform=x64")
elif wPlatform == 32:
vs.append("/p:platform=Win32")
vs.append("/v:quiet")
vs.append("/clp:ErrorsOnly")
outputFile = os.path.join(LOG_PATH, targetDll + "Output.txt")
VSout = open(outputFile, 'w')
......@@ -234,7 +234,7 @@ def buildTSK(wPlatform, target):
sys.stdout.flush()
passed = False
return
vs.append("/v:quiet")
vs.append("/clp:ErrorsOnly")
vs.append("/t:clean")
vs.append("/t:build")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment