Skip to content

Commit

Permalink
Remove some eSpeak compatibility code for Windows no longer needed, a…
Browse files Browse the repository at this point in the history
…s it has been addressed in espeak-ng itself.
  • Loading branch information
michaelDCurran committed Jan 15, 2016
1 parent 4c9abd5 commit a3517d0
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 a3517d0

Please sign in to comment.