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

if(strcmp(param,"--compile")==0) if(strcmp(param,"--compile")==0)
{ {
CompilePhonemeData(); CompilePhonemeData();
CompileIntonation();
exit(0); exit(0);
} }
} }

Loading…
Cancel
Save