Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
netkvm: Publish netkvmco.pdb to the Install directory
The pdb was not getting packaged so we were not persisting
it anywhere.

Signed-off-by: Ladi Prosek <lprosek@redhat.com>
  • Loading branch information
ladipro committed Jul 14, 2017
1 parent 9c23993 commit c9a3abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetKVM/NetKVM-VS2015.vcxproj
Expand Up @@ -383,6 +383,7 @@
xcopy /y /q $(OutDir)$(ProjectName)\netkvm.cat $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(OutDir)$(ProjectName)\netkvm.sys $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\$(ConfigurationName)\$(PlatformTarget)\netkvmco.dll $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\$(ConfigurationName)\$(PlatformTarget)\netkvmco.pdb $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\readme.doc $(InstallRoot)\$(TargetOS)\$(TargetArch)\
</Command>
</PostBuildEvent>
Expand All @@ -393,6 +394,7 @@
xcopy /y /q $(OutDir)netkvm.cat $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(OutDir)netkvm.sys $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\$(ConfigurationName)\$(PlatformTarget)\netkvmco.dll $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\$(ConfigurationName)\$(PlatformTarget)\netkvmco.pdb $(InstallRoot)\$(TargetOS)\$(TargetArch)\
xcopy /y /q $(ProjectDir)CoInstaller\readme.doc $(InstallRoot)\$(TargetOS)\$(TargetArch)\
</Command>
</PostBuildEvent>
Expand Down

0 comments on commit c9a3abc

Please sign in to comment.