mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
作成されるTADファイル名を変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2018 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
72306eb426
commit
d3834c02fc
@ -65,6 +65,7 @@ foreach my $line ( @lines )
|
||||
|
||||
if( $line =~ m/^TARGET_BIN[\t ]*=[\t ]*\$\(TITLEID_LO\)\.tad/ )
|
||||
{
|
||||
$line =~ s/\.tad/_sdlog\.tad/;
|
||||
print OUT <<__SDLOG_DESCRIPTIONS__;
|
||||
\# --------------------------------------------------------------
|
||||
\# SDLOG
|
||||
@ -92,6 +93,7 @@ endif \# SDLOG [ARM7]
|
||||
endif \# SDLOG [ARM9]
|
||||
|
||||
endif \# FINALROM
|
||||
|
||||
__SDLOG_DESCRIPTIONS__
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user