File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 82
82
WorkingDirectory =" $(PySourcePath)" />
83
83
</Target >
84
84
85
+ <Target Name =" _RegenGlobalObjects"
86
+ DependsOnTargets =" FindPythonForBuild" >
87
+ <Message Text =" Regenerate Global Objects" Importance =" high" />
88
+ <Exec Command =" $(PythonForBuild) Tools\scripts\generate_global_objects.py"
89
+ WorkingDirectory =" $(PySourcePath)" />
90
+ </Target >
91
+
85
92
<Target Name =" Regen"
86
93
Condition =" $(Configuration) != 'PGUpdate'"
87
- DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords" >
94
+ DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords;_RegenGlobalObjects " >
88
95
<Message Text =" Generated sources are up to date" Importance =" high" />
89
96
</Target >
90
97
You can’t perform that action at this time.
0 commit comments