summaryrefslogtreecommitdiff
path: root/Objects/object.c
diff options
context:
space:
mode:
authorCharles <peacech@gmail.com>2017-05-13 06:23:15 +0700
committerSteve Dower <steve.dower@microsoft.com>2017-05-12 16:23:15 -0700
commit8619c5417ceddb4165c68b9b8aacababd49b0607 (patch)
treef46a870268e39d48bddf36554e2682baac59350b /Objects/object.c
parent870f6a11dd3b2d5455f7057ce0d9c2cd31acc2f2 (diff)
downloadcpython-git-8619c5417ceddb4165c68b9b8aacababd49b0607.tar.gz
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 'Objects/object.c')
0 files changed, 0 insertions, 0 deletions