diff options
| author | fanquake <[email protected]> | 2019-07-01 16:19:16 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-07-01 16:32:52 +0800 |
| commit | b3edacb5299b94061982c2578a08b72e778797e2 (patch) | |
| tree | 536dd06398d10dd26e73610f62722c66c595d7a5 /src/httpserver.cpp | |
| parent | Merge #16271: build: remove -Wall from rapidcheck build flags (diff) | |
| parent | [MSVC] allow user level project customization (diff) | |
| download | discoin-b3edacb5299b94061982c2578a08b72e778797e2.tar.xz discoin-b3edacb5299b94061982c2578a08b72e778797e2.zip | |
Merge #16309: [MSVC] allow user level project customization
c83f0ac9b2b3f96090c4b632495c92c8be1df909 [MSVC] allow user level project customization (nicolas.dorier)
Pull request description:
This PR allow the user to customize the build process.
For example with the following `common.init.vcxproj.user` file
```xml
<?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.
ACKs for top commit:
sipsorcery:
tACK c83f0ac9b2b3f96090c4b632495c92c8be1df909.
fanquake:
ACK c83f0ac9b2b3f96090c4b632495c92c8be1df909. I did not test the customization.
Tree-SHA512: beef4ac97ed4e1ef46c358629101a008b7df81ca96f3ef7e0947788a6c295c1dddd00a93a09c1aa9daa68a6da0c4ab271aa5dd23df35f3fc8f453ee929e047f8
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions