Skip to content

Commit

Permalink
update mupdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 9, 2024
1 parent 802a45c commit 415988f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions premake5.files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ function mupdf_files()
"skew.c",
"separation.c",
"shade.c",
"stext-boxer.c",
"stext-device.c",
"stext-output.c",
"stext-search.c",
Expand Down
1 change: 1 addition & 0 deletions vs2022/mupdf.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@
<ClCompile Include="..\mupdf\source\fitz\separation.c" />
<ClCompile Include="..\mupdf\source\fitz\shade.c" />
<ClCompile Include="..\mupdf\source\fitz\skew.c" />
<ClCompile Include="..\mupdf\source\fitz\stext-boxer.c" />
<ClCompile Include="..\mupdf\source\fitz\stext-device.c" />
<ClCompile Include="..\mupdf\source\fitz\stext-output.c" />
<ClCompile Include="..\mupdf\source\fitz\stext-search.c" />
Expand Down
3 changes: 3 additions & 0 deletions vs2022/mupdf.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,9 @@
<ClCompile Include="..\mupdf\source\fitz\skew.c">
<Filter>mupdf\source\fitz</Filter>
</ClCompile>
<ClCompile Include="..\mupdf\source\fitz\stext-boxer.c">
<Filter>mupdf\source\fitz</Filter>
</ClCompile>
<ClCompile Include="..\mupdf\source\fitz\stext-device.c">
<Filter>mupdf\source\fitz</Filter>
</ClCompile>
Expand Down

0 comments on commit 415988f

Please sign in to comment.