From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Date: Tue, 30 Aug 2022 17:41:27 +0000 (+0530)
Subject: Fix regeneration of global objects through the Windows build files (GH-96394)
X-Git-Tag: v3.12.0a1~516
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13c309f1101dc86ca0138f239d45cb009d0e898d;p=thirdparty%2FPython%2Fcpython.git
Fix regeneration of global objects through the Windows build files (GH-96394)
---
diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets
index 9073bb6ab2bd..3938b66678ee 100644
--- a/PCbuild/regen.targets
+++ b/PCbuild/regen.targets
@@ -82,9 +82,16 @@
WorkingDirectory="$(PySourcePath)" />
+
+
+
+
+
+ DependsOnTargets="_TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords;_RegenGlobalObjects">