Browse Source

build: make espeakedit build the intonation data too.

master
Reece Dunn 15 years ago
parent
commit
0fe2468089
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/espeakedit.cpp

+ 1
- 0
src/espeakedit.cpp View File

@@ -148,6 +148,7 @@ if(argc > 1)
if(strcmp(param,"--compile")==0)
{
CompilePhonemeData();
CompileIntonation();
exit(0);
}
}

Loading…
Cancel
Save