Skip to content

Commit

Permalink
Fix: copy pangoft2-1.dll with correct file name
Browse files Browse the repository at this point in the history
A typo in gvplugin_pango.vcxproj caused pangoft2-1.dll to be copied as
pango2-1.dll.
  • Loading branch information
ErwinJanssen committed Jan 28, 2018
1 parent bd97cff commit 82610de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pango/gvplugin_pango.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ copy $(SolutionDir)windows\dependencies\libraries\x86\bin\gobject-2.dll $(OutDir
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\libharfbuzz-0.dll $(OutDir)libharfbuzz-0.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pango-1.dll $(OutDir)pango-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangocairo-1.dll $(OutDir)pangocairo-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangoft2-1.dll $(OutDir)pango2-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangoft2-1.dll $(OutDir)\pangoft2-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangowin32-1.dll $(OutDir)pangowin32-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pixman-1.dll $(OutDir)pixman-1.dll</Command>
</PostBuildEvent>
Expand Down Expand Up @@ -110,7 +110,7 @@ copy $(SolutionDir)windows\dependencies\libraries\x86\bin\gobject-2.dll $(OutDir
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\libharfbuzz-0.dll $(OutDir)libharfbuzz-0.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pango-1.dll $(OutDir)pango-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangocairo-1.dll $(OutDir)pangocairo-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangoft2-1.dll $(OutDir)pango2-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangoft2-1.dll $(OutDir)\pangoft2-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pangowin32-1.dll $(OutDir)pangowin32-1.dll
copy $(SolutionDir)windows\dependencies\libraries\x86\bin\pixman-1.dll $(OutDir)pixman-1.dll</Command>
</PostBuildEvent>
Expand Down

0 comments on commit 82610de

Please sign in to comment.