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 Jan 15, 2016
2 parents 40754f4 + a3517d0 commit 4529751
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions nvdaHelper/espeak/access.c

This file was deleted.

5 changes: 0 additions & 5 deletions nvdaHelper/espeak/sconscript
Expand Up @@ -80,10 +80,6 @@ def espeak_compileDict_buildAction(target,source,env):
finally:
espeak.espeak_Terminate()

# Add some compatibility files specific to windows builds
env.Install(espeakRepo.Dir('src/libespeak-ng'),'access.c')
env.Install(espeakRepo.Dir('src'),'config.h')

sonicLib=env.StaticLibrary(
target='sonic',
srcdir=sonicSrcDir.abspath,
Expand All @@ -94,7 +90,6 @@ espeakLib=env.SharedLibrary(
target='espeak',
srcdir=espeakSrcDir.Dir('libespeak-ng').abspath,
source=[
"access.c",
"speech.c",
"readclause.c",
"compiledict.c",
Expand Down

0 comments on commit 4529751

Please sign in to comment.