aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Demeyer <J.Demeyer@UGent.be>2019-03-29 19:37:22 +0100
committerSteve Dower <steve.dower@microsoft.com>2019-03-29 11:37:22 -0700
commit3396d1e0ca858065c5bb7e5a9737be6ffc4028f7 (patch)
treefb90bc679d69b051fe13d6c639d54a25435b6f30 /PCbuild/_freeze_importlib.vcxproj
parentbpo-36471: Add _Py_RunMain() (GH-12618) (diff)
downloadcpython-3396d1e0ca858065c5bb7e5a9737be6ffc4028f7.tar.gz
cpython-3396d1e0ca858065c5bb7e5a9737be6ffc4028f7.tar.bz2
cpython-3396d1e0ca858065c5bb7e5a9737be6ffc4028f7.zip
bpo-36448: mention 'make regen-all' in error message (GH-12585)
Diffstat (limited to 'PCbuild/_freeze_importlib.vcxproj')
-rw-r--r--PCbuild/_freeze_importlib.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_freeze_importlib.vcxproj b/PCbuild/_freeze_importlib.vcxproj
index 998fba6bb54..76885d8b354 100644
--- a/PCbuild/_freeze_importlib.vcxproj
+++ b/PCbuild/_freeze_importlib.vcxproj
@@ -125,9 +125,9 @@
<Output TaskParameter="CopiedFiles" ItemName="_Updated" />
</Copy>
- <Warning Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes."
+ <Warning Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes.%0D%0A%0D%0AIf you are not developing on Windows but you see this error on a continuous integration build, you need to run 'make regen-all' and commit any changes."
Condition="'@(_Updated)' != '' and $(Configuration) == 'Debug'" />
- <Error Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes."
+ <Error Text="@(_Updated->'%(Filename)%(Extension)',', ') updated. You will need to rebuild pythoncore to see the changes.%0D%0A%0D%0AIf you are not developing on Windows but you see this error on a continuous integration build, you need to run 'make regen-all' and commit any changes."
Condition="'@(_Updated)' != '' and $(Configuration) == 'Release'" />
</Target>
<Target Name="RebuildImportLib" AfterTargets="AfterBuild" Condition="$(Configuration) == 'Debug' or $(Configuration) == 'Release'"