Saturday, December 6, 2014

DVL

msbuild.exe <vcxprojectfile> /p:Configuration="Win8 Release" /p:Platform=x64 /target:sdv /p:inputs="/clean"
msbuild.exe <vcxprojectfile> /p:Configuration="Win8 Release" /p:Platform=x64 /target:sdv /p:inputs="/check:default.sdv"

msbuild.exe <vcxprojectfile> /p:Configuration="Win8 Release" /P:Platform=x64 /target:clean
msbuild.exe <vcxprojectfile> /p:Configuration="Win8 Release" /P:Platform=x64 /P:RunCodeAnalysisOnce=True


VBD:
====
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4vbd.vcxproj /p:Configuration="WinPreRel Release" /P:Platform=x64 /P:RunCodeAnalysisOnce=True
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4vbd.VcxProj /target:sdv /p:Configuration="WinPreRel Release" /P:Platform=x64 /p:inputs="/check:default.sdv"
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4vbd.VcxProj /target:dvl /p:Configuration="WinPreRel Release" /P:Platform=x64

NDIS:
=====
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4ndis.vcxproj  /p:Configuration="WinPreRel Release" /P:Platform=x64 /P:RunCodeAnalysisOnce=True
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4ndis.vcxproj /target:sdv /p:Configuration="WinPreRel Release" /P:Platform=x64 /p:inputs="/check:default.sdv"
C:\sw\dev\T4\windows\Src\kernel\nic\ndis6x>msbuild.exe cht4ndis.VcxProj /target:dvl /p:Configuration="WinPreRel Release" /P:Platform=x64



To process the library, run a msbuild <driver project file> /p:configuration=
"<release configuration>" /p:platform=<Win32|x64|arm> /t:Sdv /p:inputs="/lib"
 command in the library's source folder.



  Run this command to view the results:msbuild <driver project file> /p:configuration="<release configuration>" /p:platform=<Win3
  2|x64|arm> /t:Sdv /p:inputs="/view"

No comments: