Add make script for nvidia nvsvc
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<SolutionPath>.\nvidia_nvsvc.sln</SolutionPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="all" DependsOnTargets="x86" />
|
||||
|
||||
<Target Name="x86">
|
||||
<Message Text="Building CVE-2013-0109 NVidia nvsvc x86 Release version" />
|
||||
<MSBuild Projects="$(SolutionPath)" Properties="Configuration=Release;Platform=Win32" Targets="Clean;Rebuild"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="x64">
|
||||
<Message Text="NVidia nvsvc is not supported in x64" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
Vendored
+7
@@ -26,6 +26,13 @@ PUSHD CVE-2010-0232
|
||||
msbuild.exe make.msbuild /target:%PLAT%
|
||||
POPD
|
||||
|
||||
IF "%ERRORLEVEL%"=="0" (
|
||||
ECHO "Building CVE-2013-0109 (nvidia_nvsvc)"
|
||||
PUSHD CVE-2013-0109
|
||||
msbuild.exe make.msbuild /target:%PLAT%
|
||||
POPD
|
||||
)
|
||||
|
||||
IF "%ERRORLEVEL%"=="0" (
|
||||
ECHO "Building CVE-2013-3660 (ppr_flatten_rec)"
|
||||
PUSHD CVE-2013-3660
|
||||
|
||||
Reference in New Issue
Block a user