mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(佐々木@PSEG1)make時にFontファイルを強制的にTWLFontTable.datにリネームするように変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2442 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
7fb7cc240c
commit
601ce41b26
@ -189,6 +189,10 @@ when "custom" then
|
|||||||
tads = pickup_files(config[:DataPath], "/*.tad")
|
tads = pickup_files(config[:DataPath], "/*.tad")
|
||||||
nand = pickup_files(config[:DataPath], "/*.nand")
|
nand = pickup_files(config[:DataPath], "/*.nand")
|
||||||
font = pickup_files(config[:DataPath], "/*.dat")
|
font = pickup_files(config[:DataPath], "/*.dat")
|
||||||
|
# フォントファイル名変更
|
||||||
|
system("mv #{font} #{File.join(config[:DataPath], "TWLFontTable")}.dat")
|
||||||
|
font = pickup_files(config[:DataPath], "/*.dat")
|
||||||
|
|
||||||
if nand.size > 0
|
if nand.size > 0
|
||||||
config[:NandFirm] = nand[0].slice(FILE_MATCH)
|
config[:NandFirm] = nand[0].slice(FILE_MATCH)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user