From 13c309f1101dc86ca0138f239d45cb009d0e898d Mon Sep 17 00:00:00 2001
From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Date: Tue, 30 Aug 2022 23:11:27 +0530
Subject: Fix regeneration of global objects through the Windows build files
(GH-96394)
---
PCbuild/regen.targets | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets
index 9073bb6..3938b66 100644
--- a/PCbuild/regen.targets
+++ b/PCbuild/regen.targets
@@ -82,9 +82,16 @@
WorkingDirectory="$(PySourcePath)" />
+
+
+
+
+
+ DependsOnTargets="_TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords;_RegenGlobalObjects">
--
cgit v0.12