|
90 | 90 | Inputs="@(_CasesSources)" Outputs="@(_CasesOutputs)"
|
91 | 91 | DependsOnTargets="FindPythonForBuild">
|
92 | 92 | <Message Text="Regenerate cases" Importance="high" />
|
93 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\opcode_id_generator.py $(PySourcePath)Python\bytecodes.c" |
| 93 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\opcode_id_generator.py Python\bytecodes.c" |
94 | 94 | WorkingDirectory="$(PySourcePath)" />
|
95 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\target_generator.py $(PySourcePath)Python\bytecodes.c" |
| 95 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\target_generator.py Python\bytecodes.c" |
96 | 96 | WorkingDirectory="$(PySourcePath)" />
|
97 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\uop_id_generator.py $(PySourcePath)Python\bytecodes.c" |
| 97 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\uop_id_generator.py Python\bytecodes.c" |
98 | 98 | WorkingDirectory="$(PySourcePath)" />
|
99 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\py_metadata_generator.py $(PySourcePath)Python\bytecodes.c" |
| 99 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\py_metadata_generator.py Python\bytecodes.c" |
100 | 100 | WorkingDirectory="$(PySourcePath)" />
|
101 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\tier1_generator.py $(PySourcePath)Python\bytecodes.c" |
| 101 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\tier1_generator.py Python\bytecodes.c" |
102 | 102 | WorkingDirectory="$(PySourcePath)" />
|
103 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\tier2_generator.py $(PySourcePath)Python\bytecodes.c" |
| 103 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\tier2_generator.py Python\bytecodes.c" |
104 | 104 | WorkingDirectory="$(PySourcePath)" />
|
105 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\optimizer_generator.py $(PySourcePath)Python\optimizer_bytecodes.c $(PySourcePath)Python\bytecodes.c" |
| 105 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\optimizer_generator.py Python\optimizer_bytecodes.c Python\bytecodes.c" |
106 | 106 | WorkingDirectory="$(PySourcePath)" />
|
107 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\opcode_metadata_generator.py $(PySourcePath)Python\bytecodes.c" |
| 107 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\opcode_metadata_generator.py Python\bytecodes.c" |
108 | 108 | WorkingDirectory="$(PySourcePath)" />
|
109 |
| - <Exec Command="$(PythonForBuild) $(PySourcePath)Tools\cases_generator\uop_metadata_generator.py $(PySourcePath)Python\bytecodes.c" |
| 109 | + <Exec Command="$(PythonForBuild) Tools\cases_generator\uop_metadata_generator.py Python\bytecodes.c" |
110 | 110 | WorkingDirectory="$(PySourcePath)" />
|
111 | 111 | </Target>
|
112 | 112 |
|
|
0 commit comments