You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
399 B
11 lines
399 B
@ECHO OFF
|
|
REM Allows the apvpkg64.exe to be built, but not as part of the postbuild process.
|
|
REM This file assumes that all of the necessary binaries have been built and
|
|
REM binplaced to their correct locations.
|
|
|
|
@echo Building Application Verifier package...
|
|
|
|
pushd %_NTPostBld%\appverif
|
|
%SDXROOT%\windows\appcompat\Package\bin\iexpress /M /N /Q %_NTPostBld%\appverif\apvpkg64.sed
|
|
popd
|
|
|