File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 78
78
WorkingDirectory =" $(PySourcePath)" />
79
79
</Target >
80
80
81
- <Target Name =" Regen" DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords" >
81
+ <Target Name =" Regen"
82
+ Condition =" $(Configuration) != 'PGUpdate'"
83
+ DependsOnTargets =" _TouchRegenSources;_RegenPegen;_RegenAST_H;_RegenOpcodes;_RegenTokens;_RegenKeywords" >
82
84
<Message Text =" Generated sources are up to date" Importance =" high" />
83
85
</Target >
84
86
85
87
86
88
<ItemGroup >
87
- <_TestFrozenSources Include =" $(PySourcePath)Programs\freeze_test_frozenmain.py;
88
- $(PySourcePath)Programs\test_frozenmain.py;
89
- @(_OpcodeOutputs)" />
90
- <_TestFrozenOutputs Include =" $(PySourcePath)Programs\test_frozenmain.h" />
91
89
<_LicenseSources Include =" $(PySourcePath)LICENSE;
92
90
$(PySourcePath)PC\crtlicense.txt;
93
91
$(bz2Dir)LICENSE;
112
110
<Message Text =" Wrote $(OutDir)LICENSE.txt" Importance =" high" />
113
111
</Target >
114
112
115
- <Target Name =" PostBuildRegen" DependsOnTargets =" _RegenLicense" />
113
+ <Target Name =" PostBuildRegen"
114
+ Condition =" $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"
115
+ DependsOnTargets =" _RegenLicense" />
116
116
</Project >
You can’t perform that action at this time.
0 commit comments