mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: make the sapi voice script builtin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bebddd42c2
commit
2ab4636e95
5 changed files with 17 additions and 64 deletions
|
|
@ -150,3 +150,10 @@ static {
|
|||
message("using static plugin")
|
||||
}
|
||||
|
||||
# copy sapi script
|
||||
win32 {
|
||||
system(copy ..\..\tools\sapi_voice.vbs builtin\sapi_voice.vbs)
|
||||
}
|
||||
!win32 {
|
||||
system(copy ../../tools/sapi_voice.vbs builtin/sapi_voice.vbs)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue