Skip to content

Commit 92c83bd

Browse files
jimmodpgeorge
authored andcommitted
windows: Update genhdr.targets to match makeqstrdefs.py args.
1 parent 154b4eb commit 92c83bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/windows/msvc/genhdr.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)