diff options
author | Charles <peacech@gmail.com> | 2017-05-12 23:23:15 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-05-12 23:23:15 (GMT) |
commit | 8619c5417ceddb4165c68b9b8aacababd49b0607 (patch) | |
tree | f46a870268e39d48bddf36554e2682baac59350b /Mac/PythonLauncher/doscript.h | |
parent | 870f6a11dd3b2d5455f7057ce0d9c2cd31acc2f2 (diff) | |
download | cpython-8619c5417ceddb4165c68b9b8aacababd49b0607.zip cpython-8619c5417ceddb4165c68b9b8aacababd49b0607.tar.gz cpython-8619c5417ceddb4165c68b9b8aacababd49b0607.tar.bz2 |
PCbuild/build.bat: Add note about using msbuild response file. (#1551)
Using a response file will eliminate the headache associated with batch argument/quote processing.
For example I unsucessfully compiled python with visualcpptools when specifying VSInstallDir in the batch file (cannot find vcruntime.h)
```batch
build.bat -p x64 -e -M --no-tkinter "/p:VCInstallDir=%VCInstallDir%"
```
but it build successfully when specifying it in a response file
msbuild.rsp:
```
/p:VCInstallDir=%VCInstallDir%
```
Diffstat (limited to 'Mac/PythonLauncher/doscript.h')
0 files changed, 0 insertions, 0 deletions