[MSVC] allow user level project customization #16309

pull NicolasDorier wants to merge 1 commits into bitcoin:master from NicolasDorier:msvc/user-build changing 1 files +1 −0
  1. NicolasDorier commented at 7:27 AM on June 29, 2019: contributor

    This PR allow the user to customize the build process.

    For example with the following common.init.vcxproj.user file

    <?xml version="1.0" encoding="utf-8"?>
    <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      <PropertyGroup>
        <CLToolExe>clcache.exe</CLToolExe>
        <CLToolPath>C:\ProgramData\chocolatey\bin\</CLToolPath>
        <TrackFileAccess>false</TrackFileAccess>
      </PropertyGroup>
    </Project>
    

    I can use clcache while developing in visual studio.

  2. [MSVC] allow user level project customization c83f0ac9b2
  3. fanquake added the label Windows on Jun 29, 2019
  4. fanquake added the label Build system on Jun 29, 2019
  5. sipsorcery commented at 8:29 AM on June 29, 2019: member

    tACK c83f0ac9b2b3f96090c4b632495c92c8be1df909.

  6. NicolasDorier cross-referenced this on Jun 29, 2019 from issue Add Qt programs to msvc build (updated, no code changes) by sipsorcery
  7. NicolasDorier commented at 8:00 AM on July 1, 2019: contributor

    Ping @MarcoFalke is it possible to merge this? It is obviously not breaking anything and is very useful extension point for local development.

  8. fanquake commented at 8:21 AM on July 1, 2019: member

    ACK c83f0ac9b2b3f96090c4b632495c92c8be1df909. I did not test the customization.

  9. fanquake merged this on Jul 1, 2019
  10. fanquake closed this on Jul 1, 2019

  11. fanquake referenced this in commit b3edacb529 on Jul 1, 2019
  12. NicolasDorier cross-referenced this on Jul 1, 2019 from issue [MSVC] Simplify AppVeyor build by using user customized project file by NicolasDorier
  13. NicolasDorier cross-referenced this on Jul 1, 2019 from issue [MSVC] Copy build output to src/ automatically after build by NicolasDorier
  14. bitcoin locked this on Dec 16, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:54 UTC