File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ using(var outFile = System.IO.File.CreateText(OutputFile)) {
7979 Condition =" '%(PyQstrSourceFiles.Changed)' == 'True' Or '$(ForceQstrRebuild)' == 'True'" />
8080 <ConcatPreProcFiles InputFiles =" @(PyQstrSourceFiles->'%(OutFile)')" OutputFile =" $(DestDir)qstr.i.last"
8181 Condition =" '$(RunPreProcConcat)' == 'True' Or '$(ForceQstrRebuild)' == 'True'" />
82- <Exec Command =" $(PyPython) $(PySrcDir)makeqstrdefs.py split $(DestDir)qstr.i.last $(DestDir)qstr $(QstrDefsCollected) " />
83- <Exec Command =" $(PyPython) $(PySrcDir)makeqstrdefs.py cat $(DestDir) qstr.i.last $(DestDir)qstr $(QstrDefsCollected)" />
82+ <Exec Command =" $(PyPython) $(PySrcDir)makeqstrdefs.py split qstr $(DestDir)qstr.i.last $(DestDir)qstr _ " />
83+ <Exec Command =" $(PyPython) $(PySrcDir)makeqstrdefs.py cat qstr _ $(DestDir)qstr $(QstrDefsCollected)" />
8484 </Target >
8585
8686 <Target Name =" MakeModuleDefs" DependsOnTargets =" MakeDestDir" >
You can’t perform that action at this time.
0 commit comments