Commit 8698fe8f authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

fonts: Fix a copy/paste bug preventing correct generation of the

System font for codepages 1256 and 1257.
parent 545309c9
......@@ -334,10 +334,10 @@ vgas1255.fon: system-1255-96-16.fnt $(FNT2FON)
$(FNT2FON) system-1255-96-16.fnt $@
vgas1256.fon: system-1256-96-16.fnt $(FNT2FON)
$(FNT2FON) system-1255-96-16.fnt $@
$(FNT2FON) system-1256-96-16.fnt $@
vgas1257.fon: system-1257-96-16.fnt $(FNT2FON)
$(FNT2FON) system-1255-96-16.fnt $@
$(FNT2FON) system-1257-96-16.fnt $@
vgas874.fon: system-874-96-16.fnt $(FNT2FON)
$(FNT2FON) system-874-96-16.fnt $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment