Skip to content

Commit

Permalink
Merge branch 'i5651' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Feb 1, 2016
2 parents c9b9330 + c442849 commit b00377c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/espeak
Submodule espeak updated 175 files
4 changes: 2 additions & 2 deletions nvdaHelper/espeak/sconscript
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env=env.Clone()
env.Append(CCFLAGS='/GL-')

env.Append(CCFLAGS='/W0')
env.Append(CPPPATH=['#nvdaHelper/espeak',espeakIncludeDir,sonicSrcDir])
env.Append(CPPPATH=['#nvdaHelper/espeak',espeakIncludeDir,espeakIncludeDir.Dir('compat'),sonicSrcDir])

def espeak_compilePhonemeData_buildEmitter(target,source,env):
phSourceIgnores=['error_log','error_intonation','compile_prog_log','compile_report','envelopes.png']
Expand Down Expand Up @@ -124,7 +124,7 @@ env.Depends(phonemeData,espeakLib)
env.Install(espeakRepo.Dir('dictsource'),env.Glob(os.path.join(espeakRepo.abspath,'dictsource','extra','*_*')))

#Compile all dictionaries
missingDicts=['mt','tn','tt']
missingDicts=[] #'mt','tn','tt']
dictSourcePath=espeakRepo.Dir('dictsource').abspath
for f in env.Glob(os.path.join(dictSourcePath,'*_rules')):
lang=f.name.split('_')[0]
Expand Down

0 comments on commit b00377c

Please sign in to comment.