[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

    0<?xml version="1.0" encoding="utf-8"?>
    1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    2  <PropertyGroup>
    3    <CLToolExe>clcache.exe</CLToolExe>
    4    <CLToolPath>C:\ProgramData\chocolatey\bin\</CLToolPath>
    5    <TrackFileAccess>false</TrackFileAccess>
    6  </PropertyGroup>
    7</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 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.
  7. fanquake commented at 8:21 am on July 1, 2019: member
    ACK c83f0ac9b2b3f96090c4b632495c92c8be1df909. I did not test the customization.
  8. fanquake merged this on Jul 1, 2019
  9. fanquake closed this on Jul 1, 2019

  10. fanquake referenced this in commit b3edacb529 on Jul 1, 2019
  11. DrahtBot 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: 2024-11-17 15:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me